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

<<11121314151617

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
type_test.go 91 TypeFloat32 = &TypeImpl{Size_: 4, Align: 4, Float: true, Name: "float32"}
rewrite.go 370 // i2f32 is used in rules for converting from an AuxInt to a float32.
371 func i2f32(i int64) float32 {
372 return float32(math.Float64frombits(uint64(i)))
  /prebuilts/go/darwin-x86/src/encoding/gob/
encgen.go 62 "float32",
63 "Float32",
  /prebuilts/go/darwin-x86/src/strconv/
ftoa_test.go 144 if float64(float32(test.f)) == test.f && test.fmt != 'b' {
  /prebuilts/go/darwin-x86/test/
const1.go 23 Float32 float32 = 104.5
81 f(Float32) // ERROR "convert|wrong type|cannot"
convT2X.go 20 F32 float32
nilptr3.go 193 func f5(p *float32, q *float64, r *float32, s *float64) float64 {
named.go 15 type Float float32
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
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/linux-x86/src/cmd/compile/internal/ssa/
type_test.go 91 TypeFloat32 = &TypeImpl{Size_: 4, Align: 4, Float: true, Name: "float32"}
rewrite.go 370 // i2f32 is used in rules for converting from an AuxInt to a float32.
371 func i2f32(i int64) float32 {
372 return float32(math.Float64frombits(uint64(i)))
  /prebuilts/go/linux-x86/src/encoding/gob/
encgen.go 62 "float32",
63 "Float32",
  /prebuilts/go/linux-x86/src/strconv/
ftoa_test.go 144 if float64(float32(test.f)) == test.f && test.fmt != 'b' {
  /prebuilts/go/linux-x86/test/
const1.go 23 Float32 float32 = 104.5
81 f(Float32) // ERROR "convert|wrong type|cannot"
convT2X.go 20 F32 float32
nilptr3.go 193 func f5(p *float32, q *float64, r *float32, s *float64) float64 {
  /prebuilts/go/darwin-x86/src/math/big/
float.go 50 // as the corresponding float32 or float64 IEEE-754 arithmetic for operands
51 // that correspond to normal (i.e., not denormal) float32 or float64 numbers.
817 // Float32 returns the float32 value nearest to x. If x is too small to be
818 // represented by a float32 (|x| < math.SmallestNonzeroFloat32), the result
820 // If x is too large to be represented by a float32 (|x| > math.MaxFloat32),
822 func (x *Float) Float32() (float32, Accuracy) {
841 // Float mantissa m is 0.5 <= m < 1.0; compute exponent e for float32 mantissa.
844 // Compute precision p for float32 mantissa
    [all...]
ratconv_test.go 364 f, exact := r.Float32()
366 // 1. Check string -> Rat -> float32 conversions are
371 e := float32(e64)
401 t.Errorf("Rat.SetString(%q).Float32().exact = %t, want %t", input, exact, wasExact)
  /prebuilts/go/linux-x86/src/math/big/
float.go 50 // as the corresponding float32 or float64 IEEE-754 arithmetic for operands
51 // that correspond to normal (i.e., not denormal) float32 or float64 numbers.
817 // Float32 returns the float32 value nearest to x. If x is too small to be
818 // represented by a float32 (|x| < math.SmallestNonzeroFloat32), the result
820 // If x is too large to be represented by a float32 (|x| > math.MaxFloat32),
822 func (x *Float) Float32() (float32, Accuracy) {
841 // Float mantissa m is 0.5 <= m < 1.0; compute exponent e for float32 mantissa.
844 // Compute precision p for float32 mantissa
    [all...]
ratconv_test.go 364 f, exact := r.Float32()
366 // 1. Check string -> Rat -> float32 conversions are
371 e := float32(e64)
401 t.Errorf("Rat.SetString(%q).Float32().exact = %t, want %t", input, exact, wasExact)
  /external/deqp/modules/glshared/
glsShaderConstExprTests.cpp 66 value.elements[0].float32 = output;
  /external/protobuf/js/binary/
constants.js 266 * The smallest denormal float32 value.
280 * The largest finite float32 value.
  /system/core/liblog/include/log/
log_event_list.h 72 float float32; member in union:__anon114227::__anon114228
  /external/flatbuffers/include/flatbuffers/
idl.h 49 TD(FLOAT, "float", float, float, float32, float, float32) /* begin float */ \
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary.go 10 // type (bool, int8, uint8, int16, float32, complex64, ...)
413 reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
554 case reflect.Float32:
625 case reflect.Float32, reflect.Float64:
627 case reflect.Float32:
628 e.uint32(math.Float32bits(float32(v.Float())))
637 e.uint32(math.Float32bits(float32(real(x))))
638 e.uint32(math.Float32bits(float32(imag(x))))

Completed in 635 milliseconds

<<11121314151617