Home
last modified time | relevance | path

Searched +defs:val +defs:b (Results 401 – 425 of 3917) sorted by relevance

1...<<11121314151617181920>>...157

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/
Dlinked_list.rs121 let val = ManuallyDrop::new(val); in push_front() localVariable
478 val: i32, field
552 let b = entry(7); in push_and_drain() localVariable
572 let b = entry(7); in push_pop_push_pop() localVariable
594 let b = entry(7); in remove_by_address() localVariable
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h213 ASTCENC_SIMD_INLINE vfloat change_sign(vfloat a, vfloat b) in change_sign()
259 float val = 0.577350258827209473f; in unit3() local
268 float val = 0.707106769084930420f; in unit2() local
275 static ASTCENC_SIMD_INLINE vfloat4 vfloat3(float a, float b, float c) in vfloat3()
283 static ASTCENC_SIMD_INLINE vfloat4 vfloat2(float a, float b) in vfloat2()
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Dtest_parcel.cpp42 bool NdkBinderSenseOfEquality(T a, T b) { in NdkBinderSenseOfEquality()
47 const AStatus* b) { in NdkBinderSenseOfEquality()
58 bool NdkBinderSenseOfEquality<AStatus*>(AStatus* a, AStatus* b) { in NdkBinderSenseOfEquality()
63 auto castForStream(T val) { in castForStream()
68 auto castForStream(char16_t val) { in castForStream()
/aosp_15_r20/external/skia/src/gpu/
H A DKeyBuilder.h29 virtual void addBits(uint32_t numBits, uint32_t val, std::string_view label) { in addBits()
54 void addBool(bool b, std::string_view label) { in addBool()
84 void addBits(uint32_t numBits, uint32_t val, std::string_view label) override { in addBits()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/utils/
H A Dhlo_utils.h42 static ElementsAttr getSplat(Builder* b, RankedTensorType ty, T constant) { in getSplat()
64 static ElementsAttr getSplat(Builder* b, Value val, T constant) { in getSplat()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_custom_class_registrations.cpp142 at::Tensor val; in TensorQueue() local
171 auto val = queue_.front(); in pop() local
183 auto val = queue_.front(); in top() local
513 int64_t val) { self->x = val; }); in TORCH_LIBRARY()
587 auto val = self->vals.back(); in TORCH_LIBRARY() local
662 auto b = foo->add_tensor(a); in takes_foo_list_return() local
674 auto b = foo->add_tensor(a); in takes_foo_tuple_return() local
/aosp_15_r20/external/lzma/C/Util/7zipInstall/
H A D7zipInstall.c149 Byte b = (Byte)*s++; in CpyAscii() local
377 static LONG MyRegistry_SetString(HKEY hKey, LPCWSTR name, LPCWSTR val) in MyRegistry_SetString()
383 static LONG MyRegistry_SetDWORD(HKEY hKey, LPCWSTR name, DWORD val) in MyRegistry_SetDWORD()
397 …atic LONG MyRegistry_CreateKeyAndVal(HKEY parentKey, LPCWSTR keyName, LPCWSTR valName, LPCWSTR val) in MyRegistry_CreateKeyAndVal()
420 …c LONG MyRegistry_CreateKeyAndVal_32(HKEY parentKey, LPCWSTR keyName, LPCWSTR valName, LPCWSTR val) in MyRegistry_CreateKeyAndVal_32()
481 static void HexToString(UInt32 val, WCHAR *s) in HexToString()
606 const char b = s2[i]; in FindSubString() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/
DDownmix.h32 #define __assert2(a,b,c,d) ((void)0) argument
248 [[nodiscard]] static inline std::string toString(Downmix::Id::Tag val) { in toString()
280 [[nodiscard]] static inline std::string toString(Downmix::Type val) { in toString()
312 [[nodiscard]] static inline std::string toString(Downmix::Tag val) { in toString()
DAutomaticGainControlV2.h32 #define __assert2(a,b,c,d) ((void)0) argument
254 [[nodiscard]] static inline std::string toString(AutomaticGainControlV2::Id::Tag val) { in toString()
286 [[nodiscard]] static inline std::string toString(AutomaticGainControlV2::LevelEstimator val) { in toString()
318 [[nodiscard]] static inline std::string toString(AutomaticGainControlV2::Tag val) { in toString()
DPresetReverb.h32 #define __assert2(a,b,c,d) ((void)0) argument
256 [[nodiscard]] static inline std::string toString(PresetReverb::Presets val) { in toString()
303 [[nodiscard]] static inline std::string toString(PresetReverb::Id::Tag val) { in toString()
335 [[nodiscard]] static inline std::string toString(PresetReverb::Tag val) { in toString()
/aosp_15_r20/external/libaom/aom_dsp/
H A Dentenc.c194 void od_ec_encode_bool_q15(od_ec_enc *enc, int val, unsigned f) { in od_ec_encode_bool_q15()
245 void od_ec_enc_patch_initial_bits(od_ec_enc *enc, unsigned val, int nbits) { in od_ec_enc_patch_initial_bits()
310 int b = OD_MAXI(s_bits, 0); in od_ec_enc_done() local
329 uint16_t val = (uint16_t)(e >> (c + 16)); in od_ec_enc_done() local
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dhelpers.rs281 let val = proc_macro2::Literal::i64_unsuffixed(val); in int_expr() localVariable
287 let val = proc_macro2::Literal::u64_unsuffixed(val); in uint_expr() localVariable
293 let b = proc_macro2::Literal::byte_string(string.as_bytes()); in cstr_expr() localVariable
304 let val = proc_macro2::Literal::f64_unsuffixed(f); in float_expr() localVariable
/aosp_15_r20/external/swiftshader/third_party/marl/examples/
H A Dfractal.cpp31 T r, g, b; member
94 auto put1 = [&](uint8_t val) { ok = ok && fwrite(&val, 1, 1, file) == 1; }; in writeBMP()
95 auto put2 = [&](uint16_t val) { put1(static_cast<uint8_t>(val)); in writeBMP()
97 auto put4 = [&](uint32_t val) { put2(static_cast<uint16_t>(val)); in writeBMP()
/aosp_15_r20/system/extras/alloc-stress/
H A Dalloc-stress.cpp72 bool val = true; in signal() local
77 bool val = false; in wait() local
82 bool val = false; in wait_ret_error() local
99 int b[2]; in createPipePair() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DBitUtils.java38 public static boolean maskedEquals(long a, long b, long mask) { in maskedEquals()
42 public static boolean maskedEquals(byte a, byte b, byte mask) { in maskedEquals()
46 public static boolean maskedEquals(byte[] a, byte[] b, @Nullable byte[] mask) { in maskedEquals()
57 public static boolean maskedEquals(UUID a, UUID b, @Nullable UUID mask) { in maskedEquals()
67 public static int[] unpackBits(long val) { in unpackBits()
88 public static int uint8(byte b) { in uint8()
/aosp_15_r20/external/clang/test/CodeGen/
H A Dbuiltins-arm-exclusive.c6 char a, b; member
370 int test_strex_128(__int128 *addr, __int128 val) { in test_strex_128()
398 int test_stlex_128(__int128 *addr, __int128 val) { in test_stlex_128()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir.c16 ac_nir_sleep(nir_builder *b, unsigned num_cycles) in ac_nir_sleep()
35 ac_nir_load_arg_at_offset(nir_builder *b, const struct ac_shader_args *ac_args, in ac_nir_load_arg_at_offset()
48 ac_nir_store_arg(nir_builder *b, const struct ac_shader_args *ac_args, struct ac_arg arg, in ac_nir_store_arg()
49 nir_def *val) in ac_nir_store_arg()
60 ac_nir_unpack_arg(nir_builder *b, const struct ac_shader_args *ac_args, struct ac_arg arg, in ac_nir_unpack_arg()
82 lower_sin_cos(struct nir_builder *b, nir_instr *instr, UNUSED void *_) in lower_sin_cos()
102 lower_intrinsic_to_arg(nir_builder *b, nir_instr *instr, void *state) in lower_intrinsic_to_arg()
197 ac_nir_store_var_components(nir_builder *b, nir_variable *var, nir_def *value, in ac_nir_store_var_components()
229 void ac_nir_gather_prerast_store_output_info(nir_builder *b, nir_intrinsic_instr *intrin, ac_nir_pr… in ac_nir_gather_prerast_store_output_info()
309 export(nir_builder *b, nir_def *val, nir_def *row, unsigned base, unsigned flags, in export()
[all …]
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c711 basicblock *b, *next; in compiler_unit_free() local
812 basicblock *b; in compiler_new_block() local
866 compiler_next_instr(basicblock *b) in compiler_next_instr()
1225 basicblock *b = compiler_new_block(c); in compiler_use_new_implicit_block_if_needed() local
1258 basicblock *b = c->u->u_curblock; in compiler_addop_line() local
1503 basicblock *b = c->u->u_curblock; in compiler_addop_i_line() local
1548 basicblock *b = c->u->u_curblock; in add_jump_to_block() local
1566 compiler_addop_j(struct compiler *c, int opcode, basicblock *b) in compiler_addop_j()
1574 compiler_addop_j_noline(struct compiler *c, int opcode, basicblock *b) in compiler_addop_j_noline()
1932 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock()
[all …]
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DPrint.hpp55 static std::vector<Value *> val(const T *list, int count) in val() function in rr::PrintValue
205 static std::vector<Value *> val(const T &v) in val() function in rr::PrintValue
222 …static std::vector<Value *> val(const std::string &v) { return PrintValue::Ty<const char *>::val(v… in val() function
320 static std::vector<Value *> val(const RValue<Long> &v) { return { v.value() }; } in val() function
326 static std::vector<Value *> val(const RValue<Pointer<T>> &v) { return { v.value() }; } in val() function
347 static std::vector<Value *> val(const SIMD::Pointer &v) in val() function
389 static std::vector<Value *> val(const Reference<T> &v) { return PrintValue::Ty<T>::val(v); } in val() function
395 static std::vector<Value *> val(const RValue<T> &v) { return PrintValue::Ty<T>::val(v); } in val() function
465 # define RR_WATCH_CONCAT(a, b) a##b argument
466 # define RR_WATCH_CONCAT2(a, b) RR_WATCH_CONCAT(a, b) argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dint4mm.cu19 constexpr __host__ __device__ auto divDown(U a, V b) -> decltype(a + b) { in divDown()
25 constexpr __host__ __device__ auto divUp(U a, V b) -> decltype(a + b) { in divUp()
33 constexpr __host__ __device__ auto roundDown(U a, V b) -> decltype(a + b) { in roundDown()
39 constexpr __host__ __device__ auto roundUp(U a, V b) -> decltype(a + b) { in roundUp()
45 constexpr __host__ __device__ bool isEvenDivisor(U a, V b) { in isEvenDivisor()
211 VecT<short, 4> val[2]; member
219 VecT<short, 4> val; member
700 bf16x2x4_u32 b[KTilesPerIteration / kInnerKTiles][kInnerKTiles / 2]; in __launch_bounds__() local
806 bf16x2x4_u32 b[1][kInnerKTiles / 2]; in __launch_bounds__() local
/aosp_15_r20/external/bcc/tools/
H A Dwakeuptime.py25 def positive_int(val): argument
35 def positive_nonzero_int(val): argument
208 b = BPF(text=bpf_text) variable
H A Dprofile.py45 def positive_int(val): argument
55 def positive_int_list(val): argument
62 def positive_nonzero_int(val): argument
308 b = BPF(text=bpf_text) variable
/aosp_15_r20/external/iproute2/misc/
H A Drtacct.c69 unsigned long long val[256*4]; member
147 static void format_count(FILE *fp, unsigned long long val) in format_count()
179 unsigned long long *val; in dump_abs_db() local
235 unsigned long long *val; in dump_incr_db() local
341 #define T_DIFF(a, b) (((a).tv_sec-(b).tv_sec)*1000 + ((a).tv_usec-(b).tv_usec)/1000) argument
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
H A DOldBigIntegerTest.java178 BigInteger b = BigInteger.probablePrime(bitLength, rand); in test_isProbablePrimeI() local
204 static void largePrimesProduct(BigInteger a, BigInteger b, String c) { in largePrimesProduct()
338 public MyBigInteger(String val) { in MyBigInteger()
356 private boolean isPrime(long b) { in isPrime()
/aosp_15_r20/external/pytorch/torch/utils/_sympy/
H A Dsingleton_int.py20 def __init__(self, val, *, coeff=1): argument
76 def _eval_is_ge(a, b): argument
83 def _eval_is_ge(a, b): # noqa: F811 argument
90 def _eval_is_ge(a, b): # noqa: F811 argument

1...<<11121314151617181920>>...157