HomeSort by relevance Sort by last modified time
    Searched refs:Float32 (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/test/SemaCXX/
neon-vector-types.cpp 5 typedef float Float32;
14 int foo (const Float32 *realBufPtr) {
19 MP4Err autoCorrelation2nd_Neon(Float32 *alphar, Float32 *alphai,
20 const Float32 *realBufPtr,
21 const Float32 *imagBufPtr,
  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 36 const int exp = tcu::Float32(value).exponent();
38 return Float32::construct(+1, exp, (1u<<23) | mask).asFloat() - Float32::construct(+1, exp, 1u<<23).asFloat();
tcuFloat.hpp 132 typedef Float<deUint32, 8, 23, 127, FLOAT_HAS_SIGN|FLOAT_SUPPORT_DENORM> Float32; //!< IEEE 754 32-bit floating-point value
153 *this = convert(Float32(u32));
169 deUint32 u32 = Float32::convert(*this).bits();
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 101 const int inExp = tcu::Float32(input).exponent();
102 const int outExp = tcu::Float32(output).exponent();
109 const deUint32 aBits = tcu::Float32(a).bits();
110 const deUint32 bBits = tcu::Float32(b).bits();
116 if (tcu::Float32(a).isZero())
117 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b);
118 else if (tcu::Float32(b).isZero())
119 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat())
    [all...]
es31fShaderPackingFunctionTests.cpp 49 const deUint32 aBits = tcu::Float32(a).bits();
50 const deUint32 bBits = tcu::Float32(b).bits();
62 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits());
570 v[c] = tcu::Float32::construct(s, exp ? exp : 1 /* avoid denormals */, (1u<<23) | mantissa).asFloat();
710 const deUint32 refBits0 = tcu::Float32(ref0).bits();
711 const deUint32 refBits1 = tcu::Float32(ref1).bits();
712 const deUint32 resBits0 = tcu::Float32(res0).bits();
713 const deUint32 resBits1 = tcu::Float32(res1).bits();
    [all...]
es31fShaderIntegerFunctionTests.cpp 66 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 207 return tcu::UVec4(tcu::Float32(v[0]).exponentBits(),
208 tcu::Float32(v[1]).exponentBits(),
209 tcu::Float32(v[2]).exponentBits(),
210 tcu::Float32(v[3]).exponentBits());
217 const int exp = tcu::Float32(value).exponent();
219 return tcu::Float32::construct(+1, exp, (1u<<23) | mask).asFloat() - tcu::Float32::construct(+1, exp, 1u<<23).asFloat();
255 return tcu::Float32::construct(+1, exp, (1<<23) | (1 << ulpBitNdx)).asFloat() - tcu::Float32::construct(+1, exp, (1<<23)).asFloat();
260 return tcu::Float32::construct(+1, exp, (1<<23)).asFloat()
    [all...]
es3fShaderCommonFunctionTests.cpp 100 const int inExp = tcu::Float32(input).exponent();
101 const int outExp = tcu::Float32(output).exponent();
108 const deUint32 aBits = tcu::Float32(a).bits();
109 const deUint32 bBits = tcu::Float32(b).bits();
115 if (tcu::Float32(a).isZero())
116 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b);
117 else if (tcu::Float32(b).isZero())
118 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat())
    [all...]
es3fShaderPrecisionTests.cpp 320 const int in0Exp = tcu::Float32(in0).exponent();
321 const int in1Exp = tcu::Float32(in1).exponent();
322 const int resExp = tcu::Float32(result).exponent();
392 << "in0 = " << in0 << " / " << tcu::toHex(tcu::Float32(in0).bits())
393 << ", in1 = " << in1 << " / " << tcu::toHex(tcu::Float32(in1).bits())
395 << TestLog::Message << " reference = " << refF << " / " << tcu::toHex(tcu::Float32(refF).bits()) << TestLog::EndMessage;
405 log << TestLog::Message << " result = " << pixels[0] << " / " << tcu::toHex(tcu::Float32(pixels[0]).bits()) << TestLog::EndMessage;
414 const deUint32 firstPixelBits = tcu::Float32(pixels[0]).bits();
421 const deUint32 pixelBits = tcu::Float32(pixels[(y*FRAMEBUFFER_WIDTH + x)*4]).bits();
864 float minF32 = tcu::Float32((1u<<31) | (0xfdu<<23) | 0x0u).asFloat()
    [all...]
