/prebuilts/go/darwin-x86/test/ |
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...] |
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
|
/prebuilts/go/linux-x86/test/ |
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...] |
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
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
CoreMathVerifier.java | 254 acos(in.max32())); 272 acosh(in.max32())); 296 asin(in.max32())); 314 asinh(in.max32())); 338 atan(in.max32())); 356 atanh(in.max32())); 384 atan2(numerator.min32(), denominator.max32()), 385 atan2(numerator.max32(), denominator.min32()), 386 atan2(numerator.max32(), denominator.max32())); [all...] |
Target.java | 628 public float max32() { return (float) mMaxValue; } method in class:Target.Floaty
|
/external/icu/icu4c/source/i18n/ |
digitlst.cpp | 650 DigitList max32; max32.set("2147483647", status); 651 if (this->compare(max32) > 0) { [all...] |
/external/valgrind/VEX/priv/ |
guest_arm64_toIR.c | 7254 IRTemp max32 = newTempV128(); local 7316 IRTemp max32 = newTempV128(); local 7348 IRTemp max32 = newTempV128(); local [all...] |