Home
last modified time | relevance | path

Searched refs:n12 (Results 1 – 11 of 11) sorted by relevance

/external/vixl/src/aarch64/
Dpointer-auth-aarch64.cc94 uint64_t n12 = GetNibble(in_data, 4 * (i + 12)); in BigShuffle() local
100 uint64_t t1 = RotNibble(n12, 1) ^ RotNibble(n4, 2) ^ RotNibble(n0, 1); in BigShuffle()
101 uint64_t t2 = RotNibble(n12, 2) ^ RotNibble(n8, 1) ^ RotNibble(n0, 1); in BigShuffle()
102 uint64_t t3 = RotNibble(n12, 1) ^ RotNibble(n8, 1) ^ RotNibble(n4, 2); in BigShuffle()
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll82 %n12 = sub i32 0, %a12
83 %t12 = icmp ugt i32 %n12, -4
84 %m12 = select i1 %t12, i32 %n12, i32 -4
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll82 %n12 = sub i32 0, %a12
83 %t12 = icmp ugt i32 %n12, -4
84 %m12 = select i1 %t12, i32 %n12, i32 -4
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll82 %n12 = sub i32 0, %a12
83 %t12 = icmp ugt i32 %n12, -4
84 %m12 = select i1 %t12, i32 %n12, i32 -4
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c848 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute2() local
907 n12 = ixheaacd_add32_sat(x_c, x_e); in ixheaacd_esbr_postradixcompute2()
914 y1[h2 + 2] = n12; in ixheaacd_esbr_postradixcompute2()
938 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local
1013 n12 = ixheaacd_add32_sat(xl0_2, xl1_3); in ixheaacd_esbr_postradixcompute4()
1022 y1[h2 + 2] = n12; in ixheaacd_esbr_postradixcompute4()
1687 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute4() local
1762 n12 = ixheaacd_add32_sat(xl0_2, xl1_3); in ixheaacd_postradixcompute4()
1771 y1[h2 + 2] = n12; in ixheaacd_postradixcompute4()
1791 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute2() local
[all …]
/external/libffi/testsuite/libffi.call/
Dcls_align_complex.inc85 /* { dg-output "\n12 4951,7i 127 1 9320,1i 13: 13 14271,8i 140" } */
/external/ImageMagick/MagickCore/
Dresample.c898 const double n12 = a*c+b*d; in ClampUpAxes() local
899 const double n21 = n12; in ClampUpAxes()
951 ( (s1s1minusn11_squared>=s1s1minusn22_squared) ? n12 : s1s1minusn22 ); in ClampUpAxes()
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c693 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local
768 n12 = xl0_2 + xl1_3; in ixheaacd_esbr_postradixcompute4()
777 y1[h2 + 2] = n12; in ixheaacd_esbr_postradixcompute4()
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp241 …constexpr int n12 = -2 - n3; // expected-error {{constant expression}} expected-note {{value -2147… variable
/external/libxaac/decoder/
Dixheaacd_aac_imdct.c1959 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_fft32x32_ld_dec() local
2157 n12 = xl0_2 + xl1_3; in ixheaacd_fft32x32_ld_dec()
2169 n12 = x_c + x_e; in ixheaacd_fft32x32_ld_dec()
2177 y1[2 * h2 + 2] = n12; in ixheaacd_fft32x32_ld_dec()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp292 constexpr bool n12 = &x > 0; // expected-error {{must be initialized by a constant expression}} variable