/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Reactor.cpp | 208 static Value *createSwizzle4(Value *val, uint16_t select) in createSwizzle4() 279 RValue<Bool> operator!(RValue<Bool> val) in operator !() 309 Byte::Byte(RValue<Int> cast) in Byte() 316 Byte::Byte(RValue<UInt> cast) in Byte() 323 Byte::Byte(RValue<UShort> cast) in Byte() 470 RValue<Byte> operator+(RValue<Byte> val) in operator +() 475 RValue<Byte> operator-(RValue<Byte> val) in operator -() 480 RValue<Byte> operator~(RValue<Byte> val) in operator ~() 485 RValue<Byte> operator++(Byte &val, int) // Post-increment in operator ++() 495 const Byte &operator++(Byte &val) // Pre-increment in operator ++() [all …]
|
H A D | LLVMReactor.cpp | 1054 void Nucleus::createMaskedStore(Value *ptr, Value *val, Value *mask, unsigned int alignment) in createMaskedStore() 1168 static void createScatter(llvm::Value *base, llvm::Value *val, llvm::Value *offsets, llvm::Value *m… in createScatter() 1221 void Scatter(RValue<Pointer<Float>> base, RValue<SIMD::Float> val, RValue<SIMD::Int> offsets, RValu… in Scatter() 1226 void Scatter(RValue<Pointer<Int>> base, RValue<SIMD::Int> val, RValue<SIMD::Int> offsets, RValue<SI… in Scatter() 1978 Short4::Short4(RValue<Int4> cast) in Short4() 1994 Short4::Short4(RValue<Float4> cast) in Short4() 2137 UShort4::UShort4(RValue<Float4> cast, bool saturate) in UShort4() 2321 RValue<Int> operator++(Int &val, int) // Post-increment in operator ++() 2332 const Int &operator++(Int &val) // Pre-increment in operator ++() 2341 RValue<Int> operator--(Int &val, int) // Post-decrement in operator --() [all …]
|
H A D | SubzeroReactor.cpp | 183 Ice::InstCast *cast = Ice::InstCast::create(function, Ice::InstCast::Trunc, to, from); in createTruncate() local 1629 Ice::InstCast *cast = Ice::InstCast::create(::function, op, result, v); in createCast() local 2254 static RValue<Byte> Extract(RValue<Byte8> val, int i) in Extract() 2259 static RValue<Byte8> Insert(RValue<Byte8> val, RValue<Byte> element, int i) in Insert() 2304 RValue<SByte> Extract(RValue<SByte8> val, int i) in Extract() 2310 RValue<SByte8> Insert(RValue<SByte8> val, RValue<SByte> element, int i) in Insert() 2486 Short4::Short4(RValue<Int4> cast) in Short4() 2502 Short4::Short4(RValue<Float4> cast) in Short4() 2731 UShort4::UShort4(RValue<Float4> cast, bool saturate) in UShort4() 2759 RValue<UShort> Extract(RValue<UShort4> val, int i) in Extract() [all …]
|
H A D | SIMD.cpp | 30 SIMD::Int::Int(RValue<SIMD::Float> cast) in Int() 236 RValue<SIMD::Int> operator+(RValue<SIMD::Int> val) in operator +() 241 RValue<SIMD::Int> operator-(RValue<SIMD::Int> val) in operator -() 246 RValue<SIMD::Int> operator~(RValue<SIMD::Int> val) in operator ~() 459 RValue<SIMD::UInt> operator+(RValue<SIMD::UInt> val) in operator +() 464 RValue<SIMD::UInt> operator-(RValue<SIMD::UInt> val) in operator -() 469 RValue<SIMD::UInt> operator~(RValue<SIMD::UInt> val) in operator ~() 484 SIMD::Float::Float(RValue<SIMD::Int> cast) in Float() 492 SIMD::Float::Float(RValue<SIMD::UInt> cast) in Float() 672 RValue<SIMD::Float> operator+(RValue<SIMD::Float> val) in operator +() [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_queries.cpp | 140 T val; in sampler_param_test() local 332 T val; in command_queue_param_test() local 510 #define TEST_MEM_OBJECT_PARAM( mem, paramName, val, expected, name, type, cast ) \ argument 529 #define TEST_DEVICE_PARAM( device, paramName, val, name, type, cast ) \ argument 539 #define TEST_DEVICE_PARAM_MEM( device, paramName, val, name, type, div ) \ argument
|
H A D | test_mem_object_info.cpp | 21 #define TEST_MEM_OBJECT_PARAM( mem, paramName, val, expected, name, type, cast ) \ argument 45 unsigned int val = 0; in get_image_dim() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | blas.h | 155 void set_is_valid(bool val) { is_valid_ = val; } in set_is_valid() 157 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm() 159 void set_elapsed_time_in_ms(float val) { elapsed_time_in_ms_ = val; } in set_elapsed_time_in_ms() 172 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm() 198 DeviceMemory<T> cast() const { in cast() function
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
H A D | KMEnumTag.java | 65 public static short instance(short key, byte val) { in instance() 76 public static short instance(short key, byte[] val, short valOff, short valLen) { in instance() 94 public static KMEnumTag cast(short ptr) { in cast() method in KMEnumTag
|
H A D | KMEnum.java | 62 public static KMEnum cast(short ptr) { in cast() method in KMEnum 81 public static short instance(short enumType, byte val) { in instance() 179 public void setVal(byte val) { in setVal()
|
H A D | KMByteBlob.java | 66 public static KMByteBlob cast(short ptr) { in cast() method in KMByteBlob 77 public void add(short index, byte val) { in add()
|
H A D | KMIntegerTag.java | 109 public static KMIntegerTag cast(short ptr) { in cast() method in KMIntegerTag 182 short val = KMIntegerTag.cast(KMType.instanceTable[KM_INTEGER_TAG_OFFSET]).getValue(); in isValidKeySize() local
|
H A D | KMIntegerArrayTag.java | 83 public static KMIntegerArrayTag cast(short ptr) { in cast() method in KMIntegerArrayTag 143 public void add(short index, short val) { in add()
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
H A D | KMEnumTag.java | 65 public static short instance(short key, byte val) { in instance() 76 public static short instance(short key, byte[] val, short valOff, short valLen) { in instance() 94 public static KMEnumTag cast(short ptr) { in cast() method in KMEnumTag
|
H A D | KMEnum.java | 62 public static KMEnum cast(short ptr) { in cast() method in KMEnum 81 public static short instance(short enumType, byte val) { in instance() 179 public void setVal(byte val) { in setVal()
|
H A D | KMByteBlob.java | 66 public static KMByteBlob cast(short ptr) { in cast() method in KMByteBlob 77 public void add(short index, byte val) { in add()
|
H A D | KMIntegerTag.java | 109 public static KMIntegerTag cast(short ptr) { in cast() method in KMIntegerTag 182 short val = KMIntegerTag.cast(KMType.instanceTable[KM_INTEGER_TAG_OFFSET]).getValue(); in isValidKeySize() local
|
H A D | KMIntegerArrayTag.java | 83 public static KMIntegerArrayTag cast(short ptr) { in cast() method in KMIntegerArrayTag 143 public void add(short index, short val) { in add()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_repair_ssa.c | 92 struct nir_phi_builder_value *val = in repair_ssa_def() local 119 nir_deref_instr *cast = in repair_ssa_def() local
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | autocast_test_lists.py | 396 def cast(val, to_type): argument
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_cpp_codegen.cpp | 162 auto cast = alloc<Cast>(kFloat, alloc<IntImm>(1)); in TEST() local 167 auto cast = alloc<BitCast>(kInt, alloc<FloatImm>(20)); in TEST() local 173 auto val = alloc<FloatImm>(2); in TEST() local
|
/aosp_15_r20/external/eigen/test/ |
H A D | packetmath.cpp | 72 static void cast(const SrcScalar* src, size_t size, TgtScalar* dst) { in cast() function 88 static void cast(const typename internal::unpacket_traits<SrcPacket>::type* src, size_t size, in cast() function 102 static void cast(const typename internal::unpacket_traits<SrcPacket>::type* src, size_t size, in cast() function 118 static void cast(const typename internal::unpacket_traits<SrcPacket>::type* src, size_t size, in cast() function 668 Scalar val = numext::mini( in packetmath_real() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
H A D | same_shape_propagation.cc | 96 Value val = value.value(); in operator <<() local 206 if (auto cast = dyn_cast<memref::ReinterpretCastOp>(op)) { in build() local 290 ValueOrConst val = p.value(); in tryEvaluateShapeToRoot() local
|
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp_python_wrap.c | 344 …struct swig_cast_info *cast; /* linked list of types that can cast into this type… member 526 swig_cast_info *cast = ti->cast; in SWIG_TypeClientData() local 1702 PyObject *val = NULL, *type = NULL, *tb = NULL; in SwigPyObject_dealloc() local 1804 PyObject *val = 0; in SwigPyObject_own() local 3177 SWIG_AsVal_double (PyObject *obj, double *val) in SWIG_AsVal_double() 3259 SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val) in SWIG_AsVal_unsigned_SS_long() 3323 SWIG_AsVal_unsigned_SS_long_SS_long (PyObject *obj, unsigned long long *val) in SWIG_AsVal_unsigned_SS_long_SS_long() 3363 SWIG_AsVal_size_t (PyObject * obj, size_t *val) in SWIG_AsVal_size_t() 3556 SWIG_AsVal_int (PyObject * obj, int *val) in SWIG_AsVal_int() 3610 SWIG_AsVal_float (PyObject * obj, float *val) in SWIG_AsVal_float() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/moveit/src/ |
D | slot.rs | 162 pub unsafe fn cast<U>(self) -> Slot<'frame, U> { in cast() method 288 val: MaybeUninit<T>, field
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_dump.c | 478 dump_instr_cast(struct dxil_dumper *d, struct dxil_instr_cast *cast) in dump_instr_cast() 646 const struct dxil_value *val[]) in dump_instr_print_operands() 656 dump_value(struct dxil_dumper *d, const struct dxil_value *val) in dump_value()
|