HomeSort by relevance Sort by last modified time
    Searched full:ulp64 (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/test/
float_lit2.go 38 ulp64 = two1024 / two53
39 max64 = two1024 - ulp64
83 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64 - ulp64/2), "max64 - ulp64 - ulp64/2"},
84 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64), "max64 - ulp64"},
36 ulp64 = two1024 \/ two53 const
    [all...]
float_lit3.go 25 ulp64 = two1024 / two53
26 max64 = two1024 - ulp64
39 // is shorter than 1024 bits, it cannot distinguish max64+ulp64/2-1 and max64+ulp64/2.
41 float64(max64 + ulp64/2 - two1024/two256), // ok
42 float64(max64 + ulp64/2 - 1), // GC_ERROR "constant 1\.79769e\+308 overflows float64"
43 float64(max64 + ulp64/2), // ERROR "constant 1\.79769e\+308 overflows float64"
45 float64(-max64 - ulp64/2 + two1024/two256), // ok
46 float64(-max64 - ulp64/2 + 1), // GC_ERROR "constant -1\.79769e\+308 overflows float64"
47 float64(-max64 - ulp64/2), // ERROR "constant -1\.79769e\+308 overflows float64
23 ulp64 = two1024 \/ two53 const
    [all...]
  /prebuilts/go/linux-x86/test/
float_lit2.go 38 ulp64 = two1024 / two53
39 max64 = two1024 - ulp64
83 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64 - ulp64/2), "max64 - ulp64 - ulp64/2"},
84 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64), "max64 - ulp64"},
36 ulp64 = two1024 \/ two53 const
    [all...]
float_lit3.go 25 ulp64 = two1024 / two53
26 max64 = two1024 - ulp64
39 // is shorter than 1024 bits, it cannot distinguish max64+ulp64/2-1 and max64+ulp64/2.
41 float64(max64 + ulp64/2 - two1024/two256), // ok
42 float64(max64 + ulp64/2 - 1), // GC_ERROR "constant 1\.79769e\+308 overflows float64"
43 float64(max64 + ulp64/2), // ERROR "constant 1\.79769e\+308 overflows float64"
45 float64(-max64 - ulp64/2 + two1024/two256), // ok
46 float64(-max64 - ulp64/2 + 1), // GC_ERROR "constant -1\.79769e\+308 overflows float64"
47 float64(-max64 - ulp64/2), // ERROR "constant -1\.79769e\+308 overflows float64
23 ulp64 = two1024 \/ two53 const
    [all...]

Completed in 98 milliseconds