Home
last modified time | relevance | path

Searched refs:Float64 (Results 1 – 25 of 139) sorted by relevance

123456

/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
Dto_toml.py109 class Float64(FloatMixin): class
190 float64 = Float64("1.0")
194 float64 = Float64("1.0")
198 float64 = Float64("1.0")
201 float64 = Float64("3e-324")
205 float64 = Float64("5e-324")
208 float64 = Float64("nan")
211 float64 = Float64("inf")
215 float64 = Float64("5e-324")
218 float64 = Float64("nan")
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp172 std::vector<tcu::Float64> getOtherNormals<tcu::Float64> (de::Random& rnd) in getOtherNormals()
175 auto v1 = convertVector<tcu::Float16, tcu::Float64>(getRandomNormals<tcu::Float16>(rnd)); in getOtherNormals()
176 auto v2 = convertVector<tcu::Float32, tcu::Float64>(getRandomNormals<tcu::Float32>(rnd)); in getOtherNormals()
231 const std::vector<tcu::Float64>& getInputValues64 () const in getInputValues64()
241 , m_values64(getInputValues<tcu::Float64>(m_rnd)) in InputGenerator()
252 std::vector<tcu::Float64> m_values64;
562 …inputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float64>(inputValues.size(), m_params.vectorL… in iterate()
575 …outputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float64>(inputBufferSizeInfo.numValues, m_pa… in iterate()
855 …auto outputValues = unpackFloats<tcu::Float64>(outputMemory, m_params.vectorLength, inputBufferSiz… in iterate()
DvktShaderCommonFunctionTests.cpp131 return tcu::Float64::MANTISSA_BITS; in getMinMantissaBits()
149 …) ? static_cast<int>(tcu::Float32::EXPONENT_BITS) : static_cast<int>(tcu::Float64::EXPONENT_BITS)); in getExponentBits()
276 return str << v.value << " / " << tcu::toHex(tcu::Float64(v.value).bits()); in operator <<()
646 …const deUint64 exponentBias = (isDouble ? static_cast<deUint64>(tcu::Float64::EXPONENT_BIAS) : s… in infNanRandomFloats()
667 DE_ASSERT(tcu::Float64(value).isInf() == isInf && tcu::Float64(value).isNaN() == isNan); in infNanRandomFloats()
712 ref = tcu::Float64(in0).isNaN(); in compare()
794 ref = tcu::Float64(in0).isInf(); in compare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp172 std::vector<tcu::Float64> getOtherNormals<tcu::Float64> (de::Random& rnd) in getOtherNormals()
175 auto v1 = convertVector<tcu::Float16, tcu::Float64>(getRandomNormals<tcu::Float16>(rnd)); in getOtherNormals()
176 auto v2 = convertVector<tcu::Float32, tcu::Float64>(getRandomNormals<tcu::Float32>(rnd)); in getOtherNormals()
231 const std::vector<tcu::Float64>& getInputValues64 () const in getInputValues64()
241 , m_values64(getInputValues<tcu::Float64>(m_rnd)) in InputGenerator()
252 std::vector<tcu::Float64> m_values64;
562 …inputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float64>(inputValues.size(), m_params.vectorL… in iterate()
575 …outputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float64>(inputBufferSizeInfo.numValues, m_pa… in iterate()
855 …auto outputValues = unpackFloats<tcu::Float64>(outputMemory, m_params.vectorLength, inputBufferSiz… in iterate()
DvktShaderCommonFunctionTests.cpp131 return tcu::Float64::MANTISSA_BITS; in getMinMantissaBits()
149 …) ? static_cast<int>(tcu::Float32::EXPONENT_BITS) : static_cast<int>(tcu::Float64::EXPONENT_BITS)); in getExponentBits()
276 return str << v.value << " / " << tcu::toHex(tcu::Float64(v.value).bits()); in operator <<()
646 …const deUint64 exponentBias = (isDouble ? static_cast<deUint64>(tcu::Float64::EXPONENT_BIAS) : s… in infNanRandomFloats()
667 DE_ASSERT(tcu::Float64(value).isInf() == isInf && tcu::Float64(value).isNaN() == isNan); in infNanRandomFloats()
712 ref = tcu::Float64(in0).isNaN(); in compare()
794 ref = tcu::Float64(in0).isInf(); in compare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h62 Float64 = 0x0041, // 64 bit real enumerator
186 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); } in Float64() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp189 static void genFloat64 (de::Random& rnd, void* ptr) { genFloat<tcu::Float64>(rnd, ptr); } in genFloat64()
232 … void* in1, const void* in2, const void* in3) { runOpFunc<tcu::Float64>(min3<tcu::Float64>, out, i… in minFloat64()
233 … void* in1, const void* in2, const void* in3) { runOpFunc<tcu::Float64>(max3<tcu::Float64>, out, i… in maxFloat64()
234 … void* in1, const void* in2, const void* in3) { runOpFunc<tcu::Float64>(mid3<tcu::Float64>, out, i… in midFloat64()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp189 static void genFloat64 (de::Random& rnd, void* ptr) { genFloat<tcu::Float64>(rnd, ptr); } in genFloat64()
232 … void* in1, const void* in2, const void* in3) { runOpFunc<tcu::Float64>(min3<tcu::Float64>, out, i… in minFloat64()
233 … void* in1, const void* in2, const void* in3) { runOpFunc<tcu::Float64>(max3<tcu::Float64>, out, i… in maxFloat64()
234 … void* in1, const void* in2, const void* in3) { runOpFunc<tcu::Float64>(mid3<tcu::Float64>, out, i… in midFloat64()
/third_party/vk-gl-cts/framework/common/
DtcuFloat.hpp146 typedef Float<deUint64, 11, 52, 1023, FLOAT_HAS_SIGN|FLOAT_SUPPORT_DENORM> Float64; //!< IEEE 754 6… typedef
177 *this = convert(Float64(u64), rd); in Float()
193 deUint64 u64 = Float64::convert(*this).bits(); in asDouble()
/third_party/glslang/Test/baseResults/
Dremap.hlsl.templatetypes.everything.frag.out7 Capability Float64
Dspv.scalarlayoutfloat16.frag.out7 Capability Float64
Dspv.specConstantComposite.vert.out7 Capability Float64
Dspv.scalarlayout.frag.out7 Capability Float64
Dspv.double.comp.out7 Capability Float64
Dspv.constConstruct.vert.out8 Capability Float64
Dspv.specConstant.vert.out7 Capability Float64
Dhlsl.matType.frag.out39 Capability Float64
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/
Dinf-nan-constant-double.asm.frag7 OpCapability Float64
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/
Dserialization.dart54 /// Write an Float64 into the buffer.
153 /// Reads a Float64 from the buffer.
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dserialization.dart56 /// Write an Float64 into the buffer.
152 /// Reads a Float64 from the buffer.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp56 {"double*", SimpleTypeKind::Float64},
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/cmd/benchdiff/
Dmain.go35 …minRelDiff = flag.Float64("min-rel-diff", 0.01, "Filter away absolute relative diffs between [1, 1…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPack.def55 HANDLE_MP_FIRST_BYTE(0xcb, Float64)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp348 bool Float64, unsigned LoweredOpcode) { in LowerFPToInt() argument
354 unsigned Abs = Float64 ? WebAssembly::ABS_F64 : WebAssembly::ABS_F32; in LowerFPToInt()
355 unsigned FConst = Float64 ? WebAssembly::CONST_F64 : WebAssembly::CONST_F32; in LowerFPToInt()
356 unsigned LT = Float64 ? WebAssembly::LT_F64 : WebAssembly::LT_F32; in LowerFPToInt()
357 unsigned GE = Float64 ? WebAssembly::GE_F64 : WebAssembly::GE_F32; in LowerFPToInt()
365 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp96 EW.write(FirstByte::Float64); in write()

123456