Home
last modified time | relevance | path

Searched defs:Temp (Results 1 – 25 of 208) sorted by relevance

123456789

/aosp_15_r20/external/llvm/unittests/IR/
H A DMetadataTest.cpp227 auto Temp = MDNode::getTemporary(Context, None); in TEST_F() local
245 auto Temp = MDNode::getTemporary(Context, None); in TEST_F() local
306 TempMDNode Temp = MDNode::getTemporary(Context, Arg); in TEST_F() local
501 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F() local
585 auto Temp = MDTuple::getTemporary(Context, None); in TEST_F() local
610 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
622 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
634 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
698 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
711 auto Temp = MDTuple::getTemporary(Context, Ops); in TEST_F() local
[all …]
/aosp_15_r20/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp12.cpp17 template <class T> class Temp { class
20 template class Temp<A::Private>; variable
38 template <class T> class Temp { class
41 template <> class Temp<A::Private> { class
43 Temp(int x) {} in Temp() function in test2::Temp
/aosp_15_r20/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DFrom2iToMono_32.cpp26 LVM_FLOAT Temp; in From2iToMono_Float() local
61 LVM_FLOAT Temp; in FromMcToMono_Float() local
H A DLVC_Core_MixInSoft_D16C31_SAT.cpp37 LVM_FLOAT Temp; in LVC_Core_MixInSoft_D16C31_SAT() local
113 LVM_FLOAT Temp; in LVC_Core_MixInSoft_Mc_D16C31_SAT() local
H A DAdd2_Sat_32x32.cpp25 LVM_FLOAT Temp; in Add2_Sat_Float() local
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h77 MachineInstrBundleIterator Temp = *this; variable
82 MachineInstrBundleIterator Temp = *this; variable
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/shared/model/
DPreviewKey.kt22 private data class Temp(override val key: Int, override val isFinal: Boolean = false) : class
/aosp_15_r20/external/libvpx/vp8/common/
H A Dfilter.c40 int Temp; in filter_block2d_first_pass() local
79 int Temp; in filter_block2d_second_pass() local
267 int Temp; in filter_block2d_bil_second_pass() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/contentpreview/payloadtoggle/shared/model/
DPreviewKey.java91 …public static final class Temp implements com.android.intentresolver.contentpreview.payloadtoggle.… class
95 public Temp(int key, boolean isFinal) { in Temp() method in PreviewKey.Temp
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCSchedule.cpp99 double Temp = NumUnits * 1.0 / I->Cycles; in getReciprocalThroughput() local
143 double Temp = llvm::popcount(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSchedule.cpp98 double Temp = NumUnits * 1.0 / I->Cycles; in getReciprocalThroughput() local
142 double Temp = countPopulation(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileOutputBuffer.cpp36 OnDiskBuffer(StringRef Path, fs::TempFile Temp, in OnDiskBuffer()
71 fs::TempFile Temp; member in __anon62a0dd210111::OnDiskBuffer
/aosp_15_r20/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_ApplyNewSettings.cpp128 LVM_UINT32 Temp; in LVREV_ApplyNewSettings() local
207 LVM_INT32 Temp; in LVREV_ApplyNewSettings() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DFileOutputBuffer.cpp34 OnDiskBuffer(StringRef Path, fs::TempFile Temp, fs::mapped_file_region Buf) in OnDiskBuffer()
68 fs::TempFile Temp; member in __anond5f21b270111::OnDiskBuffer
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h372 struct Temp { struct
373 Temp() noexcept : id_(0), reg_class(0) {} in Temp() argument
374 constexpr Temp(uint32_t id, RegClass cls) noexcept : id_(id), reg_class(uint8_t(cls)) {} in Temp() function
384 constexpr bool operator<(Temp other) const noexcept { return id() < other.id(); } argument
390 uint32_t reg_class : 8;
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h45 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local
148 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h71 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local
254 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h70 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend() local
253 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12_tgllp/vp/kernel_free/Source/Core_Kernels/
H A DConstBlend.h47 matrix<ushort, 1, 16> Temp; variable
H A DColorfill_ConstBlend.h23 matrix<ushort, 1, 16> Temp; variable
H A DColorfill_SrcBlend.h23 matrix<ushort, 1, 16> Temp; variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_R/Xe_HPG_Base/vp/kernel_free/Source/Core_Kernels/
H A DConstBlend.h47 matrix<uint, 1, 16> Temp; variable
H A DColorfill_ConstBlend.h23 matrix<ushort, 1, 16> Temp; variable
H A DColorfill_SrcBlend.h23 matrix<ushort, 1, 16> Temp; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/string/example/
Dreplace_example.cpp35 string Temp(Replace.begin(), Replace.end()); in upcase_formatter() local

123456789