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

1 2 3

  /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/modules/internal/
ditSRGB8ConversionTest.cpp 38 const deUint32 au = tcu::Float32(a).bits();
39 const deUint32 bu = tcu::Float32(b).bits();
  /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 104 const int inExp = tcu::Float32(input).exponent();
105 const int outExp = tcu::Float32(output).exponent();
112 const deUint32 aBits = tcu::Float32(a).bits();
113 const deUint32 bBits = tcu::Float32(b).bits();
119 if (tcu::Float32(a).isZero())
120 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b);
121 else if (tcu::Float32(b).isZero())
122 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat())
    [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();
859 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/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/v8/test/cctest/wasm/
test-run-wasm.cc 704 WasmRunner<int32_t> r(MachineType::Float32(), MachineType::Float32());
722 WasmRunner<int32_t> r(MachineType::Float32(), MachineType::Float32());
739 WasmRunner<int32_t> r(MachineType::Float32());
849 WasmRunner<float> r(MachineType::Float32());
930 WasmRunner<float> r(MachineType::Float32());
    [all...]
  /external/v8/test/unittests/compiler/mips/
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());
767 StreamBuilder m(this, MachineType::Float32(), MachineType::Int32());
799 {MachineType::Float32(), kMipsLwc1, kMipsSwc1},
874 {MachineType::Float32(),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp 108 const int inExp = tcu::Float32(input).exponent();
109 const int outExp = tcu::Float32(output).exponent();
116 const deUint32 aBits = tcu::Float32(a).bits();
117 const deUint32 bBits = tcu::Float32(b).bits();
123 if (tcu::Float32(a).isZero())
124 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b);
125 else if (tcu::Float32(b).isZero())
126 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat())
    [all...]
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 22 typedef float float32; typedef in namespace:v8::internal::compiler::__anon24356
157 // TODO(titzer): hack. float32 occupies 8 bytes on stack.
345 Node* MakeConstant(RawMachineAssembler& raw, float32 value) {
400 void ArgsBuffer<float32>::Mutate() {
405 output = std::numeric_limits<float32>::quiet_NaN();
876 ArgsBuffer<float32>::Sig sig(2);
888 RunSelect<float32, 0>(desc);
889 RunSelect<float32, 1>(desc);
932 ArgsBuffer<float32>::Sig sig(count);
934 RunSelect<float32, 0>(desc)
    [all...]
  /external/clang/include/clang/Basic/
TargetBuiltins.h 118 Float32,
  /external/v8/test/unittests/compiler/ia32/
instruction-selector-ia32-unittest.cc 92 StreamBuilder m(this, MachineType::Float32(), MachineType::Float64());
103 StreamBuilder m(this, MachineType::Float64(), MachineType::Float32());
191 {MachineType::Float32(), kIA32Movss, kIA32Movss},
657 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32());
672 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32());
757 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32());
771 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32())
    [all...]
  /external/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/webrtc/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.cc 232 const Float32 vol = (Float32)(volume / 255.0);
284 Float32 channelVol = 0;
285 Float32 vol = 0;
853 const Float32 vol = (Float32)(volume / 255.0);
905 Float32 channelVol = 0;
906 Float32 volFloat32 = 0;
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 134 tcu::Float32 fp32(val);
291 float minF32 = tcu::Float32((0u<<31) | (0xfcu<<23) | 0x0u).asFloat();
292 float maxF32 = tcu::Float32((1u<<31) | (0xfcu<<23) | 0x0u).asFloat();
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 137 tcu::Float32 fp32(val);
298 float minF32 = tcu::Float32((0u<<31) | (0xfcu<<23) | 0x0u).asFloat();
299 float maxF32 = tcu::Float32((1u<<31) | (0xfcu<<23) | 0x0u).asFloat();
  /external/v8/test/unittests/compiler/mips64/
instruction-selector-mips64-unittest.cc 280 MachineType::Float32()},
283 MachineType::Float32()},
286 MachineType::Float32()},
289 MachineType::Float32()}};
    [all...]
  /external/v8/src/compiler/
representation-change.h 22 static Truncation Float32() { return Truncation(TruncationKind::kFloat32); }
  /external/v8/src/
machine-type.h 79 static MachineType Float32() {
  /external/v8/src/wasm/
wasm-opcodes.h 346 } else if (type == MachineType::Float32()) {
363 return MachineType::Float32();
391 } else if (type == MachineType::Float32()) {
419 } else if (type == MachineType::Float32()) {
  /external/webrtc/webrtc/base/
macconversion.cc 77 Float32 float32; local
79 static_cast<void*>(&float32));
80 if (converted) *i = static_cast<int>(float32);

Completed in 408 milliseconds

1 2 3