HomeSort by relevance Sort by last modified time
    Searched defs:Float64 (Results 1 - 25 of 53) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/test/
cmplx.go 14 Float64 float64
21 f64 float64
23 F64 Float64
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"
  /prebuilts/go/linux-x86/test/
cmplx.go 14 Float64 float64
21 f64 float64
23 F64 Float64
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"
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpfloat.go 65 func (a *Mpflt) AddFloat64(c float64) {
96 func (a *Mpflt) MulFloat64(c float64) {
119 func (a *Mpflt) CmpFloat64(c float64) int {
126 func (a *Mpflt) Float64() float64 {
127 x, _ := a.Val.Float64()
131 yyerror("ovf in Mpflt Float64")
137 func (a *Mpflt) Float32() float64 {
139 x := float64(x32)
149 func (a *Mpflt) SetFloat64(c float64) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/
pprof.go 106 func (flags) Float64(o string, d float64, c string) *float64 {
107 return flag.Float64(o, d, c)
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 30 func (z *Rat) SetFloat64(f float64) *Rat {
155 f = float32(math.Ldexp(float64(mantissa), exp-Msize1))
156 if math.IsInf(float64(f), 0) {
162 // quotToFloat64 returns the non-negative float64 value
166 func quotToFloat64(a, b nat) (f float64, exact bool) {
195 // This is 2 or 3 more than the float64 mantissa field width of Msize:
253 f = math.Ldexp(float64(mantissa), exp-Msize1)
276 // Float64 returns the nearest float64 value for x and a bool indicating
278 // be represented by a float64, f is an infinity and exact is false
    [all...]
  /prebuilts/go/darwin-x86/src/math/rand/
rand.go 8 // Float64 and Int, use a default shared Source that produces a deterministic
149 // Float64 returns, as a float64, a pseudo-random number in [0.0,1.0).
150 func (r *Rand) Float64() float64 {
152 // return float64(r.Int63n(1<<53)) / (1<<53)
154 // return float64(r.Int63()) / (1 << 63)
161 // We tried to fix this by mapping 1.0 back to 0.0, but since float64
168 f := float64(r.Int63()) / (1 << 63)
177 // Same rationale as in Float64: we want to preserve the Go 1 valu
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mpfloat.go 65 func (a *Mpflt) AddFloat64(c float64) {
96 func (a *Mpflt) MulFloat64(c float64) {
119 func (a *Mpflt) CmpFloat64(c float64) int {
126 func (a *Mpflt) Float64() float64 {
127 x, _ := a.Val.Float64()
131 yyerror("ovf in Mpflt Float64")
137 func (a *Mpflt) Float32() float64 {
139 x := float64(x32)
149 func (a *Mpflt) SetFloat64(c float64) {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/
pprof.go 106 func (flags) Float64(o string, d float64, c string) *float64 {
107 return flag.Float64(o, d, c)
  /prebuilts/go/linux-x86/src/math/big/
rat.go 30 func (z *Rat) SetFloat64(f float64) *Rat {
155 f = float32(math.Ldexp(float64(mantissa), exp-Msize1))
156 if math.IsInf(float64(f), 0) {
162 // quotToFloat64 returns the non-negative float64 value
166 func quotToFloat64(a, b nat) (f float64, exact bool) {
195 // This is 2 or 3 more than the float64 mantissa field width of Msize:
253 f = math.Ldexp(float64(mantissa), exp-Msize1)
276 // Float64 returns the nearest float64 value for x and a bool indicating
278 // be represented by a float64, f is an infinity and exact is false
    [all...]
  /prebuilts/go/linux-x86/src/math/rand/
rand.go 8 // Float64 and Int, use a default shared Source that produces a deterministic
149 // Float64 returns, as a float64, a pseudo-random number in [0.0,1.0).
150 func (r *Rand) Float64() float64 {
152 // return float64(r.Int63n(1<<53)) / (1<<53)
154 // return float64(r.Int63()) / (1 << 63)
161 // We tried to fix this by mapping 1.0 back to 0.0, but since float64
168 f := float64(r.Int63()) / (1 << 63)
177 // Same rationale as in Float64: we want to preserve the Go 1 valu
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 53 // float64, for JSON numbers
194 // Float64 returns the number as a float64.
195 func (n Number) Float64() (float64, error) {
802 // convertNumber converts the number literal s to a float64 or a Number
996 case reflect.Float32, reflect.Float64:
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 53 // float64, for JSON numbers
194 // Float64 returns the number as a float64.
195 func (n Number) Float64() (float64, error) {
802 // convertNumber converts the number literal s to a float64 or a Number
996 case reflect.Float32, reflect.Float64:
    [all...]
  /external/clang/include/clang/Basic/
TargetBuiltins.h 119 Float64
  /external/deqp/framework/common/
tcuFloat.hpp 133 typedef Float<deUint64, 11, 52, 1023, FLOAT_HAS_SIGN|FLOAT_SUPPORT_DENORM> Float64; //!< IEEE 754 64-bit floating-point value
162 *this = convert(Float64(u64));
178 deUint64 u64 = Float64::convert(*this).bits();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 123 Float64
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 123 Float64
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 123 Float64
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 123 Float64
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 123 Float64
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 123 Float64
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 123 Float64
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 123 Float64
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 56 Float64 = 0x0041, // 64 bit real
159 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); }

Completed in 1037 milliseconds

1 2 3