/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A 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
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A 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 …]
|
H A 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
|
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/ |
H A D | stringview_test.cpp | 115 string_view Tmp("abca"); in TEST() local 129 string_view Tmp("abada"); in TEST() local 179 string_view Tmp("abada"); in TEST() local 242 string_view Tmp("abada"); in TEST() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 171 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_Unary() local 192 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_Binary() local 457 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, in SoftenFloatRes_FMA() local 531 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_EXTEND() local 568 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatRes_FP_ROUND() local 616 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Ops, in SoftenFloatRes_FPOWI() local 796 std::pair<SDValue, SDValue> Tmp = in SoftenFloatRes_XINT_TO_FP() local 910 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, RVT, Op, in SoftenFloatOp_FP_ROUND() local 986 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_FP_TO_XINT() local 1127 std::pair<SDValue, SDValue> Tmp = TLI.makeLibCall(DAG, LC, NVT, Op, in SoftenFloatOp_Unary() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 4797 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide() local 4806 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder() local 4815 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod() local 4826 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in fusedMultiplyAdd() local 4836 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in roundToIntegral() local 4942 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromString() local 4950 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in next() local 4969 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromAPInt() local 4980 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromSignExtendedInteger() local 4991 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromZeroExtendedInteger() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A 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 …]
|
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 1180 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getVendorName() local 1185 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSName() local 1191 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getEnvironmentName() local 1197 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component in getOSAndEnvironmentName() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A 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
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZCopyPhysRegs.cpp | 82 Register Tmp = MRI->createVirtualRegister(&SystemZ::GR32BitRegClass); in visitMBB() local 92 Register Tmp = MRI->createVirtualRegister(&SystemZ::GR32BitRegClass); in visitMBB() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/ |
D | iter_find.hpp | 112 SequenceSequenceT Tmp(itBegin, itEnd); in iter_find() local 186 SequenceSequenceT Tmp(itBegin, itEnd); in iter_split() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | DXContainer.h | 88 iterator Tmp = *this; member 100 iterator Tmp = *this; member 341 PartIterator Tmp = *this; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | DXContainer.h | 88 iterator Tmp = *this; member 100 iterator Tmp = *this; member 341 PartIterator Tmp = *this; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | DXContainer.h | 88 iterator Tmp = *this; member 100 iterator Tmp = *this; member 349 PartIterator Tmp = *this; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | DXContainer.h | 88 iterator Tmp = *this; member 100 iterator Tmp = *this; member 341 PartIterator Tmp = *this; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RawByteChannel.h | 117 uint8_t Tmp = V ? 1 : 0; in serialize() local 125 uint8_t Tmp = 0; in deserialize() local
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/orc/ |
H A D | c_api.h | 110 char *Tmp = (char *)malloc(Size); in orc_rt_CreateCWrapperFunctionResultFromRange() local 142 char *Tmp = (char *)malloc(strlen(ErrMsg) + 1); in orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/orc/ |
D | c_api.h | 110 char *Tmp = (char *)malloc(Size); in orc_rt_CreateCWrapperFunctionResultFromRange() local 142 char *Tmp = (char *)malloc(strlen(ErrMsg) + 1); in orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/orc/ |
D | c_api.h | 110 char *Tmp = (char *)malloc(Size); in orc_rt_CreateCWrapperFunctionResultFromRange() local 142 char *Tmp = (char *)malloc(strlen(ErrMsg) + 1); in orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/orc/ |
D | c_api.h | 110 char *Tmp = (char *)malloc(Size); in orc_rt_CreateCWrapperFunctionResultFromRange() local 142 char *Tmp = (char *)malloc(strlen(ErrMsg) + 1); in orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/orc/ |
D | c_api.h | 110 char *Tmp = (char *)malloc(Size); in orc_rt_CreateCWrapperFunctionResultFromRange() local 142 char *Tmp = (char *)malloc(strlen(ErrMsg) + 1); in orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() local
|