Home
last modified time | relevance | path

Searched refs:n22 (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-concat-nested-namespaces.cpp76 namespace n22 { namespace
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c848 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute2() local
905 n22 = ixheaacd_sub32_sat(x_8, x_a); in ixheaacd_esbr_postradixcompute2()
916 y2[h2 + 2] = n22; in ixheaacd_esbr_postradixcompute2()
938 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local
1015 n22 = ixheaacd_sub32_sat(xh0_2, xh0_3); in ixheaacd_esbr_postradixcompute4()
1024 y2[h2 + 2] = n22; in ixheaacd_esbr_postradixcompute4()
1687 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute4() local
1764 n22 = ixheaacd_sub32_sat(xh0_2, xh0_3); in ixheaacd_postradixcompute4()
1773 y2[h2 + 2] = n22; in ixheaacd_postradixcompute4()
1791 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute2() local
[all …]
/external/ImageMagick/MagickCore/
Dresample.c900 const double n22 = cc+dd; in ClampUpAxes() local
903 const double frobenius_squared = n11+n22; in ClampUpAxes()
931 const double s1s1minusn22 = s1s1-n22; in ClampUpAxes()
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c695 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local
772 n22 = ixheaacd_sub32_sat(xh0_2, xh0_3); in ixheaacd_esbr_postradixcompute4()
781 y2[h2 + 2] = n22; in ixheaacd_esbr_postradixcompute4()
/external/libxaac/decoder/
Dixheaacd_aac_imdct.c1959 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_fft32x32_ld_dec() local
2159 n22 = ixheaacd_sub32_sat(xh0_2, xh0_3); in ixheaacd_fft32x32_ld_dec()
2167 n22 = ixheaacd_sub32_sat(x_8, x_a); in ixheaacd_fft32x32_ld_dec()
2179 y2[2 * h2 + 2] = n22; in ixheaacd_fft32x32_ld_dec()
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dconditional-variable-length-signext-after-high-bit-extract.ll861 define i32 @n22(i64 %data, i32 %nbits) {
862 ; CHECK-LABEL: @n22(
/external/llvm-project/llvm/test/Transforms/LoopIdiom/X86/
Dleft-shift-until-bittest.ll810 define i32 @n22(i32 %x, i32 %bit) {
811 ; ALL-LABEL: @n22(