/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/ |
multiply.pass.cpp | 28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]); 29 std::size_t s[N2] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 32 std::valarray<int> v2(a2, N2); 33 std::valarray<std::size_t> ia(s, N2);
|
or.pass.cpp | 28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]); 29 std::size_t s[N2] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 32 std::valarray<int> v2(a2, N2); 33 std::valarray<std::size_t> ia(s, N2);
|
shift_left.pass.cpp | 28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]); 29 std::size_t s[N2] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 32 std::valarray<int> v2(a2, N2); 33 std::valarray<std::size_t> ia(s, N2);
|
shift_right.pass.cpp | 28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]); 29 std::size_t s[N2] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 32 std::valarray<int> v2(a2, N2); 33 std::valarray<std::size_t> ia(s, N2);
|
subtraction.pass.cpp | 28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]); 29 std::size_t s[N2] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 32 std::valarray<int> v2(a2, N2); 33 std::valarray<std::size_t> ia(s, N2);
|
xor.pass.cpp | 28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]); 29 std::size_t s[N2] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 32 std::valarray<int> v2(a2, N2); 33 std::valarray<std::size_t> ia(s, N2);
|
/external/ceres-solver/include/ceres/ |
numeric_diff_cost_function.h | 179 int N2 = 0, // Number of parameters in block 2. 189 N0, N1, N2, N3, N4, 201 N0, N1, N2, N3, N4, 219 const int kNumParameters = N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9; 221 (N0 > 0) + (N1 > 0) + (N2 > 0) + (N3 > 0) + (N4 > 0) + 226 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( 244 if (N2) parameters_reference_copy[2] = parameters_reference_copy[1] + N1; 245 if (N3) parameters_reference_copy[3] = parameters_reference_copy[2] + N2; 276 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9, \ 283 N0, N1, N2, N3, N4, [all...] |
cost_function_to_functor.h | 103 int N0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, 115 CHECK((!N1 && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 116 ((N1 > 0) && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 117 ((N1 > 0) && (N2 > 0) && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 118 ((N1 > 0) && (N2 > 0) && (N3 > 0) && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 119 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && !N5 && !N6 && !N7 && !N8 && !N9) || 120 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && !N6 && !N7 && !N8 && !N9) || 121 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && !N7 && !N8 && !N9) || 122 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && !N8 && !N9) || 123 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && (N8 > 0) && !N9) | [all...] |
/external/clang/test/CodeGenCXX/ |
copy-assign-synthesis-1.cpp | 38 N() : N1(20), N2(21) {} 40 int N2; 42 printf("N1 = %d N2 = %d\n", N1, N2); 49 N1 = arg.N1; N2 = arg.N2;
|
copy-assign-synthesis.cpp | 34 N() : N1(20), N2(21) {} 36 int N2; 38 printf("N1 = %d N2 = %d\n", N1, N2);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
arithmetic_op.hpp | 46 template< typename T, T n1, T n2 > 49 BOOST_STATIC_CONSTANT(T, value = (n1 AUX778076_OP_TOKEN n2)); 58 template< typename N1, typename N2 > struct apply 63 , typename N2::value_type 66 AUX778076_OP_TOKEN BOOST_MPL_AUX_VALUE_WKND(N2)::value 73 , typename N2::value_type 76 , N2::value
|
numeric_op.hpp | 173 , typename BOOST_MPL_AUX_NA_PARAM(N2) 198 , typename BOOST_MPL_AUX_NA_PARAM(N2) 204 , typename BOOST_MPL_AUX_NA_PARAM(N2) 214 , BOOST_PP_CAT(AUX778076_OP_NAME,2)<N1,N2> 216 BOOST_PP_CAT(AUX778076_OP_NAME,2)<N1,N2> 233 , typename N2 243 , typename BOOST_MPL_AUX_NA_PARAM(N2) 252 , typename AUX778076_OP_TAG_NAME<N2>::type 253 >::template apply<N1,N2>::type 258 , typename AUX778076_OP_TAG_NAME<N2>::typ [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
mdct.c | 64 int N2=N>>1; 86 trig[i] = TRIG_UPSCALE*celt_cos_norm(DIV32(ADD32(SHL32(EXTEND32(i),17),N2),N)); 109 int N, N2, N4; 116 N2 = N>>1; 118 ALLOC(f, N2, kiss_fft_scalar); 119 ALLOC(f2, N2, kiss_fft_scalar); 122 sine = TRIG_UPSCALE*(QCONST16(0.7853981f, 15)+N2)/N; 132 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); 139 *yp++ = MULT16_32_Q15(*wp2, xp1[N2]) + MULT16_32_Q15(*wp1,*xp2); 140 *yp++ = MULT16_32_Q15(*wp1, *xp1) - MULT16_32_Q15(*wp2, xp2[-N2]); [all...] |
/external/libopus/celt/ |
mdct.c | 64 int N2=N>>1; 86 trig[i] = TRIG_UPSCALE*celt_cos_norm(DIV32(ADD32(SHL32(EXTEND32(i),17),N2),N)); 109 int N, N2, N4; 116 N2 = N>>1; 118 ALLOC(f, N2, kiss_fft_scalar); 119 ALLOC(f2, N2, kiss_fft_scalar); 122 sine = TRIG_UPSCALE*(QCONST16(0.7853981f, 15)+N2)/N; 132 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); 139 *yp++ = MULT16_32_Q15(*wp2, xp1[N2]) + MULT16_32_Q15(*wp1,*xp2); 140 *yp++ = MULT16_32_Q15(*wp1, *xp1) - MULT16_32_Q15(*wp2, xp2[-N2]); [all...] |
/external/llvm/include/llvm/ADT/ |
StringSwitch.h | 90 template<unsigned N0, unsigned N1, unsigned N2> 92 const char (&S2)[N2], const T& Value) { 96 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3> 98 const char (&S2)[N2], const char (&S3)[N3], 103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4> 105 const char (&S2)[N2], const char (&S3)[N3],
|
/external/ceres-solver/include/ceres/internal/ |
numeric_diff.h | 53 int N0, int N1, int N2, int N3, int N4, 61 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Call( 68 int N0, int N1, int N2, int N3, int N4, 83 int N0, int N1, int N2, int N3, int N4, 143 if (!EvaluateImpl<CostFunctor, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( 159 if (!EvaluateImpl<CostFunctor, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( 183 int N0, int N1, int N2, int N3, int N4, 187 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9,
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
p3.cpp | 49 namespace N2 56 using N2::f0;
|
/external/clang/test/Sema/ |
warn-duplicate-enum.c | 89 N2, 90 NMax = N2,
|
/external/clang/test/Modules/ |
namespaces.cpp | 25 int &ir2 = N2::f(1); 30 float &fr2 = N2::f(1.0f); 34 double &dr1 = N2::f(1.0);
|
/external/eigen/bench/btl/libs/BLAS/ |
blas_interface_impl.hh | 67 int N2 = N*N; 68 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone); 76 int N2 = N*N; 77 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone); 102 int N2 = N*N; 103 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone); 115 int N2 = N*N; 117 BLAS_FUNC(copy)(&N2, X, &inc, C, &inc); 131 int N2 = N*N; 133 BLAS_FUNC(copy)(&N2, X, &inc, C, &inc) [all...] |
/external/libcxx/test/numerics/numarray/template.valarray/valarray.members/ |
swap.pass.cpp | 26 const unsigned N2 = sizeof(a2)/sizeof(a2[0]); 28 std::valarray<T> v2(a2, N2); 43 const unsigned N2 = 0; 60 const unsigned N2 = sizeof(a2)/sizeof(a2[0]); 62 std::valarray<T> v2(a2, N2); 76 const unsigned N2 = 0;
|
/external/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.special/ |
swap.pass.cpp | 28 const unsigned N2 = sizeof(a2)/sizeof(a2[0]); 30 std::valarray<T> v2(a2, N2); 45 const unsigned N2 = 0; 62 const unsigned N2 = sizeof(a2)/sizeof(a2[0]); 64 std::valarray<T> v2(a2, N2); 78 const unsigned N2 = 0;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/ |
swap.pass.cpp | 26 const unsigned N2 = sizeof(a2)/sizeof(a2[0]); 28 std::valarray<T> v2(a2, N2); 43 const unsigned N2 = 0; 60 const unsigned N2 = sizeof(a2)/sizeof(a2[0]); 62 std::valarray<T> v2(a2, N2); 76 const unsigned N2 = 0;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.special/ |
swap.pass.cpp | 28 const unsigned N2 = sizeof(a2)/sizeof(a2[0]); 30 std::valarray<T> v2(a2, N2); 45 const unsigned N2 = 0; 62 const unsigned N2 = sizeof(a2)/sizeof(a2[0]); 64 std::valarray<T> v2(a2, N2); 78 const unsigned N2 = 0;
|
/external/clang/test/Parser/ |
cxx-template-argument.cpp | 53 template<int N1, int N2> struct ABC2 {}; 104 template<int N1, int N2> struct foo11 : 105 UnknownBase<2<N1,N2<4> // expected-error {{unknown template name 'UnknownBase'}}
|