Home
last modified time | relevance | path

Searched defs:Tmp (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dround.inl91 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/
Dround.inl91 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 DLegalizeFloatTypes.cpp154 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 DLegalizeVectorOps.cpp282 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 Dstringview_test.cpp115 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 DLegalizeFloatTypes.cpp171 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 DAPFloat.cpp4797 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 DAPFloat.cpp4215 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 DTriple.cpp999 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 DTriple.cpp1180 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 DTriple.cpp883 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 DExprEngine.cpp473 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 DExprEngineC.cpp123 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 DSystemZCopyPhysRegs.cpp82 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/
Diter_find.hpp112 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/
DDXContainer.h88 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/
DDXContainer.h88 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/
DDXContainer.h88 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/
DDXContainer.h88 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 DRawByteChannel.h117 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 Dc_api.h110 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/
Dc_api.h110 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/
Dc_api.h110 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/
Dc_api.h110 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/
Dc_api.h110 char *Tmp = (char *)malloc(Size); in orc_rt_CreateCWrapperFunctionResultFromRange() local
142 char *Tmp = (char *)malloc(strlen(ErrMsg) + 1); in orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() local

12345678910>>...13