HomeSort by relevance Sort by last modified time
    Searched refs:float32 (Results 226 - 250 of 425) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue5162.go 68 "float32", "float64"}
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
check.go 146 f.Fatalf("value %v has an AuxInt value that is not an exact float32", v)
308 // isExactFloat32 reoprts whether v has an AuxInt that can be exactly represented as a float32.
310 return v.AuxFloat() == float64(float32(v.AuxFloat()))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 201 {name: "FNEGS", argLength: 1, reg: fp11, asm: "FNEGS"}, // -arg0, float32
231 {name: "FCMPS", argLength: 2, reg: fp2flags, asm: "FCMPS", typ: "Flags"}, // arg0 compare to arg1, float32
259 {name: "FMOVSconst", argLength: 0, reg: fp01, aux: "Float64", asm: "FMOVS", typ: "Float32", rematerializeable: true}, // auxint as 64-bit float, convert to 32-bit float
271 {name: "FMOVSload", argLength: 2, reg: fpload, aux: "SymOff", asm: "FMOVS", typ: "Float32", faultOnNilArg0: true}, // load from arg0 + auxInt + aux. arg1=mem.
297 {name: "SCVTFWS", argLength: 1, reg: gpfp, asm: "SCVTFWS"}, // int32 -> float32
299 {name: "UCVTFWS", argLength: 1, reg: gpfp, asm: "UCVTFWS"}, // uint32 -> float32
301 {name: "SCVTFS", argLength: 1, reg: gpfp, asm: "SCVTFS"}, // int64 -> float32
303 {name: "UCVTFS", argLength: 1, reg: gpfp, asm: "UCVTFS"}, // uint64 -> float32
305 {name: "FCVTZSSW", argLength: 1, reg: fpgp, asm: "FCVTZSSW"}, // float32 -> int32
307 {name: "FCVTZUSW", argLength: 1, reg: fpgp, asm: "FCVTZUSW"}, // float32 -> uint3
    [all...]
ARMOps.go 192 {name: "NEGF", argLength: 1, reg: fp11, asm: "NEGF"}, // -arg0, float32
307 {name: "CMPF", argLength: 2, reg: fp2flags, asm: "CMPF", typ: "Flags"}, // arg0 compare to arg1, float32
318 {name: "CMPF0", argLength: 1, reg: fp1flags, asm: "CMPF", typ: "Flags"}, // arg0 compare to 0, float32
323 {name: "MOVFconst", argLength: 0, reg: fp01, aux: "Float64", asm: "MOVF", typ: "Float32", rematerializeable: true}, // auxint as 64-bit float, convert to 32-bit float
333 {name: "MOVFload", argLength: 2, reg: fpload, aux: "SymOff", asm: "MOVF", typ: "Float32", faultOnNilArg0: true}, // load from arg0 + auxInt + aux. arg1=mem.
360 {name: "MOVWF", argLength: 1, reg: gpfp, asm: "MOVWF"}, // int32 -> float32
362 {name: "MOVWUF", argLength: 1, reg: gpfp, asm: "MOVWF"}, // uint32 -> float32, set U bit in the instruction
364 {name: "MOVFW", argLength: 1, reg: fpgp, asm: "MOVFW"}, // float32 -> int32
366 {name: "MOVFWU", argLength: 1, reg: fpgp, asm: "MOVFW"}, // float32 -> uint32, set U bit in the instruction
368 {name: "MOVFD", argLength: 1, reg: fp11, asm: "MOVFD"}, // float32 -> float6
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 83 type Float32Imm float32
88 return fmt.Sprintf("#%v", float32(f))
91 type Float64Imm float32
  /prebuilts/go/darwin-x86/src/testing/quick/
