/prebuilts/go/darwin-x86/test/ |
float_lit3.go | 23 max32 = two128 - ulp32 30 float32(max32 + ulp32/2 - 1), // ok 31 float32(max32 + ulp32/2 - two128/two256), // ok 32 float32(max32 + ulp32/2), // ERROR "constant 3\.40282e\+38 overflows float32" 34 float32(-max32 - ulp32/2 + 1), // ok 35 float32(-max32 - ulp32/2 + two128/two256), // ok 36 float32(-max32 - ulp32/2), // ERROR "constant -3\.40282e\+38 overflows float32" 22 max32 = two128 - ulp32 const
|
float_lit2.go | 36 max32 = two128 - ulp32 49 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32 - ulp32/2), "max32 - ulp32 - ulp32/2"}, 50 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32), "max32 - ulp32"}, 51 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32/2), "max32 - ulp32/2"} 35 max32 = two128 - ulp32 const [all...] |
/prebuilts/go/linux-x86/test/ |
float_lit3.go | 23 max32 = two128 - ulp32 30 float32(max32 + ulp32/2 - 1), // ok 31 float32(max32 + ulp32/2 - two128/two256), // ok 32 float32(max32 + ulp32/2), // ERROR "constant 3\.40282e\+38 overflows float32" 34 float32(-max32 - ulp32/2 + 1), // ok 35 float32(-max32 - ulp32/2 + two128/two256), // ok 36 float32(-max32 - ulp32/2), // ERROR "constant -3\.40282e\+38 overflows float32" 22 max32 = two128 - ulp32 const
|
float_lit2.go | 36 max32 = two128 - ulp32 49 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32 - ulp32/2), "max32 - ulp32 - ulp32/2"}, 50 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32), "max32 - ulp32"}, 51 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32/2), "max32 - ulp32/2"} 35 max32 = two128 - ulp32 const [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
Target.java | 628 public float max32() { return (float) mMaxValue; } method in class:Target.Floaty
|
/external/valgrind/VEX/priv/ |
guest_arm64_toIR.c | 7254 IRTemp max32 = newTempV128(); local 7316 IRTemp max32 = newTempV128(); local 7348 IRTemp max32 = newTempV128(); local [all...] |