/aosp_15_r20/external/executorch/kernels/optimized/cpu/ |
H A D | op_add.cpp | 99 CTYPE_B b_val = *b.const_data_ptr<CTYPE_B>(); in opt_add_out() local 241 CTYPE_B b_val; in opt_add_scalar_out() local 264 CTYPE_B b_val; in opt_add_scalar_out() local
|
H A D | op_mul.cpp | 203 CTYPE_B b_val = *b.const_data_ptr<CTYPE_B>(); in opt_mul_out() local 305 CTYPE_B b_val; in opt_mul_scalar_out() local 324 CTYPE_B b_val; in opt_mul_scalar_out() local
|
H A D | op_le.cpp | 109 CTYPE_B b_val = 0; in opt_le_scalar_out() local 134 CTYPE_B b_val = 0; in opt_le_scalar_out() local
|
H A D | op_div.cpp | 221 CTYPE_B b_val; in opt_div_scalar_out() local 243 CTYPE_B b_val; in opt_div_scalar_out() local
|
H A D | op_sub.cpp | 276 CTYPE_B b_val; in opt_sub_scalar_out() local 300 CTYPE_B b_val; in opt_sub_scalar_out() local
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_fill.cpp | 48 CTYPE_B b_val; in fill_scalar_out() local 94 CTYPE_B b_val; in fill_tensor_out() local
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_subgraph_rewriter.cpp | 43 auto b_val = toIValue(match_vmap.at(vmap.at("b"))); in TEST() local 50 auto b_val = toIValue(match_vmap.at(vmap.at("b"))); in TEST() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | int8mm_kernel.cpp | 245 int16x8_t b_val = vmovl_s8(vld1_s8(B + i * ldb + k)); in tinygemm_kernel_() local 326 float b_val = static_cast<float>(B[n * ldb + k]); in tinygemm_kernel() local
|
H A D | int4mm_kernel.cpp | 533 float b_val = convert_int4_to_float<BLOCK_N>(B + k *ldb, n); in tinygemm_kernel() local
|
/aosp_15_r20/art/test/684-checker-simd-dotprod/src/other/ |
H A D | TestVarious.java | 520 char b_val = b[i]; in testDotProdBothSignedUnsignedChar() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/ |
H A D | CLDepthwiseConvolutionLayerNativeKernel.cpp | 312 int b_val{}; in configure() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/address_sorting/ |
D | address_sorting.c | 77 int b_val = b[cur_bit / CHAR_BIT] & (high_bit >> (cur_bit % CHAR_BIT)); in ipv6_prefix_match_length() local
|
/aosp_15_r20/external/grpc-grpc/third_party/address_sorting/ |
H A D | address_sorting.c | 77 int b_val = b[cur_bit / CHAR_BIT] & (high_bit >> (cur_bit % CHAR_BIT)); in ipv6_prefix_match_length() local
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | callback_helpers_unittest.cc | 29 void SetIntegers(int* a_var, int* b_var, int a_val, int b_val) { in SetIntegers()
|
/aosp_15_r20/external/executorch/backends/vulkan/test/utils/ |
H A D | test_utils.cpp | 210 float b_val) { in execute_and_check_add()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/add/generic/neon/ |
H A D | impl.cpp | 247 const auto b_val = *b_ptr; in add_sub_q8_neon_fixedpoint() local
|
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-redqueen.c | 927 u64 b_val, o_b_val, mask; in cmp_extend_encoding() local
|
/aosp_15_r20/external/crcalc/src/com/hp/creals/ |
H A D | CR.java | 1578 ArrayList<BigInteger> b_val = new ArrayList<BigInteger>(); field in gl_pi_CR
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuMulKernel.cpp | 401 const auto b_val = *b_ptr; in mul_q8_neon_fixedpoint() local
|