/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 …]
|
D | vktShaderPackingFunctionTests.cpp | 51 const deUint32 aBits = tcu::Float32(a).bits(); in getUlpDiff() 52 const deUint32 bBits = tcu::Float32(b).bits(); in getUlpDiff() 64 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<() 654 …v[c] = tcu::Float32::construct(s, exp ? exp : 1 /* avoid denormals */, (1u<<23) | mantissa).asFloa… in iterate() 809 const deUint32 refBits0 = tcu::Float32(ref0).bits(); in iterate() 810 const deUint32 refBits1 = tcu::Float32(ref1).bits(); in iterate() 811 const deUint32 resBits0 = tcu::Float32(res0).bits(); in iterate() 812 const deUint32 resBits1 = tcu::Float32(res1).bits(); in iterate()
|
/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 | 320 const int in0Exp = tcu::Float32(in0).exponent(); in compare() 321 const int in1Exp = tcu::Float32(in1).exponent(); in compare() 322 const int resExp = tcu::Float32(result).exponent(); in compare() 392 << "in0 = " << in0 << " / " << tcu::toHex(tcu::Float32(in0).bits()) in iterate() 393 << ", in1 = " << in1 << " / " << tcu::toHex(tcu::Float32(in1).bits()) in iterate() 395 …<< TestLog::Message << " reference = " << refF << " / " << tcu::toHex(tcu::Float32(refF).bits()) … in iterate() 405 …log << TestLog::Message << " result = " << pixels[0] << " / " << tcu::toHex(tcu::Float32(pixels[0… in iterate() 414 const deUint32 firstPixelBits = tcu::Float32(pixels[0]).bits(); in iterate() 421 const deUint32 pixelBits = tcu::Float32(pixels[(y*FRAMEBUFFER_WIDTH + x)*4]).bits(); in iterate() 859 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/v8/test/unittests/compiler/mips/ |
D | instruction-selector-mips-unittest.cc | 262 MachineType::Float32()}, 265 MachineType::Float32()}, 268 MachineType::Float32()}, 271 MachineType::Float32()}}; 752 StreamBuilder m(this, MachineType::Int32(), MachineType::Float32()); in TEST_F() 767 StreamBuilder m(this, MachineType::Float32(), MachineType::Int32()); in TEST_F() 799 {MachineType::Float32(), kMipsLwc1, kMipsSwc1}, 874 {MachineType::Float32(), 916 {MachineType::Float32(), 1124 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32()); in TEST_F() [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/v8/test/cctest/wasm/ |
D | test-run-wasm.cc | 704 WasmRunner<int32_t> r(MachineType::Float32(), MachineType::Float32()); in TestFloat32Binop() 722 WasmRunner<int32_t> r(MachineType::Float32(), MachineType::Float32()); in TestFloat32BinopWithConvert() 739 WasmRunner<int32_t> r(MachineType::Float32()); in TestFloat32UnopWithConvert() 849 WasmRunner<float> r(MachineType::Float32()); in TEST() 930 WasmRunner<float> r(MachineType::Float32()); in TEST() 1187 WASM_LOAD_MEM(MachineType::Float32(), WASM_ZERO))); in TEST() 1204 2, WASM_STORE_MEM(MachineType::Float32(), WASM_ZERO, in TEST() 1500 MachineType::Int64(), MachineType::Uint64(), MachineType::Float32(), in TEST() 1610 MachineType::Int64(), MachineType::Uint64(), MachineType::Float32(), in TEST() 1616 MachineType::Float32(), MachineType::Float64()}; in TEST() [all …]
|
/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/v8/test/unittests/compiler/ia32/ |
D | instruction-selector-ia32-unittest.cc | 92 StreamBuilder m(this, MachineType::Float32(), MachineType::Float64()); in TEST_F() 103 StreamBuilder m(this, MachineType::Float64(), MachineType::Float32()); in TEST_F() 191 {MachineType::Float32(), kIA32Movss, kIA32Movss}, 657 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32()); in TEST_F() 672 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32()); in TEST_F() 757 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32()); in TEST_F() 771 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32()); in TEST_F()
|
/external/v8/test/unittests/compiler/mips64/ |
D | instruction-selector-mips64-unittest.cc | 280 MachineType::Float32()}, 283 MachineType::Float32()}, 286 MachineType::Float32()}, 289 MachineType::Float32()}}; 923 StreamBuilder m(this, MachineType::Int32(), MachineType::Float32()); in TEST_F() 938 StreamBuilder m(this, MachineType::Float32(), MachineType::Int32()); in TEST_F() 1011 {MachineType::Float32(), kMips64Lwc1, kMips64Swc1}, 1087 {MachineType::Float32(), 1136 {MachineType::Float32(), 1385 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32()); in TEST_F() [all …]
|
/external/v8/test/cctest/compiler/ |
D | test-run-native-calls.cc | 1026 MachineType::Int32(), MachineType::Float32(), MachineType::Float64(), in MixedParamTest() 1027 MachineType::Int32(), MachineType::Float64(), MachineType::Float32(), in MixedParamTest() 1028 MachineType::Float32(), MachineType::Float64(), MachineType::Int32(), in MixedParamTest() 1029 MachineType::Float32(), MachineType::Int32(), MachineType::Float64(), in MixedParamTest() 1030 MachineType::Float64(), MachineType::Float32(), MachineType::Int32(), in MixedParamTest() 1031 MachineType::Float64(), MachineType::Int32(), MachineType::Float32()}; in MixedParamTest() 1034 MachineType::Int32(), MachineType::Int64(), MachineType::Float32(), in MixedParamTest() 1036 MachineType::Float32(), MachineType::Int64(), MachineType::Int64(), in MixedParamTest() 1037 MachineType::Float32(), MachineType::Float32(), MachineType::Int32(), in MixedParamTest() 1040 MachineType::Float32()}; in MixedParamTest() [all …]
|
/external/v8/src/wasm/ |
D | wasm-opcodes.h | 346 } else if (type == MachineType::Float32()) { in MemTypeCodeFor() 363 return MachineType::Float32(); in MachineTypeFor() 391 } else if (type == MachineType::Float32()) { in LocalTypeFor() 419 } else if (type == MachineType::Float32()) { in LoadStoreOpcodeOf()
|
/external/v8/test/unittests/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 56 MachineType::Float32(), kArmVaddF32}, 60 MachineType::Float32(), kArmVsubF32}, 64 MachineType::Float32(), kArmVmulF32}, 68 MachineType::Float32(), kArmVdivF32}, 1311 {MachineType::Float32(), 1412 StreamBuilder m(this, MachineType::Float64(), MachineType::Float32()); in TEST_F() 1423 StreamBuilder m(this, MachineType::Float32(), MachineType::Float64()); in TEST_F() 1569 StreamBuilder m(this, MachineType::Int32(), MachineType::Float32(), in TEST_P() 1570 MachineType::Float32()); in TEST_P() 1584 StreamBuilder m(this, MachineType::Int32(), MachineType::Float32(), in TEST_P() [all …]
|
/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/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 134 tcu::Float32 fp32(val); in isValidFloat() 291 float minF32 = tcu::Float32((0u<<31) | (0xfcu<<23) | 0x0u).asFloat(); in init() 292 float maxF32 = tcu::Float32((1u<<31) | (0xfcu<<23) | 0x0u).asFloat(); in init()
|
/external/v8/test/unittests/compiler/x64/ |
D | instruction-selector-x64-unittest.cc | 18 StreamBuilder m(this, MachineType::Float32(), MachineType::Float64()); in TEST_F() 56 StreamBuilder m(this, MachineType::Float64(), MachineType::Float32()); in TEST_F() 102 {MachineType::Float32(), kX64Movss, kX64Movss}, 1040 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32()); in TEST_F() 1055 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32()); in TEST_F() 1140 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32()); in TEST_F() 1154 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32()); in TEST_F()
|
/external/webrtc/webrtc/base/ |
D | macconversion.cc | 77 Float32 float32; in p_convertCFNumberToInt()
|
/external/clang/include/clang/Basic/ |
D | TargetBuiltins.h | 118 Float32, enumerator
|