Home
last modified time | relevance | path

Searched refs:IsDouble (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/test/TableGen/
DLetInsideMultiClasses.td4 // 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/
DLetInsideMultiClasses.td4 // 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/
Dtokenizer_test.cc73 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()
Dtokenizer.h44 bool IsDouble() const { return type_ == TokenType::kDouble; } in IsDouble() function
Dtokenizer.cc31 if (IsDouble()) in ConvertToDouble()
/external/deqp-deps/amber/src/amberscript/
Dparser.cc219 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/
Doperands-aarch32.cc75 if (neon_imm.IsDouble()) { in operator <<()
280 if (neon_imm.IsFloat() || neon_imm.IsDouble()) { in ImmediateVmov()
Doperands-aarch32.h298 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/
DDataMov.cpp375 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()
DXmmArith.cpp24 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/
DDataMov.cpp529 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()
DXmmArith.cpp24 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/
DLangIntro.rst574 let IsDouble = 0 in
577 let IsDouble = 1 in
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser.cc496 if (!token->IsInteger() && !token->IsDouble()) { in ParseValues()
813 if (token->IsInteger() || token->IsDouble()) { in ProcessTolerance()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp670 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/
DMipsFastISel.cpp709 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local
710 if (!IsFloat && !IsDouble) in emitCmp()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsFastISel.cpp709 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local
710 if (!IsFloat && !IsDouble) in emitCmp()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp227 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/
DTestSuite.cpp734 if (timesArray.Size() != 1 || !timesArray[0].IsDouble()) in GetSingleTestResultFromJSON()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5178 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/
DMipsAsmParser.cpp280 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/
DMipsAsmParser.cpp278 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/
DProgRef.rst1122 let IsDouble = 0 in
1125 let IsDouble = 1 in
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp2818 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/
DARMISelLowering.cpp6568 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()

12