HomeSort by relevance Sort by last modified time
    Searched refs:float64 (Results 51 - 75 of 893) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug109.go 9 func f(a float64) float64 {
18 (<float64>FLOAT64)
21 (<float64>FLOAT64)
24 (<float64>FLOAT64)
issue11326.go 20 // compile time (even though they cannot be assigned to a float64).
21 var _ = 1e646456992 // ERROR "1e\+646456992 overflows float64"
22 var _ = 1e64645699 // ERROR "1e\+64645699 overflows float64"
23 var _ = 1e6464569 // ERROR "1e\+6464569 overflows float64"
24 var _ = 1e646456 // ERROR "1e\+646456 overflows float64"
25 var _ = 1e64645 // ERROR "1e\+64645 overflows float64"
26 var _ = 1e6464 // ERROR "1e\+6464 overflows float64"
27 var _ = 1e646 // ERROR "1e\+646 overflows float64"
28 var _ = 1e309 // ERROR "1e\+309 overflows float64"
issue13171.go 14 func f(x float64) float64 {
23 func g(b [64]byte, y float64) float64 {
  /prebuilts/go/darwin-x86/src/math/rand/
zipf.go 17 imax float64
18 v float64
19 q float64
20 s float64
21 oneminusQ float64
22 oneminusQinv float64
23 hxm float64
24 hx0minusHxm float64
27 func (z *Zipf) h(x float64) float64 {
    [all...]
regress_test.go 124 float64(4.668112973579268), // ExpFloat64()
125 float64(0.1601593871172866), // ExpFloat64()
126 float64(3.0465834105636), // ExpFloat64()
127 float64(0.06385839451671879), // ExpFloat64()
128 float64(1.8578917487258961), // ExpFloat64()
129 float64(0.784676123472182), // ExpFloat64()
130 float64(0.11225477361256932), // ExpFloat64()
131 float64(0.20173283329802255), // ExpFloat64()
132 float64(0.3468619496201105), // ExpFloat64()
133 float64(0.35601103454384536), // ExpFloat64(
    [all...]
  /prebuilts/go/linux-x86/src/math/rand/
zipf.go 17 imax float64
18 v float64
19 q float64
20 s float64
21 oneminusQ float64
22 oneminusQinv float64
23 hxm float64
24 hx0minusHxm float64
27 func (z *Zipf) h(x float64) float64 {
    [all...]
regress_test.go 124 float64(4.668112973579268), // ExpFloat64()
125 float64(0.1601593871172866), // ExpFloat64()
126 float64(3.0465834105636), // ExpFloat64()
127 float64(0.06385839451671879), // ExpFloat64()
128 float64(1.8578917487258961), // ExpFloat64()
129 float64(0.784676123472182), // ExpFloat64()
130 float64(0.11225477361256932), // ExpFloat64()
131 float64(0.20173283329802255), // ExpFloat64()
132 float64(0.3468619496201105), // ExpFloat64()
133 float64(0.35601103454384536), // ExpFloat64(
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11326.go 20 // compile time (even though they cannot be assigned to a float64).
21 var _ = 1e646456992 // ERROR "1e\+646456992 overflows float64"
22 var _ = 1e64645699 // ERROR "1e\+64645699 overflows float64"
23 var _ = 1e6464569 // ERROR "1e\+6464569 overflows float64"
24 var _ = 1e646456 // ERROR "1e\+646456 overflows float64"
25 var _ = 1e64645 // ERROR "1e\+64645 overflows float64"
26 var _ = 1e6464 // ERROR "1e\+6464 overflows float64"
27 var _ = 1e646 // ERROR "1e\+646 overflows float64"
28 var _ = 1e309 // ERROR "1e\+309 overflows float64"
issue13171.go 14 func f(x float64) float64 {
23 func g(b [64]byte, y float64) float64 {
  /prebuilts/go/darwin-x86/test/
shift1.go 15 func h(x float64) int { return 0 }
27 f1 = h(2 << s) // ERROR "invalid" "as type float64"
46 c3 = complex(1<<s, 0) // ERROR "invalid|shift of type float64"
47 d3 int = complex(1<<s, 3) // ERROR "non-integer|cannot use.*as type int" "shift of type float64"
64 u = 1.0 << s // ERROR "non-integer|float64"
65 u1 = 1.0<<s != 0 // ERROR "non-integer|float64"
66 u2 = 1<<s != 1.0 // ERROR "non-integer|float64"
76 _ = 1<<s == 1. // ERROR "invalid|shift of type float64"
77 _ = 1.<<s == 1 // ERROR "invalid|shift of type float64"
78 _ = 1.<<s == 1. // ERROR "invalid|non-integer|shift of type float64"
    [all...]
float_lit2.go 3 // Check conversion of constant to float32/float64 near min/max boundaries.
23 // The same is true of float64, with different constants: s/24/53/ and s/128/1024/.
83 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64 - ulp64/2), "max64 - ulp64 - ulp64/2"},
84 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64), "max64 - ulp64"},
85 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64/2), "max64 - ulp64/2"},
86 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64 + ulp64/2), "max64 - ulp64 + ulp64/2"}
    [all...]
