Home
last modified time | relevance | path

Searched refs:n21 (Results 1 – 10 of 10) sorted by relevance

/external/libxaac/decoder/armv7/
Dixheaacd_fft32x32_ld2_armv7.s42 SUB r4, r10, r12 @n21 = xh1_0 - xh1_1
46 STR r4, [r0, #68] @x[16+1] = n21
79 SUB r4, r10, r12 @n21 = xh1_0 - xh1_1
83 STR r4, [r0, #76] @x[18+1] = n21
116 SUB r4, r10, r12 @n21 = xh1_0 - xh1_1
120 STR r4, [r0, #84] @x[20+1] = n21
153 SUB r4, r10, r12 @n21 = xh1_0 - xh1_1
157 STR r4, [r0, #92] @x[22+1] = n21
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-concat-nested-namespaces.cpp71 namespace n21 { namespace
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c847 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_esbr_postradixcompute2() local
879 n21 = ixheaacd_sub32_sat(x_1, x_3); in ixheaacd_esbr_postradixcompute2()
890 y2[h2 + 1] = n21; in ixheaacd_esbr_postradixcompute2()
937 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_esbr_postradixcompute4() local
980 n21 = ixheaacd_sub32_sat(xh1_0, xh1_1); in ixheaacd_esbr_postradixcompute4()
989 y2[h2 + 1] = n21; in ixheaacd_esbr_postradixcompute4()
1686 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_postradixcompute4() local
1729 n21 = ixheaacd_sub32_sat(xh1_0, xh1_1); in ixheaacd_postradixcompute4()
1738 y2[h2 + 1] = n21; in ixheaacd_postradixcompute4()
1790 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_postradixcompute2() local
[all …]
/external/ImageMagick/MagickCore/
Dresample.c899 const double n21 = n12; in ClampUpAxes() local
953 ( (s1s1minusn11_squared>=s1s1minusn22_squared) ? s1s1minusn11 : n21 ); in ClampUpAxes()
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c694 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_esbr_postradixcompute4() local
737 n21 = ixheaacd_sub32_sat(xh1_0, xh1_1); in ixheaacd_esbr_postradixcompute4()
746 y2[h2 + 1] = n21; in ixheaacd_esbr_postradixcompute4()
/external/libxaac/decoder/
Dixheaacd_aac_imdct.c1958 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_fft32x32_ld_dec() local
2112 n21 = ixheaacd_sub32_sat(xh1_0, xh1_1); in ixheaacd_fft32x32_ld_dec()
2120 n21 = ixheaacd_sub32_sat(x_1, x_3); in ixheaacd_fft32x32_ld_dec()
2132 y2[2 * h2 + 1] = n21; in ixheaacd_fft32x32_ld_dec()
/external/mesa3d/doxygen/
Dgallium.doc250 …24 [color="#0c8f1e", URL="\ref sp_depth_test_quad", label="sp_depth_test_quad\n21.62% (16.14%)\n13…
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dconditional-variable-length-signext-after-high-bit-extract.ll830 define i32 @n21(i32 %data, i32 %nbits) {
831 ; CHECK-LABEL: @n21(
Dsub-of-negatible.ll546 define i8 @n21(i8 %x, i16 %y) {
547 ; CHECK-LABEL: @n21(
/external/llvm-project/llvm/test/Transforms/LoopIdiom/X86/
Dleft-shift-until-bittest.ll773 define i32 @n21(i32 %x, i32 %bit) {
774 ; ALL-LABEL: @n21(