OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:float64val
(Results
1 - 13
of
13
) sorted by null
/prebuilts/go/darwin-x86/src/fmt/
scan_test.go
55
float64Val
float64
180
{"2.3\n", &
float64Val
, 2.3},
182
{"2.3e2\n", &
float64Val
, 2.3e2},
183
{"2.3p2\n", &
float64Val
, 2.3 * 4},
184
{"2.3p+2\n", &
float64Val
, 2.3 * 4},
185
{"2.3p+66\n", &
float64Val
, 2.3 * (1 << 32) * (1 << 32) * 4},
186
{"2.3p-66\n", &
float64Val
, 2.3 / ((1 << 32) * (1 << 32) * 4)},
320
{"1e500", &
float64Val
, 0},
/prebuilts/go/linux-x86/src/fmt/
scan_test.go
55
float64Val
float64
180
{"2.3\n", &
float64Val
, 2.3},
182
{"2.3e2\n", &
float64Val
, 2.3e2},
183
{"2.3p2\n", &
float64Val
, 2.3 * 4},
184
{"2.3p+2\n", &
float64Val
, 2.3 * 4},
185
{"2.3p+66\n", &
float64Val
, 2.3 * (1 << 32) * (1 << 32) * 4},
186
{"2.3p-66\n", &
float64Val
, 2.3 / ((1 << 32) * (1 << 32) * 4)},
320
{"1e500", &
float64Val
, 0},
/prebuilts/go/darwin-x86/src/go/constant/
value.go
254
// Float32Val is like
Float64Val
but for float32 instead of float64.
270
//
Float64Val
returns the nearest Go float64 value of x and whether the result is exact;
272
// to represent as float64,
Float64Val
silently underflows to 0. The result sign always
275
func
Float64Val
(x Value) (float64, bool) {
/prebuilts/go/linux-x86/src/go/constant/
value.go
254
// Float32Val is like
Float64Val
but for float32 instead of float64.
270
//
Float64Val
returns the nearest Go float64 value of x and whether the result is exact;
272
// to represent as float64,
Float64Val
silently underflows to 0. The result sign always
275
func
Float64Val
(x Value) (float64, bool) {
/prebuilts/go/darwin-x86/src/go/types/
expr.go
170
f, _ := constant.
Float64Val
(x)
175
f, _ := constant.
Float64Val
(x)
[
all
...]
/prebuilts/go/linux-x86/src/go/types/
expr.go
170
f, _ := constant.
Float64Val
(x)
175
f, _ := constant.
Float64Val
(x)
[
all
...]
/prebuilts/go/darwin-x86/api/
go1.5.txt
309
pkg go/constant, func
Float64Val
(Value) (float64, bool)
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
constant.a
39
func @"".
Float64Val
(@"".x·3 @"".Value) (? float64, ? bool)
426
? , T}?p@.>nuE Tgclocals·e41c414c061bccd2083bb8f814b18485 Tgclocals·3750f010b1a289cd5c360f0b84cbb900 `prebuilts/go/darwin-x86/src/go/constant/value.go?"".
Float64Val