Searched defs:IsDouble (Results 1 – 10 of 10) sorted by relevance
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/charconv/charconv.msvc/ |
D | test.cpp | 584 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/ |
D | tokenizer.h | 44 bool IsDouble() const { return type_ == TokenType::kDouble; } in IsDouble() function
|
/external/vixl/src/aarch32/ |
D | operands-aarch32.h | 298 bool IsDouble() const { return immediate_type_.Is(F64); } in IsDouble() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 709 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 670 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 2818 bool IsDouble = Name[17] == 'd'; in UpgradeIntrinsicCall() local
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 3130 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, in expandTrunc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 4305 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, in expandTrunc()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5178 bool IsDouble = Op.getValueType() == MVT::f64; in LowerConstantFP() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6566 bool IsDouble = (VT == MVT::f64); in LowerConstantFP() local
|