quick_test.go 25 func fFloat32(a float32) float32 { return a }
27 type TestFloat32Alias float32
quick.go 28 // randFloat32 generates a random float taking the full range of a float32.
29 func randFloat32(rand *rand.Rand) float32 {
34 return float32(f)
72 case reflect.Float32:
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
check.go 146 f.Fatalf("value %v has an AuxInt value that is not an exact float32", v)
308 // isExactFloat32 reoprts whether v has an AuxInt that can be exactly represented as a float32.
310 return v.AuxFloat() == float64(float32(v.AuxFloat()))
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 201 {name: "FNEGS", argLength: 1, reg: fp11, asm: "FNEGS"}, // -arg0, float32
231 {name: "FCMPS", argLength: 2, reg: fp2flags, asm: "FCMPS", typ: "Flags"}, // arg0 compare to arg1, float32
259 {name: "FMOVSconst", argLength: 0, reg: fp01, aux: "Float64", asm: "FMOVS", typ: "Float32", rematerializeable: true}, // auxint as 64-bit float, convert to 32-bit float
271 {name: "FMOVSload", argLength: 2, reg: fpload, aux: "SymOff", asm: "FMOVS", typ: "Float32", faultOnNilArg0: true}, // load from arg0 + auxInt + aux. arg1=mem.
297 {name: "SCVTFWS", argLength: 1, reg: gpfp, asm: "SCVTFWS"}, // int32 -> float32
299 {name: "UCVTFWS", argLength: 1, reg: gpfp, asm: "UCVTFWS"}, // uint32 -> float32
301 {name: "SCVTFS", argLength: 1, reg: gpfp, asm: "SCVTFS"}, // int64 -> float32
303 {name: "UCVTFS", argLength: 1, reg: gpfp, asm: "UCVTFS"}, // uint64 -> float32
305 {name: "FCVTZSSW", argLength: 1, reg: fpgp, asm: "FCVTZSSW"}, // float32 -> int32
307 {name: "FCVTZUSW", argLength: 1, reg: fpgp, asm: "FCVTZUSW"}, // float32 -> uint3
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 83 type Float32Imm float32
88 return fmt.Sprintf("#%v", float32(f))
91 type Float64Imm float32
  /prebuilts/go/linux-x86/src/testing/quick/
quick_test.go 25 func fFloat32(a float32) float32 { return a }
27 type TestFloat32Alias float32
quick.go 28 // randFloat32 generates a random float taking the full range of a float32.
29 func randFloat32(rand *rand.Rand) float32 {
34 return float32(f)
72 case reflect.Float32:
  /prebuilts/go/darwin-x86/src/math/big/
float_test.go 194 func alike32(x, y float32) bool {
525 // float64 to a float32 (excluding denormal numbers).
531 got, _ := f.Float32()
532 want := float32(x)
828 out float32
900 {"0x1.ffffff0p127", float32(math.Inf(+1)), Above},
901 {"0x1p128", float32(math.Inf(+1)), Above},
902 {"1e10000", float32(math.Inf(+1)), Above},
903 {"0x1.ffffff0p2147483646", float32(math.Inf(+1)), Above}, // overflow in rounding
906 {"Inf", float32(math.Inf(+1)), Exact}
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float_test.go 194 func alike32(x, y float32) bool {
525 // float64 to a float32 (excluding denormal numbers).
531 got, _ := f.Float32()
532 want := float32(x)
828 out float32
900 {"0x1.ffffff0p127", float32(math.Inf(+1)), Above},
901 {"0x1p128", float32(math.Inf(+1)), Above},
902 {"1e10000", float32(math.Inf(+1)), Above},
903 {"0x1.ffffff0p2147483646", float32(math.Inf(+1)), Above}, // overflow in rounding
906 {"Inf", float32(math.Inf(+1)), Exact}
    [all...]
  /prebuilts/go/darwin-x86/src/math/rand/
rand.go 175 // Float32 returns, as a float32, a pseudo-random number in [0.0,1.0).
176 func (r *Rand) Float32() float32 {
181 f := float32(r.Float64())
282 // Float32 returns, as a float32, a pseudo-random number in [0.0,1.0)
284 func Float32() float32 { return globalRand.Float32() }
    [all...]
  /prebuilts/go/linux-x86/src/math/rand/
rand.go 175 // Float32 returns, as a float32, a pseudo-random number in [0.0,1.0).
176 func (r *Rand) Float32() float32 {
181 f := float32(r.Float64())
282 // Float32 returns, as a float32, a pseudo-random number in [0.0,1.0)
284 func Float32() float32 { return globalRand.Float32() }
    [all...]
  /external/flatbuffers/go/
builder.go 490 // PrependFloat32Slot prepends a float32 onto the object at vtable slot `o`.
493 func (b *Builder) PrependFloat32Slot(o int, x, d float32) {
631 // PrependFloat32 prepends a float32 to the Builder buffer.
633 func (b *Builder) PrependFloat32(x float32) {
713 // PlaceFloat32 prepends a float32 to the Builder, without checking for space.
714 func (b *Builder) PlaceFloat32(x float32) {
  /prebuilts/go/darwin-x86/src/encoding/json/
encode_test.go 652 // below here for float32 only
663 f = float64(float32(f)) // round
664 vf = float32(f)
682 t.Errorf("Marshal(%T(%g)) = %q (is %g, not %g)", vf, vf, out, float32(g), vf)
718 return float64(math.Nextafter32(float32(g), float32(h)))
  /prebuilts/go/linux-x86/src/encoding/json/
encode_test.go 652 // below here for float32 only
663 f = float64(float32(f)) // round
664 vf = float32(f)
682 t.Errorf("Marshal(%T(%g)) = %q (is %g, not %g)", vf, vf, out, float32(g), vf)
718 return float64(math.Nextafter32(float32(g), float32(h)))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
obj.go 386 s.WriteFloat32(Ctxt, nam.Xoffset, float32(f))
396 s.WriteFloat32(Ctxt, nam.Xoffset, float32(r))
397 s.WriteFloat32(Ctxt, nam.Xoffset+4, float32(i))
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary_test.go 25 Float32 float32
249 f [8]float32
261 F [8]float32
457 want.Float32 = 0
  /prebuilts/go/darwin-x86/src/encoding/gob/
enc_helpers.go 17 reflect.Float32: encFloat32Array,
36 reflect.Float32: encFloat32Slice,
136 slice, ok := v.Interface().([]float32)
138 // It is kind float32 but not type float32. TODO: We can handle this unsafely.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
obj.go 386 s.WriteFloat32(Ctxt, nam.Xoffset, float32(f))
396 s.WriteFloat32(Ctxt, nam.Xoffset, float32(r))
397 s.WriteFloat32(Ctxt, nam.Xoffset+4, float32(i))
  /prebuilts/go/linux-x86/src/encoding/binary/
binary_test.go 25 Float32 float32
249 f [8]float32
261 F [8]float32
457 want.Float32 = 0
  /prebuilts/go/linux-x86/src/encoding/gob/
enc_helpers.go 17 reflect.Float32: encFloat32Array,
36 reflect.Float32: encFloat32Slice,
136 slice, ok := v.Interface().([]float32)
138 // It is kind float32 but not type float32. TODO: We can handle this unsafely.

Completed in 1127 milliseconds

1 2 3 4 5 6 7 8 91011>>