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