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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug011.go 14 func (t *T) m(a int, b float64) int {
bug056.go 9 func frexp() (a int, b float64) {
bug230.go 11 type F float64
bug258.go 11 func f() float64 {
bug297.go 11 type ByteSize float64
bug307.go 13 var f float64
bug442.go 16 Y float64
bug447.go 56 if math.Abs(float64(f$F) - f) < 0.05 {
63 `func test$I(f float64, i int64) {
80 f float64
93 var funcs = []func(float64, int64){
issue12525.go 15 var f float64
issue13485.go 12 _ [float64(10)]int // ERROR "invalid array bound"
issue4264.go 13 var y float64
issue8074.go 14 m := make(map[float64][]byte)
issue8501.go 10 f float64
  /prebuilts/go/darwin-x86/src/math/
tan.go 63 var _tanP = [...]float64{
68 var _tanQ = [...]float64{
82 func Tan(x float64) float64
84 func tan(x float64) float64 {
107 y := float64(j) // integer part of x/(Pi/4), as float
gamma.go 66 var _gamP = [...]float64{
75 var _gamQ = [...]float64{
85 var _gamS = [...]float64{
100 func stirling(x float64) (float64, float64) {
130 func Gamma(x float64) float64 {
175 return float64(signgam) * z
215 func isNegInt(x float64) bool
    [all...]
lgamma.go 91 var _lgamA = [...]float64{
105 var _lgamR = [...]float64{
114 var _lgamS = [...]float64{
123 var _lgamT = [...]float64{
140 var _lgamU = [...]float64{
148 var _lgamV = [...]float64{
156 var _lgamW = [...]float64{
174 func Lgamma(x float64) (lgamma float64, sign int) {
213 var nadj float64
    [all...]
  /prebuilts/go/darwin-x86/test/
const.go 32 fhuge float64 = 1 << 100
33 fhuge_1 float64 = chuge - 1
34 f1 float64 = chuge >> 100
36 f1e3 float64 = 1e3
71 var f float64
93 assert(fhuge == fhuge_1, "fhuge") // float64 can't distinguish fhuge, fhuge_1.
109 var f float64
  /prebuilts/go/linux-x86/src/math/
tan.go 63 var _tanP = [...]float64{
68 var _tanQ = [...]float64{
82 func Tan(x float64) float64
84 func tan(x float64) float64 {
107 y := float64(j) // integer part of x/(Pi/4), as float
gamma.go 66 var _gamP = [...]float64{
75 var _gamQ = [...]float64{
85 var _gamS = [...]float64{
100 func stirling(x float64) (float64, float64) {
130 func Gamma(x float64) float64 {
175 return float64(signgam) * z
215 func isNegInt(x float64) bool
    [all...]
lgamma.go 91 var _lgamA = [...]float64{
105 var _lgamR = [...]float64{
114 var _lgamS = [...]float64{
123 var _lgamT = [...]float64{
140 var _lgamU = [...]float64{
148 var _lgamV = [...]float64{
156 var _lgamW = [...]float64{
174 func Lgamma(x float64) (lgamma float64, sign int) {
213 var nadj float64
    [all...]
  /prebuilts/go/linux-x86/test/
const.go 32 fhuge float64 = 1 << 100
33 fhuge_1 float64 = chuge - 1
34 f1 float64 = chuge >> 100
36 f1e3 float64 = 1e3
71 var f float64
93 assert(fhuge == fhuge_1, "fhuge") // float64 can't distinguish fhuge, fhuge_1.
109 var f float64
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 79 avgSize := float64(size) / float64(count)
80 scale := 1 / (1 - math.Exp(-avgSize/float64(rate)))
82 return int64(float64(count) * scale), int64(float64(size) * scale)
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 79 avgSize := float64(size) / float64(count)
80 scale := 1 / (1 - math.Exp(-avgSize/float64(rate)))
82 return int64(float64(count) * scale), int64(float64(size) * scale)
  /prebuilts/go/darwin-x86/src/encoding/json/
stream_test.go 197 X float64
222 X float64
289 {json: `10`, expTokens: []interface{}{float64(10)}},
291 Delim('['), float64(10), Delim(']')}},
293 Delim('['), false, float64(10), "b", Delim(']')}},
295 Delim('{'), "a", float64(1), Delim('}')}},
297 Delim('{'), "a", float64(1), "b", "3", Delim('}')}},
300 Delim('{'), "a", float64(1), Delim('}'),
301 Delim('{'), "a", float64(2), Delim('}'),
304 Delim('{'), "obj", Delim('{'), "a", float64(1), Delim('}')
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
stream_test.go 197 X float64
222 X float64
289 {json: `10`, expTokens: []interface{}{float64(10)}},
291 Delim('['), float64(10), Delim(']')}},
293 Delim('['), false, float64(10), "b", Delim(']')}},
295 Delim('{'), "a", float64(1), Delim('}')}},
297 Delim('{'), "a", float64(1), "b", "3", Delim('}')}},
300 Delim('{'), "a", float64(1), Delim('}'),
301 Delim('{'), "a", float64(2), Delim('}'),
304 Delim('{'), "obj", Delim('{'), "a", float64(1), Delim('}')
    [all...]

Completed in 511 milliseconds

<<11121314151617181920>>