/external/clang/test/SemaCXX/ |
D | neon-vector-types.cpp | 5 typedef float Float32; typedef 14 int foo (const Float32 *realBufPtr) { in foo() 19 MP4Err autoCorrelation2nd_Neon(Float32 *alphar, Float32 *alphai, in autoCorrelation2nd_Neon() 20 const Float32 *realBufPtr, in autoCorrelation2nd_Neon() 21 const Float32 *imagBufPtr, in autoCorrelation2nd_Neon()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 104 const int inExp = tcu::Float32(input).exponent(); in numBitsLostInOp() 105 const int outExp = tcu::Float32(output).exponent(); in numBitsLostInOp() 112 const deUint32 aBits = tcu::Float32(a).bits(); in getUlpDiff() 113 const deUint32 bBits = tcu::Float32(b).bits(); in getUlpDiff() 119 if (tcu::Float32(a).isZero()) in getUlpDiffIgnoreZeroSign() 120 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b); in getUlpDiffIgnoreZeroSign() 121 else if (tcu::Float32(b).isZero()) in getUlpDiffIgnoreZeroSign() 122 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat()); in getUlpDiffIgnoreZeroSign() 136 const int exp = tcu::Float32(value).exponent(); in getEpsFromMaxUlpDiff() 137 …return tcu::Float32::construct(+1, exp, (1u<<23) | ulpDiff).asFloat() - tcu::Float32::construct(+1… in getEpsFromMaxUlpDiff() [all …]
|
D | es31fShaderPackingFunctionTests.cpp | 49 const deUint32 aBits = tcu::Float32(a).bits(); in getUlpDiff() 50 const deUint32 bBits = tcu::Float32(b).bits(); in getUlpDiff() 62 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<() 570 …v[c] = tcu::Float32::construct(s, exp ? exp : 1 /* avoid denormals */, (1u<<23) | mantissa).asFloa… in iterate() 710 const deUint32 refBits0 = tcu::Float32(ref0).bits(); in iterate() 711 const deUint32 refBits1 = tcu::Float32(ref1).bits(); in iterate() 712 const deUint32 resBits0 = tcu::Float32(res0).bits(); in iterate() 713 const deUint32 resBits1 = tcu::Float32(res1).bits(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 108 const int inExp = tcu::Float32(input).exponent(); in numBitsLostInOp() 109 const int outExp = tcu::Float32(output).exponent(); in numBitsLostInOp() 116 const deUint32 aBits = tcu::Float32(a).bits(); in getUlpDiff() 117 const deUint32 bBits = tcu::Float32(b).bits(); in getUlpDiff() 123 if (tcu::Float32(a).isZero()) in getUlpDiffIgnoreZeroSign() 124 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b); in getUlpDiffIgnoreZeroSign() 125 else if (tcu::Float32(b).isZero()) in getUlpDiffIgnoreZeroSign() 126 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat()); in getUlpDiffIgnoreZeroSign() 140 const int exp = tcu::Float32(value).exponent(); in getEpsFromMaxUlpDiff() 141 …return tcu::Float32::construct(+1, exp, (1u<<23) | ulpDiff).asFloat() - tcu::Float32::construct(+1… in getEpsFromMaxUlpDiff() [all …]
|
/external/v8/src/ |
D | deoptimizer.h | 26 class Float32 { 28 Float32() : bit_pattern_(0) {} in Float32() function 31 static Float32 FromBits(uint32_t bits) { return Float32(bits); } in FromBits() 34 explicit Float32(uint32_t bit_pattern) : bit_pattern_(bit_pattern) {} in Float32() function 98 static TranslatedValue NewFloat(TranslatedState* container, Float32 value); 132 Float32 float_value_; 143 Float32 float_value() const; 333 static Float32 GetFloatSlot(Address fp, int slot_index); 689 Float32 GetFloatRegister(unsigned n) const { in GetFloatRegister() 704 void SetFloatRegister(unsigned n, Float32 value) { in SetFloatRegister() [all …]
|
D | machine-type.h | 122 static MachineType Float32() { in Float32() function 222 return MachineType::Float32();
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 100 const int inExp = tcu::Float32(input).exponent(); in numBitsLostInOp() 101 const int outExp = tcu::Float32(output).exponent(); in numBitsLostInOp() 108 const deUint32 aBits = tcu::Float32(a).bits(); in getUlpDiff() 109 const deUint32 bBits = tcu::Float32(b).bits(); in getUlpDiff() 115 if (tcu::Float32(a).isZero()) in getUlpDiffIgnoreZeroSign() 116 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b); in getUlpDiffIgnoreZeroSign() 117 else if (tcu::Float32(b).isZero()) in getUlpDiffIgnoreZeroSign() 118 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat()); in getUlpDiffIgnoreZeroSign() 132 const int exp = tcu::Float32(value).exponent(); in getEpsFromMaxUlpDiff() 133 …return tcu::Float32::construct(+1, exp, (1u<<23) | ulpDiff).asFloat() - tcu::Float32::construct(+1… in getEpsFromMaxUlpDiff() [all …]
|
D | es3fShaderDerivateTests.cpp | 207 return tcu::UVec4(tcu::Float32(v[0]).exponentBits(), in getCompExpBits() 208 tcu::Float32(v[1]).exponentBits(), in getCompExpBits() 209 tcu::Float32(v[2]).exponentBits(), in getCompExpBits() 210 tcu::Float32(v[3]).exponentBits()); in getCompExpBits() 217 const int exp = tcu::Float32(value).exponent(); in computeFloatingPointError() 219 …return tcu::Float32::construct(+1, exp, (1u<<23) | mask).asFloat() - tcu::Float32::construct(+1, e… in computeFloatingPointError() 255 …return tcu::Float32::construct(+1, exp, (1<<23) | (1 << ulpBitNdx)).asFloat() - tcu::Float32::cons… in getSingleULPForExponent() 260 return tcu::Float32::construct(+1, exp, (1<<23)).asFloat(); in getSingleULPForExponent() 266 const int exp = tcu::Float32(value).exponent(); in getSingleULPForValue() 278 const tcu::Float32 inputFloat = tcu::Float32(value); in convertFloatFlushToZeroRtn() [all …]
|
D | es3fShaderPrecisionTests.cpp | 299 const int in0Exp = tcu::Float32(in0).exponent(); in compare() 300 const int in1Exp = tcu::Float32(in1).exponent(); in compare() 301 const int resExp = tcu::Float32(result).exponent(); in compare() 371 << "in0 = " << in0 << " / " << tcu::toHex(tcu::Float32(in0).bits()) in iterate() 372 << ", in1 = " << in1 << " / " << tcu::toHex(tcu::Float32(in1).bits()) in iterate() 374 …<< TestLog::Message << " reference = " << refF << " / " << tcu::toHex(tcu::Float32(refF).bits()) … in iterate() 384 …log << TestLog::Message << " result = " << pixels[0] << " / " << tcu::toHex(tcu::Float32(pixels[0… in iterate() 393 const deUint32 firstPixelBits = tcu::Float32(pixels[0]).bits(); in iterate() 400 const deUint32 pixelBits = tcu::Float32(pixels[(y*FRAMEBUFFER_WIDTH + x)*4]).bits(); in iterate() 838 float minF32 = tcu::Float32((1u<<31) | (0xfdu<<23) | 0x0u).asFloat(); in init() [all …]
|
D | es3fShaderPackingFunctionTests.cpp | 49 const deUint32 aBits = tcu::Float32(a).bits(); in getUlpDiff() 50 const deUint32 bBits = tcu::Float32(b).bits(); in getUlpDiff() 62 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<() 566 …v[c] = tcu::Float32::construct(s, exp ? exp : 1 /* avoid denormals */, (1u<<23) | mantissa).asFloa… in iterate() 706 const deUint32 refBits0 = tcu::Float32(ref0).bits(); in iterate() 707 const deUint32 refBits1 = tcu::Float32(ref1).bits(); in iterate() 708 const deUint32 resBits0 = tcu::Float32(res0).bits(); in iterate() 709 const deUint32 resBits1 = tcu::Float32(res1).bits(); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 176 return tcu::UVec4(tcu::Float32(v[0]).exponentBits(), in getCompExpBits() 177 tcu::Float32(v[1]).exponentBits(), in getCompExpBits() 178 tcu::Float32(v[2]).exponentBits(), in getCompExpBits() 179 tcu::Float32(v[3]).exponentBits()); in getCompExpBits() 186 const int exp = tcu::Float32(value).exponent(); in computeFloatingPointError() 188 …return tcu::Float32::construct(+1, exp, (1u<<23) | mask).asFloat() - tcu::Float32::construct(+1, e… in computeFloatingPointError() 224 …return tcu::Float32::construct(+1, exp, (1<<23) | (1 << ulpBitNdx)).asFloat() - tcu::Float32::cons… in getSingleULPForExponent() 229 return tcu::Float32::construct(+1, exp, (1<<23)).asFloat(); in getSingleULPForExponent() 235 const int exp = tcu::Float32(value).exponent(); in getSingleULPForValue() 247 const tcu::Float32 inputFloat = tcu::Float32(value); in convertFloatFlushToZeroRtn() [all …]
|
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 36 const int exp = tcu::Float32(value).exponent(); in computeFloatingPointError() 38 …return Float32::construct(+1, exp, (1u<<23) | mask).asFloat() - Float32::construct(+1, exp, 1u<<23… in computeFloatingPointError()
|
D | tcuFloat.hpp | 132 typedef Float<deUint32, 8, 23, 127, FLOAT_HAS_SIGN|FLOAT_SUPPORT_DENORM> Float32; //!< IEEE 754 3… typedef 153 *this = convert(Float32(u32)); in Float() 169 deUint32 u32 = Float32::convert(*this).bits(); in asFloat()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 53 Float32 = 0x0040, // 32 bit real enumerator 158 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); } in Float32() function
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_mixer_manager_mac.cc | 232 const Float32 vol = (Float32)(volume / 255.0); in SetSpeakerVolume() 284 Float32 channelVol = 0; in SpeakerVolume() 285 Float32 vol = 0; in SpeakerVolume() 853 const Float32 vol = (Float32)(volume / 255.0); in SetMicrophoneVolume() 905 Float32 channelVol = 0; in MicrophoneVolume() 906 Float32 volFloat32 = 0; in MicrophoneVolume()
|
/external/deqp/modules/internal/ |
D | ditSRGB8ConversionTest.cpp | 38 const deUint32 au = tcu::Float32(a).bits(); in calculateDiscreteFloatDistance() 39 const deUint32 bu = tcu::Float32(b).bits(); in calculateDiscreteFloatDistance()
|
/external/golang-protobuf/proto/ |
D | pointer_reflect.go | 247 case reflect.Float32: 290 case reflect.Float32: 321 case reflect.Float32: 337 case reflect.Float32:
|
D | lib.go | 379 func Float32(v float32) *float32 { func 589 case reflect.Float32: 786 case reflect.Float32: 883 case reflect.Float32, reflect.Float64:
|
D | all_test.go | 111 pb.F_FloatDefaulted = Float32(Default_GoTest_F_FloatDefaulted) 128 pb.F_FloatRequired = Float32(3232) 666 pb.F_FloatDefaulted = Float32(314159) 721 pb.F_FloatOptional = Float32(32.) 1427 F_Nan: Float32(1.7), 1437 F_Float: Float32(314159), 1444 F_Pinf: Float32(float32(math.Inf(1))), 1445 F_Ninf: Float32(float32(math.Inf(-1))), 1446 F_Nan: Float32(1.7), 1777 Weight: Float32(1.2), [all …]
|
D | clone.go | 123 case reflect.Bool, reflect.Float32, reflect.Float64, reflect.Int32, reflect.Int64, 196 case reflect.Bool, reflect.Float32, reflect.Float64, reflect.Int32, reflect.Int64,
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 135 tcu::Float32 fp32(val); in isValidFloat() 292 float minF32 = tcu::Float32((0u<<31) | (0xfcu<<23) | 0x0u).asFloat(); in init() 293 float maxF32 = tcu::Float32((1u<<31) | (0xfcu<<23) | 0x0u).asFloat(); in init()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 137 tcu::Float32 fp32(val); in isValidFloat() 298 float minF32 = tcu::Float32((0u<<31) | (0xfcu<<23) | 0x0u).asFloat(); in init() 299 float maxF32 = tcu::Float32((1u<<31) | (0xfcu<<23) | 0x0u).asFloat(); in init()
|
/external/tensorflow/tensorflow/go/ |
D | tensor.go | 316 …, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64,… 334 …, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64,… 363 …, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64,… 375 …, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Float32, reflect.Float64,…
|
/external/golang-protobuf/jsonpb/ |
D | jsonpb_test.go | 69 OFloat: proto.Float32(3.14), 314 FNan: proto.Float32(float32(math.NaN())), 315 FPinf: proto.Float32(float32(math.Inf(1))), 316 FNinf: proto.Float32(float32(math.Inf(-1))), 534 …{"Inf", Unmarshaler{}, `{"oFloat":"Infinity"}`, &pb.Simple{OFloat: proto.Float32(float32(math.Inf(…
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
D | types.proto | 23 // Float32, not quantized
|