Home
last modified time | relevance | path

Searched defs:Cast (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A Dvertexconversion.h36 struct Cast struct
46 struct Cast<T, T> argument
/aosp_15_r20/system/apex/apexd/
H A Dapexd_metrics_stats.cpp30 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 Dmust.rs9 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/
Dmust.rs9 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 DNVPTXFavorNonGenericAddrSpaces.cpp128 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 Dgmock-matchers.h343 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 Dgmock-matchers.h341 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 Dgmock-matchers.h341 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 Dhlo_casting_utils.h37 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 DVkSemaphore.hpp43 static inline Semaphore *Cast(VkSemaphore semaphore) in Cast() function in vk::Semaphore
185 static inline Semaphore *Cast(VkSemaphore object) in Cast() function
H A DVkPipeline.hpp44 static inline Pipeline *Cast(VkPipeline object) in Cast() function in vk::Pipeline
155 static inline Pipeline *Cast(VkPipeline object) in Cast() function
H A DVkDeviceMemory.hpp60 static inline DeviceMemory *Cast(VkDeviceMemory object) in Cast() function in vk::DeviceMemory
142 static inline DeviceMemory *Cast(VkDeviceMemory object) in Cast() function
H A DVkObject.hpp109 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 DVkSampler.hpp109 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 DVkSurfaceKHR.hpp68 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 DMissingFieldExceptionWithPathTest.kt37 data class Cast( class in kotlinx.serialization.json.MissingFieldExceptionWithPathTest
/aosp_15_r20/external/javassist/src/main/javassist/expr/
H A DCast.java41 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/
Dast_java.h210 struct Cast : public Expression { struct
214 Cast() = default; argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddequantize_op.cc42 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 DCallPromotionUtils.cpp179 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 DPHITransAddr.cpp187 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 DPHITransAddr.cpp190 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 DPHITransAddr.cpp187 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 DCallPromotionUtils.cpp178 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 DX86PartialReduction.cpp82 if (auto *Cast = dyn_cast<CastInst>(Op)) { in matchVPDPBUSDPattern() local
149 if (auto *Cast = dyn_cast<CastInst>(Op)) { in tryMAddReplacement() local

12345678910>>...12