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

<<11121314151617

  /prebuilts/go/linux-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))))
  /prebuilts/go/linux-x86/test/
named.go 15 type Float float32
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
387.go 243 // float32 -> float64 is a nop
249 // Round to nearest float32.
  /prebuilts/go/darwin-x86/src/encoding/json/
stream_test.go 199 Y float32
224 Y float32
encode.go 314 case reflect.Float32, reflect.Float64:
414 case reflect.Float32:
557 // Note: Must use float32 comparisons for underlying float32 value to get precise cutoffs right.
559 if bits == 64 && (abs < 1e-6 || abs >= 1e21) || bits == 32 && (float32(abs) < 1e-6 || float32(abs) >= 1e21) {
1132 reflect.Float32, reflect.Float64,
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
387.go 243 // float32 -> float64 is a nop
249 // Round to nearest float32.
  /prebuilts/go/linux-x86/src/encoding/json/
stream_test.go 199 Y float32
224 Y float32
  /external/flatbuffers/js/
flatbuffers.js 69 flatbuffers.float32 = new Float32Array(flatbuffers.int32.buffer);
380 * Add a `float32` to the buffer, properly aligned, and grows the buffer (if necessary).
381 * @param {number} value The `float32` to add the the buffer.
932 return flatbuffers.float32[0];
987 flatbuffers.float32[0] = value;
  /build/kati/
serialize.go 586 return fmt.Sprintf("%.2fGB", float32(n)/1000/1000/1000)
589 return fmt.Sprintf("%.2fMB", float32(n)/1000/1000)
592 return fmt.Sprintf("%.2fkB", float32(n)/1000)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
AMD64Ops.go 166 {name: "MOVSSconst", reg: fp01, asm: "MOVSS", aux: "Float32", rematerializeable: true}, // fp32 constant
342 {name: "CVTTSS2SL", argLength: 1, reg: fpgp, asm: "CVTTSS2SL"}, // convert float32 to int32
343 {name: "CVTTSS2SQ", argLength: 1, reg: fpgp, asm: "CVTTSS2SQ"}, // convert float32 to int64
344 {name: "CVTSL2SS", argLength: 1, reg: gpfp, asm: "CVTSL2SS"}, // convert int32 to float32
346 {name: "CVTSQ2SS", argLength: 1, reg: gpfp, asm: "CVTSQ2SS"}, // convert int64 to float32
348 {name: "CVTSD2SS", argLength: 1, reg: fp11, asm: "CVTSD2SS"}, // convert float64 to float32
349 {name: "CVTSS2SD", argLength: 1, reg: fp11, asm: "CVTSS2SD"}, // convert float32 to float64
    [all...]
S390XOps.go 182 {name: "FMOVSconst", reg: fp01, asm: "FMOVS", aux: "Float32", rematerializeable: true}, // fp32 constant
322 {name: "CFEBRA", argLength: 1, reg: fpgp, asm: "CFEBRA"}, // convert float32 to int32
323 {name: "CGEBRA", argLength: 1, reg: fpgp, asm: "CGEBRA"}, // convert float32 to int64
324 {name: "CEFBRA", argLength: 1, reg: gpfp, asm: "CEFBRA"}, // convert int32 to float32
326 {name: "CEGBRA", argLength: 1, reg: gpfp, asm: "CEGBRA"}, // convert int64 to float32
328 {name: "LEDBR", argLength: 1, reg: fp11, asm: "LEDBR"}, // convert float64 to float32
329 {name: "LDEBR", argLength: 1, reg: fp11, asm: "LDEBR"}, // convert float32 to float64
    [all...]
386Ops.go 162 {name: "MOVSSconst", reg: fp01, asm: "MOVSS", aux: "Float32", rematerializeable: true}, // fp32 constant
310 {name: "CVTTSS2SL", argLength: 1, reg: fpgp, asm: "CVTTSS2SL", usesScratch: true}, // convert float32 to int32
311 {name: "CVTSL2SS", argLength: 1, reg: gpfp, asm: "CVTSL2SS", usesScratch: true}, // convert int32 to float32
313 {name: "CVTSD2SS", argLength: 1, reg: fp11, asm: "CVTSD2SS", usesScratch: true}, // convert float64 to float32
314 {name: "CVTSS2SD", argLength: 1, reg: fp11, asm: "CVTSS2SD"}, // convert float32 to float64
471 {name: "MOVSSconst1", reg: gp01, typ: "UInt32", aux: "Float32"},
genericOps.go 292 {name: "Const32F", aux: "Float32"}, // value is math.Float64frombits(uint64(auxint)) and is exactly prepresentable as float 32
446 {name: "Cvt32Uto32F", argLength: 1}, // uint32 -> float32, only used on 32-bit arch
448 {name: "Cvt32Fto32U", argLength: 1}, // float32 -> uint32, only used on 32-bit arch
450 {name: "Cvt64Uto32F", argLength: 1}, // uint64 -> float32, only used on archs that has the instruction
452 {name: "Cvt32Fto64U", argLength: 1}, // float32 -> uint64, only used on archs that has the instruction
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
AMD64Ops.go 166 {name: "MOVSSconst", reg: fp01, asm: "MOVSS", aux: "Float32", rematerializeable: true}, // fp32 constant
342 {name: "CVTTSS2SL", argLength: 1, reg: fpgp, asm: "CVTTSS2SL"}, // convert float32 to int32
343 {name: "CVTTSS2SQ", argLength: 1, reg: fpgp, asm: "CVTTSS2SQ"}, // convert float32 to int64
344 {name: "CVTSL2SS", argLength: 1, reg: gpfp, asm: "CVTSL2SS"}, // convert int32 to float32
346 {name: "CVTSQ2SS", argLength: 1, reg: gpfp, asm: "CVTSQ2SS"}, // convert int64 to float32
348 {name: "CVTSD2SS", argLength: 1, reg: fp11, asm: "CVTSD2SS"}, // convert float64 to float32
349 {name: "CVTSS2SD", argLength: 1, reg: fp11, asm: "CVTSS2SD"}, // convert float32 to float64
    [all...]
S390XOps.go 182 {name: "FMOVSconst", reg: fp01, asm: "FMOVS", aux: "Float32", rematerializeable: true}, // fp32 constant
322 {name: "CFEBRA", argLength: 1, reg: fpgp, asm: "CFEBRA"}, // convert float32 to int32
323 {name: "CGEBRA", argLength: 1, reg: fpgp, asm: "CGEBRA"}, // convert float32 to int64
324 {name: "CEFBRA", argLength: 1, reg: gpfp, asm: "CEFBRA"}, // convert int32 to float32
326 {name: "CEGBRA", argLength: 1, reg: gpfp, asm: "CEGBRA"}, // convert int64 to float32
328 {name: "LEDBR", argLength: 1, reg: fp11, asm: "LEDBR"}, // convert float64 to float32
329 {name: "LDEBR", argLength: 1, reg: fp11, asm: "LDEBR"}, // convert float32 to float64
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c 785 float float32[4]; member in union:gen8_border_color::__anon28503
796 [VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK] = { .float32 = { 0.0, 0.0, 0.0, 0.0 } },
797 [VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK] = { .float32 = { 0.0, 0.0, 0.0, 1.0 } },
798 [VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE] = { .float32 = { 1.0, 1.0, 1.0, 1.0 } },
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 81 m_clear_color.float32[0] = 0.25f;
82 m_clear_color.float32[1] = 0.25f;
83 m_clear_color.float32[2] = 0.25f;
84 m_clear_color.float32[3] = 0.0f;
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
ftoa.go 28 // value of bitSize bits (32 for float32, 64 for float64).
59 bits = uint64(math.Float32bits(float32(val)))
  /prebuilts/go/linux-x86/src/strconv/
ftoa.go 28 // value of bitSize bits (32 for float32, 64 for float64).
59 bits = uint64(math.Float32bits(float32(val)))
  /external/mesa3d/src/amd/addrlib/core/
addrelemlib.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
op.go 65 auxFloat32 // auxInt is a float32 (encoded with math.Float64bits)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
data.go 86 func (s *LSym) WriteFloat32(ctxt *Link, off int64, f float32) {
  /prebuilts/go/darwin-x86/src/encoding/gob/
encoder_test.go 32 float32(1.2345),
347 var testFloat32 float32
361 {float32(17.5), &testFloat32, ""},
642 "f0": []float32{1},
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 55 float32Val float32
162 {"2.3e1\n", &float32Val, float32(2.3e1)},
552 var f32 float32
575 var f32 float32
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
universe.go 38 Float32: {Float32, IsFloat, "float32"},

Completed in 1424 milliseconds

<<11121314151617