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

1 2 3 4 5 6 7 8 91011

  /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,
  /prebuilts/go/darwin-x86/src/math/rand/
regress_test.go 144 float32(0.94519615), // Float32()
145 float32(0.24496509), // Float32()
146 float32(0.65595627), // Float32()
147 float32(0.05434384), // Float32()
148 float32(0.3675872), // Float32()
    [all...]
example_test.go 61 // Float32 and Float64 values are in [0, 1).
62 show("Float32", r.Float32(), r.Float32(), r.Float32())
87 // Float32 0.2635776 0.6358173 0.6718283
race_test.go 29 seed += int64(Float32())
  /prebuilts/go/linux-x86/src/math/rand/
regress_test.go 144 float32(0.94519615), // Float32()
145 float32(0.24496509), // Float32()
146 float32(0.65595627), // Float32()
147 float32(0.05434384), // Float32()
148 float32(0.3675872), // Float32()
    [all...]
example_test.go 61 // Float32 and Float64 values are in [0, 1).
62 show("Float32", r.Float32(), r.Float32(), r.Float32())
87 // Float32 0.2635776 0.6358173 0.6718283
race_test.go 29 seed += int64(Float32())
  /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();
  /prebuilts/go/darwin-x86/test/
cmplx.go 13 Float32 float32
20 f32 float32
22 F32 Float32
  /prebuilts/go/linux-x86/test/
cmplx.go 13 Float32 float32
20 f32 float32
22 F32 Float32
  /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/v8/src/
deoptimizer.h 26 class Float32 {
28 Float32() : bit_pattern_(0) {}
31 static Float32 FromBits(uint32_t bits) { return Float32(bits); }
34 explicit Float32(uint32_t bit_pattern) : bit_pattern_(bit_pattern) {}
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
    [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...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/
space_to_depth_test.cc 58 TEST(SpaceToDepthOpModel, Float32) {
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 53 Float32 = 0x0040, // 32 bit real
158 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 53 Float32 = 0x0040, // 32 bit real
159 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeIndex.h 58 Float32 = 0x0040, // 32 bit real
173 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeIndex.h 58 Float32 = 0x0040, // 32 bit real
173 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 60 Float32 = 0x0040, // 32 bit real
175 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 60 Float32 = 0x0040, // 32 bit real
175 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeIndex.h 60 Float32 = 0x0040, // 32 bit real
175 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeIndex.h 60 Float32 = 0x0040, // 32 bit real
175 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 53 Float32 = 0x0040, // 32 bit real
159 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeIndex.h 58 Float32 = 0x0040, // 32 bit real
173 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }

Completed in 670 milliseconds

1 2 3 4 5 6 7 8 91011