es3fShaderPackingFunctionTests.cpp 49 const deUint32 aBits = tcu::Float32(a).bits();
50 const deUint32 bBits = tcu::Float32(b).bits();
62 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits());
566 v[c] = tcu::Float32::construct(s, exp ? exp : 1 /* avoid denormals */, (1u<<23) | mantissa).asFloat();
706 const deUint32 refBits0 = tcu::Float32(ref0).bits();
707 const deUint32 refBits1 = tcu::Float32(ref1).bits();
708 const deUint32 resBits0 = tcu::Float32(res0).bits();
709 const deUint32 resBits1 = tcu::Float32(res1).bits();
  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac.cc 347 Float32 volume_float32 = static_cast<Float32>(volume);
411 Float32 volume_float32 = 0.0;
424 Float32 volume_float32 = 0.0;
429 Float32 channel_volume = 0;
audio_auhal_mac.cc 340 format.mBytesPerPacket = sizeof(Float32);
342 format.mBytesPerFrame = sizeof(Float32);
  /external/chromium_org/v8/test/mjsunit/harmony/
dataview-accessors.js 54 case "Float32":
221 testFloat(isTestingGet, "Float32",
224 testFloat(isTestingGet, "Float32",
227 testFloat(isTestingGet, "Float32",
230 testFloat(isTestingGet, "Float32",
233 testFloat(isTestingGet, "Float32",
281 test(isTestingGet, "Float32", -1, 0);
282 test(isTestingGet, "Float32", -3, 0);
283 test(isTestingGet, "Float32", -5, 0);
  /external/clang/include/clang/Basic/
TargetBuiltins.h 117 Float32,
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.cc 255 const Float32 vol = (Float32)(volume / 255.0);
315 Float32 channelVol = 0;
316 Float32 vol = 0;
970 const Float32 vol = (Float32)(volume / 255.0);
1031 Float32 channelVol = 0;
1032 Float32 volFloat32 = 0;
    [all...]
audio_device_mac.h 317 Float32* _captureBufData;
audio_device_mac.cc 315 _captureBufData = new Float32[_captureBufSizeSamples];
323 sizeof(Float32),
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-float32-array-nan.js 25 "Tests what happens in the DFG JIT if we load from a Float32 array that contains a weirdly formatted NaN."
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 134 tcu::Float32 fp32(val);
292 float minF32 = tcu::Float32((0u<<31) | (0xfcu<<23) | 0x0u).asFloat();
293 float maxF32 = tcu::Float32((1u<<31) | (0xfcu<<23) | 0x0u).asFloat();
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 137 tcu::Float32 fp32(val);
299 float minF32 = tcu::Float32((0u<<31) | (0xfcu<<23) | 0x0u).asFloat();
300 float maxF32 = tcu::Float32((1u<<31) | (0xfcu<<23) | 0x0u).asFloat();
  /external/chromium_org/third_party/webrtc/base/
macconversion.cc 77 Float32 float32; local
79 static_cast<void*>(&float32));
80 if (converted) *i = static_cast<int>(float32);
  /external/chromium_org/v8/src/
typedarray.js 391 FUNCTION(Float32)
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp 214 return tcu::Float32::construct(+1, valueExponent, (1u<<23) + (ulp << (23 - 10))).asFloat() - tcu::Float32::construct(+1, valueExponent, (1u<<23)).asFloat();
221 const int exponent = tcu::Float32(value).exponent();
245 if (value > 0.0f && value < tcu::Float32::construct(+1, -14, 1u<<23).asFloat())
254 if (value < 0.0f && value > tcu::Float32::construct(-1, -14, 1u<<23).asFloat())
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [all...]

Completed in 2180 milliseconds

1 2