Home
last modified time | relevance | path

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

1234567

/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/node/deps/v8/src/utils/
Dboxed-float.h59 class Float64 {
61 Float64() = default;
65 explicit Float64(double value) : bit_pattern_(bit_cast<uint64_t>(value)) { in Float64() function
84 static constexpr Float64 FromBits(uint64_t bits) { return Float64(bits); } in FromBits()
89 explicit constexpr Float64(uint64_t bit_pattern) in Float64() function
93 ASSERT_TRIVIALLY_COPYABLE(Float64);
/third_party/node/deps/v8/src/deoptimizer/
Dframe-description.h41 Float64 GetDoubleRegister(unsigned n) const { in GetDoubleRegister()
54 static_assert(sizeof(Float64) == kDoubleSize, "size mismatch");
55 Float64 double_registers_[DoubleRegister::kNumRegisters];
147 Float64 GetDoubleRegister(unsigned n) const { in GetDoubleRegister()
Dtranslated-state.h109 static TranslatedValue NewDouble(TranslatedState* container, Float64 value);
160 Float64 double_value_;
171 Float64 double_value() const;
456 static Float64 GetDoubleSlot(Address fp, int slot_index);
/third_party/node/deps/v8/src/codegen/arm/
Dconstants-arm.cc12 Float64 Instruction::DoubleImmedVmov() const { in DoubleImmedVmov()
27 return Float64::FromBits(imm); in DoubleImmedVmov()
/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()
663 DE_ASSERT(tcu::Float64(value).isInf() == isInf && tcu::Float64(value).isNaN() == isNan); in infNanRandomFloats()
704 ref = tcu::Float64(in0).isNaN(); in compare()
786 ref = tcu::Float64(in0).isInf(); in compare()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.h199 void set_d_register_from_double(int dreg, const Float64 dbl) { in set_d_register_from_double()
200 SetVFPRegister<Float64, 2>(dreg, dbl); in set_d_register_from_double()
206 Float64 get_double_from_d_register(int dreg) { in get_double_from_d_register()
207 return GetFromVFPRegister<Float64, 2>(dreg); in get_double_from_d_register()
326 inline Float64 canonicalizeNaN(Float64 value);
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h65 ASSERT_CONSECUTIVE(Float32, Float64)
66 ASSERT_CONSECUTIVE(Float64, Simd128)
197 constexpr static MachineType Float64() { in Float64() function
258 return MachineType::Float64();
300 return MachineType::Float64(); in TypeForCType()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc542 V(Float64, Unary, \
549 V(Float64, Bin, [](ArchOpcode opcode) { return opcode == kS390_LoadDouble; })
1300 V(Float64, TruncateFloat64ToFloat32, kS390_DoubleToFloat32, \
1302 V(Float64, TruncateFloat64ToWord32, kArchTruncateDoubleToI, \
1304 V(Float64, RoundFloat64ToInt32, kS390_DoubleToInt32, OperandMode::kNone, \
1306 V(Float64, TruncateFloat64ToUint32, kS390_DoubleToUint32, \
1308 V(Float64, ChangeFloat64ToInt32, kS390_DoubleToInt32, OperandMode::kNone, \
1310 V(Float64, ChangeFloat64ToUint32, kS390_DoubleToUint32, OperandMode::kNone, \
1312 V(Float64, Float64SilenceNaN, kS390_Float64SilenceNaN, OperandMode::kNone, \
1315 V(Float64, Float64Abs, kS390_AbsDouble, OperandMode::kNone, null) \
[all …]
/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/node/deps/v8/src/wasm/
Dwasm-value.h88 V(f64_boxed, kWasmF64, Float64) \
148 STATIC_ASSERT(sizeof(double) == sizeof(Float64)); in CopyTo()
Dvalue-type.h39 V(F64, 3, F64, Float64, 'd', "f64") \
644 V(F64, , Float64) \
720 V(F64, , Float64) \
/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.out8 Capability Float64
Dspv.specConstantComposite.vert.out7 Capability Float64
Dspv.scalarlayout.frag.out8 Capability Float64
Dspv.double.comp.out7 Capability Float64
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/
Dinf-nan-constant-double.asm.frag7 OpCapability Float64
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp56 {"double*", SimpleTypeKind::Float64},
/third_party/node/deps/v8/src/compiler/
Daccess-builder.cc46 MaybeHandle<Map>(), TypeCache::Get()->kFloat64, MachineType::Float64(), in ForHeapNumberValue()
991 access.machine_type = MachineType::Float64(); in ForFixedArrayElement()
996 access.machine_type = MachineType::Float64(); in ForFixedArrayElement()
1017 TypeCache::Get()->kFloat64, MachineType::Float64(), in ForFixedDoubleArrayElement()
1084 MachineType::Float64(), kNoWriteBarrier}; in ForTypedArrayElement()
/third_party/node/deps/v8/src/objects/
Delements-kind.h26 V(Float64, float64, FLOAT64, double) \
56 V(Float64, rab_gsab_float64, RAB_GSAB_FLOAT64, double) \
/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…

1234567