HomeSort by relevance Sort by last modified time
    Searched refs:two256 (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/test/
float_lit3.go 17 two256 = two128 * two128
18 two512 = two256 * two256
19 two768 = two512 * two256
31 float32(max32 + ulp32/2 - two128/two256), // ok
35 float32(-max32 - ulp32/2 + two128/two256), // ok
41 float64(max64 + ulp64/2 - two1024/two256), // ok
45 float64(-max64 - ulp64/2 + two1024/two256), // ok
16 two256 = two128 * two128 const
float_lit2.go 30 two256 = two128 * two128
31 two512 = two256 * two256
32 two768 = two512 * two256
29 two256 = two128 * two128 const
  /prebuilts/go/linux-x86/test/
float_lit3.go 17 two256 = two128 * two128
18 two512 = two256 * two256
19 two768 = two512 * two256
31 float32(max32 + ulp32/2 - two128/two256), // ok
35 float32(-max32 - ulp32/2 + two128/two256), // ok
41 float64(max64 + ulp64/2 - two1024/two256), // ok
45 float64(-max64 - ulp64/2 + two1024/two256), // ok
16 two256 = two128 * two128 const
float_lit2.go 30 two256 = two128 * two128
31 two512 = two256 * two256
32 two768 = two512 * two256
29 two256 = two128 * two128 const
  /external/clang/test/CodeGen/
x86_64-arguments.c 493 } two256; typedef in typeref:struct:t256
495 extern void f58(two256 s);
496 void f59(two256 s) {

Completed in 181 milliseconds