/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | vertexconversion.h | 36 struct Cast struct 46 struct Cast<T, T> argument
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apexd_metrics_stats.cpp | 30 int Cast(InstallType install_type) { in Cast() function 41 int Cast(InstallResult install_result) { in Cast() function 52 int Cast(ApexPartition partition) { in Cast() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/src/ |
H A D | must.rs | 9 struct Cast<A, B>((A, B)); struct 10 impl<A, B> Cast<A, B> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/ |
D | must.rs | 9 struct Cast<A, B>((A, B)); struct 10 impl<A, B> Cast<A, B> { impl
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXFavorNonGenericAddrSpaces.cpp | 128 Operator *Cast = dyn_cast<Operator>(V); in isEliminableAddrSpaceCast() local 157 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromGEP() local 194 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromBitCast() local
|
/aosp_15_r20/external/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 343 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function 408 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function 462 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 341 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function 406 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function 460 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 341 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function 406 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function 460 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_casting_utils.h | 37 const T* Cast(const HloInstruction* instruction) { in Cast() function 54 T* Cast(HloInstruction* instruction) { in Cast() function
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkSemaphore.hpp | 43 static inline Semaphore *Cast(VkSemaphore semaphore) in Cast() function in vk::Semaphore 185 static inline Semaphore *Cast(VkSemaphore object) in Cast() function
|
H A D | VkPipeline.hpp | 44 static inline Pipeline *Cast(VkPipeline object) in Cast() function in vk::Pipeline 155 static inline Pipeline *Cast(VkPipeline object) in Cast() function
|
H A D | VkDeviceMemory.hpp | 60 static inline DeviceMemory *Cast(VkDeviceMemory object) in Cast() function in vk::DeviceMemory 142 static inline DeviceMemory *Cast(VkDeviceMemory object) in Cast() function
|
H A D | VkObject.hpp | 109 static inline T *Cast(VkT vkObject) in Cast() function in vk::Object 156 static inline T *Cast(VkT vkObject) in Cast() function in vk::DispatchableObject
|
H A D | VkSampler.hpp | 109 static inline Sampler *Cast(VkSampler object) in Cast() function 114 static inline SamplerYcbcrConversion *Cast(VkSamplerYcbcrConversion object) in Cast() function
|
/aosp_15_r20/external/swiftshader/src/WSI/ |
H A D | VkSurfaceKHR.hpp | 68 static inline SurfaceKHR *Cast(VkSurfaceKHR object) in Cast() function in vk::SurfaceKHR 107 static inline SurfaceKHR *Cast(VkSurfaceKHR object) in Cast() function
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/jvmTest/src/kotlinx/serialization/json/ |
H A D | MissingFieldExceptionWithPathTest.kt | 37 data class Cast( class in kotlinx.serialization.json.MissingFieldExceptionWithPathTest
|
/aosp_15_r20/external/javassist/src/main/javassist/expr/ |
H A D | Cast.java | 41 public class Cast extends Expr { class 45 protected Cast(int pos, CodeIterator i, CtClass declaring, MethodInfo m) { in Cast() method in Cast
|
/aosp_15_r20/system/tools/aidl/ |
D | ast_java.h | 210 struct Cast : public Expression { struct 214 Cast() = default; argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | dequantize_op.cc | 42 T Cast(float v) { in Cast() function 47 bfloat16 Cast<bfloat16>(float v) { in Cast() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 179 auto *Cast = CastInst::CreateBitOrPointerCast(CS.getInstruction(), RetTy, "", in createRetBitCast() local 408 auto *Cast = CastInst::CreateBitOrPointerCast(Arg, FormalTy, "", in promoteCall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 187 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr() local 380 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 190 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr() local 384 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 187 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr() local 381 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 178 auto *Cast = CastInst::CreateBitOrPointerCast(&CB, RetTy, "", InsertBefore); in createRetBitCast() local 511 auto *Cast = CastInst::CreateBitOrPointerCast(Arg, FormalTy, "", &CB); in promoteCall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 82 if (auto *Cast = dyn_cast<CastInst>(Op)) { in matchVPDPBUSDPattern() local 149 if (auto *Cast = dyn_cast<CastInst>(Op)) { in tryMAddReplacement() local
|