| /external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | round.inl | 91 genType Tmp = Source - genType(1); local 104 genType Tmp = Source - genType(1); local 138 genType Tmp = Source + genType(1); local 154 genType Tmp = Source + genType(1); local 173 genType Tmp = Source + genType(1); local 189 genType Tmp = Source + genType(1); local 205 genType Tmp = Source + genType(1); local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
| D | RawByteChannel.h | 117 uint8_t Tmp = V ? 1 : 0; in serialize() local 125 uint8_t Tmp = 0; in deserialize() local
|
| /external/testng/src/test/java/test/tmp/ |
| D | Tmp.java | 7 public class Tmp { class
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | APSInt.cpp | 25 APInt Tmp(NumBits, Str, /*radix=*/10); in APSInt() local
|
| D | ManagedStatic.cpp | 52 void *Tmp = Creator(); in RegisterManagedStatic() local
|
| D | Triple.cpp | 999 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local 1004 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local 1010 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local 1016 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
|
| D | APFloat.cpp | 4215 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide() local 4224 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder() local 4233 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod() local 4244 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in fusedMultiplyAdd() local 4254 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in roundToIntegral() local 4360 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromString() local 4368 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in next() local 4387 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromAPInt() local 4398 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromSignExtendedInteger() local 4409 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromZeroExtendedInteger() local [all …]
|
| /external/llvm/lib/Support/ |
| D | APSInt.cpp | 26 APInt Tmp(NumBits, Str, /*Radix=*/10); in APSInt() local
|
| D | ManagedStatic.cpp | 45 void *Tmp = Creator(); in RegisterManagedStatic() local
|
| D | Triple.cpp | 883 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local 888 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local 894 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local 900 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | ManagedStatic.cpp | 54 void *Tmp = Creator(); in RegisterManagedStatic() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeFloatTypes.cpp | 154 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_Unary() local 175 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_Binary() local 423 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, in SoftenFloatRes_FMA() local 497 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_EXTEND() local 534 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_ROUND() local 577 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_FPOWI() local 748 std::pair<SDValue, SDValue> Tmp = in SoftenFloatRes_XINT_TO_FP() local 840 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, RVT, Op, in SoftenFloatOp_FP_ROUND() local 905 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_FP_TO_XINT() local 1040 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_Unary() local [all …]
|
| D | LegalizeVectorOps.cpp | 282 std::pair<SDValue, SDValue> Tmp = ExpandLoad(Node); in LegalizeOp() local 842 SDValue Tmp; in Expand() local 1205 SDValue Tmp = DAG.UnrollVectorOp(Node); in ExpandBITREVERSE() local 1246 SDValue Tmp = DAG.UnrollVectorOp(Node); in ExpandBITREVERSE() local 1429 SDValue Tmp = DAG.UnrollVectorOp(Node); in ExpandFSUB() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | SubtargetFeature.cpp | 34 SmallVector<StringRef, 3> Tmp; in Split() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
| D | JITSymbol.h | 176 JITSymbolFlags Tmp = LHS; variable 183 JITSymbolFlags Tmp = LHS; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| D | ThreadSafeModule.cpp | 32 auto Tmp = CloneModule(M, VMap, [&](const GlobalValue *GV) { in cloneToNewContext() local
|
| /external/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyLowerBrUnless.cpp | 109 unsigned Tmp = MRI.createVirtualRegister(&WebAssembly::I32RegClass); in runOnMachineFunction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyLowerBrUnless.cpp | 191 Register Tmp = MRI.createVirtualRegister(&WebAssembly::I32RegClass); in runOnMachineFunction() local
|
| /external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | rotate_normalized_axis.inl | 51 tvec3<T, P> const Tmp(v); local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | PHITransAddr.cpp | 94 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local 370 PHITransAddr Tmp(InVal, DL, AC); in InsertPHITranslatedSubExpr() local
|
| /external/llvm/lib/Analysis/ |
| D | PHITransAddr.cpp | 95 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); in Verify() local 374 PHITransAddr Tmp(InVal, DL, AC); in InsertPHITranslatedSubExpr() local
|
| /external/pdfium/third_party/lcms/src/ |
| D | cmswtpnt.c | 201 cmsMAT3 Cone, Tmp; in ComputeChromaticAdaptation() local 256 cmsMAT3 Tmp; in _cmsAdaptMatrixToD50() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineC.cpp | 123 ExplodedNodeSet Tmp; in VisitBinaryOperator() local 239 ExplodedNodeSet Tmp; in VisitBlockExpr() local 807 ExplodedNodeSet Tmp; in VisitUnaryOperator() local 936 ExplodedNodeSet Tmp; in VisitIncrementDecrementOperator() local
|
| D | ExprEngine.cpp | 473 ExplodedNodeSet Tmp(Pred); in ProcessInitializer() local 943 ExplodedNodeSet Tmp; in Visit() local 992 ExplodedNodeSet Tmp; in Visit() local 1070 ExplodedNodeSet Tmp; in Visit() local 1324 ExplodedNodeSet Tmp; in Visit() local 2018 ExplodedNodeSet Tmp; in VisitMemberExpr() local 2298 ExplodedNodeSet Tmp; in evalStore() local 2332 ExplodedNodeSet Tmp; in evalLoad() local 2361 ExplodedNodeSet Tmp; in evalLoadCommon() local 2417 ExplodedNodeSet Tmp; in evalLocation() local
|
| /external/capstone/ |
| D | MathExtras.h | 109 uint32_t Tmp = Value >> Shift; in CountLeadingZeros_32() local 149 uint64_t Tmp = Value >> Shift; in CountLeadingZeros_64() local
|