float_lit3.go 3 // Check flagging of invalid conversion of constant to float32/float64 near min/max boundaries.
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
    [all...]
  /prebuilts/go/linux-x86/test/
shift1.go 15 func h(x float64) int { return 0 }
27 f1 = h(2 << s) // ERROR "invalid" "as type float64"
46 c3 = complex(1<<s, 0) // ERROR "invalid|shift of type float64"
47 d3 int = complex(1<<s, 3) // ERROR "non-integer|cannot use.*as type int" "shift of type float64"
64 u = 1.0 << s // ERROR "non-integer|float64"
65 u1 = 1.0<<s != 0 // ERROR "non-integer|float64"
66 u2 = 1<<s != 1.0 // ERROR "non-integer|float64"
76 _ = 1<<s == 1. // ERROR "invalid|shift of type float64"
77 _ = 1.<<s == 1 // ERROR "invalid|shift of type float64"
78 _ = 1.<<s == 1. // ERROR "invalid|non-integer|shift of type float64"
    [all...]
float_lit2.go 3 // Check conversion of constant to float32/float64 near min/max boundaries.
23 // The same is true of float64, with different constants: s/24/53/ and s/128/1024/.
83 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64 - ulp64/2), "max64 - ulp64 - ulp64/2"},
84 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64), "max64 - ulp64"},
85 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64/2), "max64 - ulp64/2"},
86 {0x7feffffffffffffe, float64(max64 - ulp64), float64(max64 - ulp64 + ulp64/2), "max64 - ulp64 + ulp64/2"}
    [all...]
float_lit3.go 3 // Check flagging of invalid conversion of constant to float32/float64 near min/max boundaries.
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
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_float.hpp 38 typedef double float64; typedef in namespace:glm::detail
82 typedef double float64; typedef in namespace:glm
88 GLM_STATIC_ASSERT(sizeof(glm::float64) == 8, "float64 size isn't 8 bytes on this platform");
  /prebuilts/go/darwin-x86/src/math/
modf.go 13 func Modf(f float64) (int float64, frac float64)
15 func modf(f float64) (int float64, frac float64) {
asin.go 19 func Asin(x float64) float64
21 func asin(x float64) float64 {
51 func Acos(x float64) float64
53 func acos(x float64) float64 {
nextafter.go 15 case IsNaN(float64(x)) || IsNaN(float64(y)): // special case
20 r = float32(Copysign(float64(Float32frombits(1)), float64(y)))
29 // Nextafter returns the next representable float64 value after x towards y.
35 func Nextafter(x, y float64) (r float64) {
  /prebuilts/go/linux-x86/src/math/
modf.go 13 func Modf(f float64) (int float64, frac float64)
15 func modf(f float64) (int float64, frac float64) {
asin.go 19 func Asin(x float64) float64
21 func asin(x float64) float64 {
51 func Acos(x float64) float64
53 func acos(x float64) float64 {
  /prebuilts/go/darwin-x86/test/fixedbugs/issue12677.dir/
p.go 6 func Baz(f int) float64 {
7 return 1 / float64(int(1)<<(uint(f)))
  /prebuilts/go/linux-x86/test/fixedbugs/issue12677.dir/
p.go 6 func Baz(f int) float64 {
7 return 1 / float64(int(1)<<(uint(f)))
  /prebuilts/go/darwin-x86/test/bench/go1/
mandel_test.go 13 const Zero float64 = 0
19 Cr := (2*float64(x)/float64(n) - 1.5)
20 Ci := (2*float64(y)/float64(n) - 1.0)
  /prebuilts/go/linux-x86/test/bench/go1/
mandel_test.go 13 const Zero float64 = 0
19 Cr := (2*float64(x)/float64(n) - 1.5)
20 Ci := (2*float64(y)/float64(n) - 1.0)

Completed in 889 milliseconds

1 23 4 5 6 7 8 91011>>