Home
last modified time | relevance | path

Searched defs:IsDouble (Results 1 – 10 of 10) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/charconv/charconv.msvc/
Dtest.cpp584 void test_floating_prefix(const conditional_t<IsDouble, std::uint64_t, std::uint32_t> prefix) { in test_floating_prefix()
646 void test_floating_hex_prefix(const conditional_t<IsDouble, std::uint64_t, std::uint32_t> prefix) { in test_floating_hex_prefix()
684 void test_floating_precision_prefix(const conditional_t<IsDouble, std::uint64_t, std::uint32_t> pre… in test_floating_precision_prefix()
/external/deqp-deps/amber/src/
Dtokenizer.h44 bool IsDouble() const { return type_ == TokenType::kDouble; } in IsDouble() function
/external/vixl/src/aarch32/
Doperands-aarch32.h298 bool IsDouble() const { return immediate_type_.Is(F64); } in IsDouble() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp709 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp670 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp2818 bool IsDouble = Name[17] == 'd'; in UpgradeIntrinsicCall() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3130 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, in expandTrunc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4305 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, in expandTrunc()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5178 bool IsDouble = Op.getValueType() == MVT::f64; in LowerConstantFP() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp6566 bool IsDouble = (VT == MVT::f64); in LowerConstantFP() local