/prebuilts/go/darwin-x86/test/ |
float_lit3.go | 16 two128 = two64 * two64 17 two256 = two128 * two128 22 ulp32 = two128 / two24 23 max32 = two128 - ulp32 31 float32(max32 + ulp32/2 - two128/two256), // ok 35 float32(-max32 - ulp32/2 + two128/two256), // ok 15 two128 = two64 * two64 const
|
float_lit2.go | 29 two128 = two64 * two64 30 two256 = two128 * two128 35 ulp32 = two128 / two24 36 max32 = two128 - ulp32 76 {0x7f7fffff, float32(max32), float32(max32 - ulp32 + ulp32/2 + 1/two128), "max32 - ulp32 + ulp32/2 + 1/two128"}, 77 {0x7f7fffff, float32(max32), float32(max32 - ulp32/2 + 1/two128), "max32 - ulp32/2 + 1/two128"}, 78 {0x7f7fffff, float32(max32), float32(max32 + ulp32/2 - 1/two128), "max32 + ulp32/2 - 1/two128"} 28 two128 = two64 * two64 const [all...] |
/prebuilts/go/linux-x86/test/ |
float_lit3.go | 16 two128 = two64 * two64 17 two256 = two128 * two128 22 ulp32 = two128 / two24 23 max32 = two128 - ulp32 31 float32(max32 + ulp32/2 - two128/two256), // ok 35 float32(-max32 - ulp32/2 + two128/two256), // ok 15 two128 = two64 * two64 const
|
float_lit2.go | 29 two128 = two64 * two64 30 two256 = two128 * two128 35 ulp32 = two128 / two24 36 max32 = two128 - ulp32 76 {0x7f7fffff, float32(max32), float32(max32 - ulp32 + ulp32/2 + 1/two128), "max32 - ulp32 + ulp32/2 + 1/two128"}, 77 {0x7f7fffff, float32(max32), float32(max32 - ulp32/2 + 1/two128), "max32 - ulp32/2 + 1/two128"}, 78 {0x7f7fffff, float32(max32), float32(max32 + ulp32/2 - 1/two128), "max32 + ulp32/2 - 1/two128"} 28 two128 = two64 * two64 const [all...] |
/external/clang/test/CodeGen/ |
x86_64-arguments.c | 317 } two128; typedef in typeref:struct:t128 319 extern void func40(two128 s); 320 void func41(two128 s) {
|