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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/strconv/
atof_test.go 82 // largest float64
85 // next float64 - too large
211 x float64
274 if float64(float32(out)) == out {
277 if float64(out32) != out {
278 t.Errorf("ParseFloat(%v, 32) = %v, not a float32 (closest is %v)", test.in, out, float64(out32))
281 outs := FormatFloat(float64(out32), 'g', -1, 32)
291 if float64(out32) != out {
292 t.Errorf("ParseFloat(%v, 32) = %v, not a float32 (closest is %v)", test.in, out, float64(out32))
295 outs := FormatFloat(float64(out32), 'g', -1, 32
    [all...]
  /prebuilts/go/linux-x86/src/strconv/
atof_test.go 82 // largest float64
85 // next float64 - too large
211 x float64
274 if float64(float32(out)) == out {
277 if float64(out32) != out {
278 t.Errorf("ParseFloat(%v, 32) = %v, not a float32 (closest is %v)", test.in, out, float64(out32))
281 outs := FormatFloat(float64(out32), 'g', -1, 32)
291 if float64(out32) != out {
292 t.Errorf("ParseFloat(%v, 32) = %v, not a float32 (closest is %v)", test.in, out, float64(out32))
295 outs := FormatFloat(float64(out32), 'g', -1, 32
    [all...]
  /prebuilts/go/darwin-x86/test/bench/go1/
fasta_test.go 116 fastaLookupScale float64 = fastaLookupSize - 1
123 prob float64
124 cprob float64
130 var p float64
142 for acid[j].cprob < float64(i) {
168 r := float64(int(myrand)) * f
  /prebuilts/go/darwin-x86/test/
const1.go 24 Float64 float64 = 105.5
26 Big float64 = 1e300
66 c1 float64 = Big
67 c2 float64 = Big * Big // ERROR "overflow"
68 c3 float64 = float64(Big) * Big // ERROR "overflow"
82 f(Float64) // ERROR "convert|wrong type|cannot"
maplinear.go 76 m := map[float64]int{}
128 checkLinear("float64", 10000, func(n int) {
129 m := map[float64]int{}
131 m[float64(i)] = 1
147 m[complex(float64(i), float64(i))] = 1
cmplx.go 14 Float64 float64
21 f64 float64
23 F64 Float64
rename.go 30 float64 +
76 float64 = 13
75 float64 = 13 const
  /prebuilts/go/linux-x86/test/bench/go1/
fasta_test.go 116 fastaLookupScale float64 = fastaLookupSize - 1
123 prob float64
124 cprob float64
130 var p float64
142 for acid[j].cprob < float64(i) {
168 r := float64(int(myrand)) * f
  /prebuilts/go/linux-x86/test/
const1.go 24 Float64 float64 = 105.5
26 Big float64 = 1e300
66 c1 float64 = Big
67 c2 float64 = Big * Big // ERROR "overflow"
68 c3 float64 = float64(Big) * Big // ERROR "overflow"
82 f(Float64) // ERROR "convert|wrong type|cannot"
maplinear.go 76 m := map[float64]int{}
128 checkLinear("float64", 10000, func(n int) {
129 m := map[float64]int{}
131 m[float64(i)] = 1
147 m[complex(float64(i), float64(i))] = 1
cmplx.go 14 Float64 float64
21 f64 float64
23 F64 Float64
rename.go 30 float64 +
76 float64 = 13
75 float64 = 13 const
  /prebuilts/go/darwin-x86/src/encoding/binary/
example_test.go 16 var pi float64 = math.Pi
43 var pi float64
  /prebuilts/go/darwin-x86/src/image/draw/
example_test.go 22 dist := math.Sqrt(math.Pow(float64(x-width/2), 2)/3+math.Pow(float64(y-height/2), 2)) / (height / 1.5) * 255
  /prebuilts/go/darwin-x86/test/fixedbugs/bug369.dir/
main.go 42 speedup := float64(tslow) / float64(tfast)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16949.go 16 sink = make([]byte, float64(1.0)) // ERROR "non-integer.*len"
20 sink = make([]byte, 0, float64(1.0)) // ERROR "non-integer.*cap"
  /prebuilts/go/darwin-x86/test/fixedbugs/issue9608.dir/
issue9608.go 49 const zero = float64(0.0)
50 const one = float64(1.0)
  /prebuilts/go/darwin-x86/test/ken/
cplx5.go 22 a[i] = complex(float64(i), float64(-i))
  /prebuilts/go/linux-x86/src/encoding/binary/
example_test.go 16 var pi float64 = math.Pi
43 var pi float64
  /prebuilts/go/linux-x86/src/image/draw/
example_test.go 22 dist := math.Sqrt(math.Pow(float64(x-width/2), 2)/3+math.Pow(float64(y-height/2), 2)) / (height / 1.5) * 255
  /prebuilts/go/linux-x86/test/fixedbugs/bug369.dir/
main.go 42 speedup := float64(tslow) / float64(tfast)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16949.go 16 sink = make([]byte, float64(1.0)) // ERROR "non-integer.*len"
20 sink = make([]byte, 0, float64(1.0)) // ERROR "non-integer.*cap"
  /prebuilts/go/linux-x86/test/fixedbugs/issue9608.dir/
issue9608.go 49 const zero = float64(0.0)
50 const one = float64(1.0)
  /prebuilts/go/linux-x86/test/ken/
cplx5.go 22 a[i] = complex(float64(i), float64(-i))
  /prebuilts/go/darwin-x86/src/math/big/
rat_test.go 410 b, exp, f, f, math.Ldexp(float64(b), exp), r)
422 // broader than the float64 range, and check Rat.Float64()
423 // always picks the closest float64 approximation.
453 f, _ := r.Float64()
458 b, exp, f, f, math.Ldexp(float64(b), exp), r)
471 for _, f := range []float64{math.NaN(), math.Inf(+1), math.Inf(-1)} {
482 if !isFinite(float64(f)) {
485 r := new(Rat).SetFloat64(float64(f))
487 t.Errorf("Rat.SetFloat64(float64(%g) (%b)) == nil", f, f
    [all...]

Completed in 550 milliseconds

<<11121314151617181920>>