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

1 2 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/src/math/rand/
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...]
example_test.go 60 // Float32 and Float64 values are in [0, 1).
62 show("Float64", r.Float64(), r.Float64(), r.Float64())
87 // Float64 0.628605430454327 0.4504798828572669 0.9562755949377957
normal.go 30 // NormFloat64 returns a normally distributed float64 in the range
38 func (r *Rand) NormFloat64() float64 {
42 x := float64(j) * float64(wn[i])
51 x = -math.Log(r.Float64()) * (1.0 / rn)
52 y := -math.Log(r.Float64())
62 if fn[i]+float32(r.Float64())*(fn[i-1]-fn[i]) < float32(math.Exp(-.5*x*x)) {
race_test.go 30 seed += int64(Float64())
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/math/rand/
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...]
example_test.go 60 // Float32 and Float64 values are in [0, 1).
62 show("Float64", r.Float64(), r.Float64(), r.Float64())
87 // Float64 0.628605430454327 0.4504798828572669 0.9562755949377957
normal.go 30 // NormFloat64 returns a normally distributed float64 in the range
38 func (r *Rand) NormFloat64() float64 {
42 x := float64(j) * float64(wn[i])
51 x = -math.Log(r.Float64()) * (1.0 / rn)
52 y := -math.Log(r.Float64())
62 if fn[i]+float32(r.Float64())*(fn[i-1]-fn[i]) < float32(math.Exp(-.5*x*x)) {
race_test.go 30 seed += int64(Float64())
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/test/
cmplx.go 14 Float64 float64
21 f64 float64
23 F64 Float64
  /prebuilts/go/linux-x86/test/
cmplx.go 14 Float64 float64
21 f64 float64
23 F64 Float64
  /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/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...]
  /external/v8/src/
deoptimizer.h 41 class Float64 {
43 Float64() : bit_pattern_(0) {}
47 static Float64 FromBits(uint64_t bits) { return Float64(bits); }
50 explicit Float64(uint64_t bit_pattern) : bit_pattern_(bit_pattern) {}
99 static TranslatedValue NewDouble(TranslatedState* container, Float64 value);
134 Float64 double_value_;
144 Float64 double_value() const;
334 static Float64 GetDoubleSlot(Address fp, int slot_index);
694 Float64 GetDoubleRegister(unsigned n) const
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 56 Float64 = 0x0041, // 64 bit real
159 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 56 Float64 = 0x0041, // 64 bit real
160 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 56 Float64 = 0x0041, // 64 bit real
160 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 56 Float64 = 0x0041, // 64 bit real
160 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 56 Float64 = 0x0041, // 64 bit real
160 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 56 Float64 = 0x0041, // 64 bit real
160 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 56 Float64 = 0x0041, // 64 bit real
160 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 56 Float64 = 0x0041, // 64 bit real
160 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 56 Float64 = 0x0041, // 64 bit real
160 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); }
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 528 Float64 float64 // The floating-point value.
548 n.Float64 = float64(rune) // odd but those are the rules.
588 n.Float64 = float64(n.Int64)
591 n.Float64 = float64(n.Uint64)
601 n.Float64 = f
603 if !n.IsInt && float64(int64(f)) == f
    [all...]

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 910