Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gt32_ssa (0.09 sec)

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

    }
    
    //go:noinline
    func le32_ssa(x, y float32) bool {
    	return x <= y
    }
    
    //go:noinline
    func ge32_ssa(x, y float32) bool {
    	return x >= y
    }
    
    //go:noinline
    func lt32_ssa(x, y float32) bool {
    	return x < y
    }
    
    //go:noinline
    func gt32_ssa(x, y float32) bool {
    	return x > y
    }
    
    //go:noinline
    func eq32_ssa(x, y float32) bool {
    	return x == y
    }
    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