Home
last modified time | relevance | path

Searched refs:res_b (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/Parser/
Dcxx-altivec.cpp155 bool res_b; in func() local
156 res_b = (vv_sc == vv_sc); in func()
157 res_b = (vv_uc != vv_uc); in func()
158 res_b = (vv_s > vv_s); in func()
159 res_b = (vv_us >= vv_us); in func()
160 res_b = (vv_i < vv_i); in func()
161 res_b = (vv_ui <= vv_ui); in func()
162 res_b = (vv_f <= vv_f); in func()
/external/llvm-project/clang/test/Parser/
Dcxx-altivec.cpp171 bool res_b; in func() local
172 res_b = (vv_sc == vv_sc); in func()
173 res_b = (vv_uc != vv_uc); in func()
174 res_b = (vv_s > vv_s); in func()
175 res_b = (vv_us >= vv_us); in func()
176 res_b = (vv_i < vv_i); in func()
177 res_b = (vv_ui <= vv_ui); in func()
178 res_b = (vv_f <= vv_f); in func()
/external/libaom/libaom/aom_dsp/x86/
Dconvolve_avx2.h114 __m256i res_b = convolve(s + 4, coeffs_v); \
118 res_b = \
119 _mm256_sra_epi32(_mm256_add_epi32(res_b, sum_round_v), sum_shift_v); \
124 _mm256_add_epi32(res_b, round_const_v), round_shift_v); \
200 const __m256i res_b = convolve(s + 4, coeffs_y); \
202 _mm256_add_epi32(res_b, round_const_v), round_shift_v); \
Dhighbd_convolve_avx2.c219 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_convolve_y_sr_avx2() local
221 _mm256_add_epi32(res_b, round_const_bits), round_shift_bits); in av1_highbd_convolve_y_sr_avx2()
1173 const __m256i res_b = convolve_4tap(s + 2, ff); in aom_highbd_filter_block1d8_v4_avx2() local
1175 _mm256_add_epi32(res_b, round_const_bits), round_shift_bits); in aom_highbd_filter_block1d8_v4_avx2()
/external/libaom/libaom/av1/common/x86/
Dconvolve_2d_avx2.c141 __m256i res_b = convolve_4tap(s + 3, coeffs_v + 1); in av1_convolve_2d_sr_avx2() local
146 res_b = in av1_convolve_2d_sr_avx2()
147 _mm256_sra_epi32(_mm256_add_epi32(res_b, sum_round_v), sum_shift_v); in av1_convolve_2d_sr_avx2()
152 _mm256_add_epi32(res_b, round_const_v), round_shift_v); in av1_convolve_2d_sr_avx2()
Dwiener_convolve_avx2.c180 __m256i res_b = convolve(s + 4, coeffs_v); in av1_wiener_convolve_add_src_avx2() local
185 _mm256_add_epi32(res_b, round_const_v), round_shift_v); in av1_wiener_convolve_add_src_avx2()
Dhighbd_convolve_2d_avx2.c142 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_convolve_2d_sr_avx2() local
144 _mm256_add_epi32(res_b, round_const_y), round_shift_y); in av1_highbd_convolve_2d_sr_avx2()
Dhighbd_jnt_convolve_avx2.c401 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_dist_wtd_convolve_2d_avx2() local
403 _mm256_add_epi32(res_b, round_const_y), round_shift_y); in av1_highbd_dist_wtd_convolve_2d_avx2()
795 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_dist_wtd_convolve_y_avx2() local
796 __m256i res_b_round = _mm256_sll_epi32(res_b, round_shift_bits); in av1_highbd_dist_wtd_convolve_y_avx2()
Djnt_convolve_avx2.c714 const __m256i res_b = convolve_4tap(s + 3, coeffs_y + 1); in av1_dist_wtd_convolve_2d_avx2() local
716 _mm256_add_epi32(res_b, round_const_v), round_shift_v); in av1_dist_wtd_convolve_2d_avx2()
/external/arm-trusted-firmware/drivers/arm/css/scmi/
Dscmi_private.h136 uint64_t res_b; /* Reserved */ member
/external/llvm-project/llvm/utils/
Dabtest.py105 res_b = perform_test(all_b)
106 if res_b is not False:
/external/rust/crates/nom/src/sequence/
Dmacros.rs611 let res_b = err_test(b); in add_err() localVariable
620 assert_eq!(res_b, Err(Err::Error(error_node_position!(&b"ijklblah"[..], ErrorKind::Eof, in add_err()
/external/rust/crates/nom/src/multi/
Dmacros.rs699 let res_b: (Vec<&[u8]>, &[u8]) = (Vec::new(), &b"efgh"[..]); in many_till() localVariable
701 assert_eq!(multi(&b[..]), Ok((&b"abcd"[..], res_b))); in many_till()
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestOps.td928 (OpSymbolBindingC:$res_c (OpSymbolBindingB:$res_b $operand)),
931 (OpSymbolBindingD $res_b, $res_c, $attr)],