/aosp_15_r20/system/media/audio_utils/ |
H A D | channels.cpp | 35 static inline int32_t uint8x3_to_int32(uint8x3_t val) { in uint8x3_to_int32() 76 #define EXPAND_CHANNELS(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes, zero) \ argument 187 #define EXPAND_MONO_TO_MULTI(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes, zero) \ argument
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 435 static bool IsConstantOne(Value *val) { in IsConstantOne() 1441 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() 1444 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() 1447 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1451 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1455 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() 1460 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst() 1465 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1481 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 2159 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 516 static bool IsConstantOne(Value *val) { in IsConstantOne() 1363 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst() 1366 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst() 1369 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1373 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst() 1377 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() 1382 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() 1387 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() 1401 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, in StoreInst() 2348 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg() local [all …]
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_nir_passthrough_gs.c | 61 nir_def *zero = nir_imm_int(b, 0); in hk_nir_passthrough_gs() local 100 nir_def *val = nir_load_per_vertex_input(b, comps, 32, vertex, offset, in hk_nir_passthrough_gs() local
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_lower_ubo_loads.c | 46 nir_def *val; in lower_ubo_load_instr() local 82 nir_def *zero = nir_imm_zero(b, load->num_components, bit_size); in lower_ubo_load_instr() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_map_lock.c | 36 struct hmap_elem zero = {}, *val; in bpf_map_lock_test() local
|
H A D | test_spin_lock.c | 52 struct hmap_elem zero = {}, *val; in bpf_sping_lock_test() local
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_nir_lower_ubo_loads.c | 46 nir_def *val; in lower_ubo_load_instr() local 82 nir_def *zero = nir_imm_zero(b, load->num_components, bit_size); in lower_ubo_load_instr() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | select.rs | 10 pub(crate) zero: super::zero::ZeroToken, field 25 let val = r as *mut T as usize; in hook() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | select.rs | 10 pub(crate) zero: super::zero::ZeroToken, field 25 let val = r as *mut T as usize; in hook() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | select.rs | 10 pub(crate) zero: super::zero::ZeroToken, field 25 let val = r as *mut T as usize; in hook() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | select.rs | 10 pub(crate) zero: super::zero::ZeroToken, field 25 let val = r as *mut T as usize; in hook() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | select.rs | 10 pub(crate) zero: super::zero::ZeroToken, field 25 let val = r as *mut T as usize; in hook() localVariable
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_trace3.c | 49 u64 zero = 0; in probe_blk_update_request() local 50 u64 *val = latency.lookup_or_try_init(&index, &zero); in probe_blk_update_request() local
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir.c | 49 nir_def *val) in ac_nir_store_arg() 309 export(nir_builder *b, nir_def *val, nir_def *row, unsigned base, unsigned flags, in export() 410 nir_def *zero = nir_imm_float(b, 0); in ac_nir_export_position() local 773 nir_def *zero = nir_imm_int(b, 0); in emit_streamout() local 811 nir_def *zero = nir_imm_zero(&b, 1, 32); in ac_nir_create_gs_copy_shader() local 1385 nir_def *zero = nir_imm_int(b, 0); in ac_nir_store_debug_log_amd() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_builtin_builder.h | 165 nir_degrees(nir_builder *b, nir_def *val) in nir_degrees() 175 nir_def *zero = nir_imm_floatN_t(b, 0.0, x->bit_size); in nir_fdim() local 238 nir_radians(nir_builder *b, nir_def *val) in nir_radians() 262 nir_def *val; in nir_clz_u() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_map_in_map.c | 28 int err, key = 0, val, i, fd; in test_lookup_update() local 136 int err, inner_map_fd, zero = 0; in test_diff_size() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/text/Collator/ |
H A D | CollatorTest.java | 70 String zero = "0000"; in prettify() local 91 int val = (bytes[i] << 8) + bytes[i+1]; in prettify() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
H A D | legalize_tf.cc | 86 for (Attribute val : array_attr.getValue()) in GetI64ArrayAttrValues() local 114 static DenseIntElementsAttr GetI64ElementsAttrForValue(int size, int64_t val, in GetI64ElementsAttrForValue() 245 auto zero = in CreateFullIndexVectorFromMinorIndices() local 1061 auto zero = in GetPaddingValues() local 1069 auto zero = in GetPaddingValues() local 1162 auto get_const = [&](int64_t val) { in matchAndRewriteDynamicConv() 1166 auto get_dim_value = [&](Value val, int64_t dim) { in matchAndRewriteDynamicConv() 1656 APInt val; in matchAndRewrite() local 1688 Value zero = b.create<mhlo::ConstantOp>( in matchAndRewrite() local 1805 Value zero = GetScalarConstOfType(input_type.getElementType(), op.getLoc(), in matchAndRewrite() local [all …]
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
HD | javaslang-2.0.3.jar | ... .API$Match$Pattern0 {
final synthetic Object val$prototype
void <init> (java.lang ... |
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/ |
H A D | vec256_complex_double.h | 33 Vectorized(c10::complex<double> val) { in Vectorized() 147 auto zero = _mm256_setzero_pd(); in sgn() local 259 auto zero = _mm256_setzero_pd(); in neg() local
|
H A D | vec256_complex_float.h | 32 Vectorized(c10::complex<float> val) { in Vectorized() 182 auto zero = _mm256_setzero_ps(); in sgn() local 292 auto zero = _mm256_setzero_ps(); in neg() local
|
/aosp_15_r20/external/toybox/toys/posix/ |
H A D | cpio.c | 70 unsigned val, inpos = 8, outpos; in x8u() local 260 unsigned nlen, error = 0, zero = 0; in cpio_main() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_soa.c | 366 LLVMValueRef val = LLVMBuildExtractElement(builder, values, ii, "scatter_val"); in emit_mask_scatter() local 1085 LLVMValueRef val = (nc == 1) ? dst : LLVMBuildExtractValue(builder, dst, c, ""); in emit_store_global() local 1102 LLVMValueRef val, LLVMValueRef val2, in emit_atomic_global() 1243 LLVMValueRef zero = lp_build_zero_bits(gallivm, bit_size, false); in emit_load_ubo() local 1409 LLVMValueRef zero = lp_build_zero_bits(gallivm, bit_size, false); in emit_load_mem() local 1470 LLVMValueRef zero = lp_build_zero_bits(gallivm, bit_size, false); in emit_load_mem() local 1520 LLVMValueRef val = (nc == 1) ? dst : LLVMBuildExtractValue(builder, dst, c, ""); in emit_store_mem() local 1559 LLVMValueRef val = (nc == 1) ? dst : LLVMBuildExtractValue(builder, dst, c, ""); in emit_store_mem() local 1589 LLVMValueRef val, LLVMValueRef val2, in emit_atomic_mem() 1659 LLVMValueRef zero = lp_build_zero_bits(gallivm, bit_size, is_float); in emit_atomic_mem() local [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/ |
H A D | NEMath.inl | 62 inline float32x4_t vfloorq_f32(float32x4_t val) 72 inline float32x4_t vroundq_rte_f32(float32x4_t val) 162 const auto zero = vdupq_n_f32(0.f); local 251 … float32x4_t val = vreinterpretq_f32_s32(vsubq_s32(vreinterpretq_s32_f32(x), vshlq_n_s32(m, 23))); local 262 inline float32x4_t vtanhq_f32(float32x4_t val) 280 inline float32x4_t vpowq_f32(float32x4_t val, float32x4_t n) 285 inline float32x4_t vsinq_f32(float32x4_t val) 330 inline float32x2_t vsin_f32(float32x2_t val) 512 inline float16x8_t vfloorq_f16(float16x8_t val) 522 inline float16x8_t vroundq_rte_f16(float16x8_t val) [all …]
|