/external/llvm/test/TableGen/ |
D | LetInsideMultiClasses.td | 4 // CHECK: bit IsDouble = 1; 5 // CHECK: bit IsDouble = 1; 6 // CHECK: bit IsDouble = 1; 7 // CHECK-NOT: bit IsDouble = 1; 12 bit IsDouble = 0; 26 let IsDouble = 0 in 29 let IsDouble = 1 in
|
/external/llvm-project/llvm/test/TableGen/ |
D | LetInsideMultiClasses.td | 4 // CHECK: bit IsDouble = 1; 5 // CHECK: bit IsDouble = 1; 6 // CHECK: bit IsDouble = 1; 7 // CHECK-NOT: bit IsDouble = 1; 12 bit IsDouble = 0; 26 let IsDouble = 0 in 29 let IsDouble = 1 in
|
/external/deqp-deps/amber/src/ |
D | tokenizer_test.cc | 73 EXPECT_TRUE(next->IsDouble()); in TEST_F() 87 EXPECT_TRUE(next->IsDouble()); in TestNaN() 112 EXPECT_TRUE(next->IsDouble()); in TEST_F() 124 EXPECT_TRUE(next->IsDouble()); in TEST_F() 153 EXPECT_TRUE(next->IsDouble()); in TEST_F() 171 EXPECT_TRUE(next->IsDouble()); in TEST_F() 229 EXPECT_TRUE(next->IsDouble()); in TEST_F() 359 EXPECT_TRUE(next->IsDouble()); in TEST_F() 393 ASSERT_TRUE(next->IsDouble()); in TEST_F()
|
D | tokenizer.h | 44 bool IsDouble() const { return type_ == TokenType::kDouble; } in IsDouble() function
|
D | tokenizer.cc | 31 if (IsDouble()) in ConvertToDouble()
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser.cc | 219 if (!token->IsInteger() && !token->IsDouble() && !token->IsHex()) in ParseBufferData() 237 if (token->IsDouble()) { in ParseBufferData() 1429 if (!token->IsInteger() && !token->IsDouble()) in ParsePipelineSet() 1536 if (!token->IsDouble()) in ParsePipelineDepth() 1545 if (!token->IsDouble()) in ParsePipelineDepth() 1556 if (!token->IsDouble()) in ParsePipelineDepth() 1565 if (!token->IsDouble()) in ParsePipelineDepth() 1574 if (!token->IsDouble()) in ParsePipelineDepth() 2187 if (!token->IsInteger() && !token->IsDouble()) in ParseBufferInitializerFill() 2216 if (!token->IsInteger() && !token->IsDouble()) in ParseBufferInitializerSeries() [all …]
|
/external/vixl/src/aarch32/ |
D | operands-aarch32.cc | 75 if (neon_imm.IsDouble()) { in operator <<() 280 if (neon_imm.IsFloat() || neon_imm.IsDouble()) { in ImmediateVmov()
|
D | operands-aarch32.h | 298 bool IsDouble() const { return immediate_type_.Is(F64); } in IsDouble() function 328 return IsFloat() || IsDouble(); in CanConvert() 331 return IsFloat() || IsDouble(); in CanConvert() 527 } else if (neon_imm.IsDouble()) { in ImmediateVFP()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | DataMov.cpp | 375 static constexpr bool IsDouble = std::is_same<Type, double>::value; \ in TEST_F() 383 if (IsDouble) { \ in TEST_F() 424 static constexpr bool IsDouble = std::is_same<Type, double>::value; \ in TEST_F() 436 if (IsDouble) { \ in TEST_F() 480 static constexpr bool IsDouble = std::is_same<Type, double>::value; \ in TEST_F() 496 if (IsDouble) { \ in TEST_F()
|
D | XmmArith.cpp | 24 static constexpr bool IsDouble = FloatSize == 64; \ in TEST_F() 25 using Type = std::conditional<IsDouble, double, float>::type; \ in TEST_F() 39 if (IsDouble) { \ in TEST_F() 60 static constexpr bool IsDouble = FloatSize == 64; \ in TEST_F() 61 using Type = std::conditional<IsDouble, double, float>::type; \ in TEST_F() 73 if (IsDouble) { \ in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | DataMov.cpp | 529 static constexpr bool IsDouble = std::is_same<Type, double>::value; \ in TEST_F() 536 if (IsDouble) { \ in TEST_F() 585 static constexpr bool IsDouble = std::is_same<Type, double>::value; \ in TEST_F() 596 if (IsDouble) { \ in TEST_F() 648 static constexpr bool IsDouble = std::is_same<Type, double>::value; \ in TEST_F() 662 if (IsDouble) { \ in TEST_F()
|
D | XmmArith.cpp | 24 static constexpr bool IsDouble = FloatSize == 64; \ in TEST_F() 25 using Type = std::conditional<IsDouble, double, float>::type; \ in TEST_F() 36 if (IsDouble) { \ in TEST_F() 57 static constexpr bool IsDouble = FloatSize == 64; \ in TEST_F() 58 using Type = std::conditional<IsDouble, double, float>::type; \ in TEST_F() 68 if (IsDouble) { \ in TEST_F()
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 574 let IsDouble = 0 in 577 let IsDouble = 1 in
|
/external/deqp-deps/amber/src/vkscript/ |
D | command_parser.cc | 496 if (!token->IsInteger() && !token->IsDouble()) { in ParseValues() 813 if (token->IsInteger() || token->IsDouble()) { in ProcessTolerance()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 670 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local 671 if (!IsFloat && !IsDouble) in emitCmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 709 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local 710 if (!IsFloat && !IsDouble) in emitCmp()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 709 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local 710 if (!IsFloat && !IsDouble) in emitCmp()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 227 bool expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, SMLoc IDLoc, 3130 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, in expandTrunc() argument 3154 TOut.emitRR(IsDouble ? (Is64FPU ? Mips::CVT_W_D64 : Mips::CVT_W_D32) in expandTrunc() 3162 TOut.emitRR(IsDouble ? (Is64FPU ? Mips::TRUNC_W_D64 : Mips::TRUNC_W_D32) in expandTrunc()
|
/external/angle/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 734 if (timesArray.Size() != 1 || !timesArray[0].IsDouble()) in GetSingleTestResultFromJSON()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5178 bool IsDouble = Op.getValueType() == MVT::f64; in LowerConstantFP() local 5183 if (IsDouble && Subtarget->isFPOnlySP()) in LowerConstantFP() 5188 int ImmVal = IsDouble ? ARM_AM::getFP64Imm(FPVal) : ARM_AM::getFP32Imm(FPVal); in LowerConstantFP() 5191 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP() 5209 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP() 5218 if (IsDouble && (iVal & 0xffffffff) != (iVal >> 32)) in LowerConstantFP() 5228 if (IsDouble) in LowerConstantFP() 5245 if (IsDouble) in LowerConstantFP()
|
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 280 bool expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, SMLoc IDLoc, 4333 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, in expandTrunc() argument 4357 TOut.emitRR(IsDouble ? (Is64FPU ? Mips::CVT_W_D64 : Mips::CVT_W_D32) in expandTrunc() 4365 TOut.emitRR(IsDouble ? (Is64FPU ? Mips::TRUNC_W_D64 : Mips::TRUNC_W_D32) in expandTrunc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 278 bool expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, SMLoc IDLoc, 4305 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, in expandTrunc() argument 4329 TOut.emitRR(IsDouble ? (Is64FPU ? Mips::CVT_W_D64 : Mips::CVT_W_D32) in expandTrunc() 4337 TOut.emitRR(IsDouble ? (Is64FPU ? Mips::TRUNC_W_D64 : Mips::TRUNC_W_D32) in expandTrunc()
|
/external/llvm-project/llvm/docs/TableGen/ |
D | ProgRef.rst | 1122 let IsDouble = 0 in 1125 let IsDouble = 1 in
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 2818 bool IsDouble = Name[17] == 'd'; in UpgradeIntrinsicCall() local 2824 Intrinsic::ID IID = MinMaxTbl[IsMin][IsDouble]; in UpgradeIntrinsicCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6568 bool IsDouble = (VT == MVT::f64); in LowerConstantFP() local 6603 if (IsDouble && !Subtarget->hasFP64()) in LowerConstantFP() 6607 int ImmVal = IsDouble ? ARM_AM::getFP64Imm(FPVal) : ARM_AM::getFP32Imm(FPVal); in LowerConstantFP() 6610 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP() 6628 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP() 6637 if (IsDouble && (iVal & 0xffffffff) != (iVal >> 32)) in LowerConstantFP() 6647 if (IsDouble) in LowerConstantFP() 6664 if (IsDouble) in LowerConstantFP()
|