Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for manysub_ssa (0.11 sec)

  1. src/cmd/compile/internal/test/testdata/fp_test.go

    // Tests floating point arithmetic expressions
    
    package main
    
    import (
    	"fmt"
    	"testing"
    )
    
    // manysub_ssa is designed to tickle bugs that depend on register
    // pressure or unfriendly operand ordering in registers (and at
    // least once it succeeded in this).
    //
    //go:noinline
    func manysub_ssa(a, b, c, d float64) (aa, ab, ac, ad, ba, bb, bc, bd, ca, cb, cc, cd, da, db, dc, dd float64) {
    	aa = a + 11.0 - a
    	ab = a - b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 35K bytes
    - Viewed (0)
Back to top