Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph.h120 Node* n11, Node* n12) { in NON_EXPORTED_BASE()
121 Node* nodes[] = {n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12}; in NON_EXPORTED_BASE()
126 Node* n11, Node* n12, Node* n13) { in NON_EXPORTED_BASE()
127 Node* nodes[] = {n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12, n13}; in NON_EXPORTED_BASE()
132 Node* n11, Node* n12, Node* n13, Node* n14) { in NON_EXPORTED_BASE()
134 n8, n9, n10, n11, n12, n13, n14}; in NON_EXPORTED_BASE()
139 Node* n11, Node* n12, Node* n13, Node* n14, Node* n15) { in NON_EXPORTED_BASE()
141 n9, n10, n11, n12, n13, n14, n15}; in NON_EXPORTED_BASE()
146 Node* n11, Node* n12, Node* n13, Node* n14, Node* n15, in NON_EXPORTED_BASE()
149 n9, n10, n11, n12, n13, n14, n15, n16}; in NON_EXPORTED_BASE()
[all …]
/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/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c848 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute2() local
907 n12 = 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 = 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 = 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.c899 const double n12 = a*c+b*d; in ClampUpAxes() local
900 const double n21 = n12; in ClampUpAxes()
952 ( (s1s1minusn11_squared>=s1s1minusn22_squared) ? n12 : s1s1minusn22 ); in ClampUpAxes()
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c681 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local
756 n12 = xl0_2 + xl1_3; in ixheaacd_esbr_postradixcompute4()
765 y1[h2 + 2] = n12; in ixheaacd_esbr_postradixcompute4()
/external/syslinux/doc/
Dsdi.txt74 Unlike the traditional way of using SDI images (startrom.n12), you don't need
/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/lisa/ipynb/releases/
DReleaseNotes_v16.12.ipynb51 "!head -n12 $LISA_HOME/logging.conf"
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp292 constexpr bool n12 = &x > 0; // expected-error {{must be initialized by a constant expression}} variable