/external/clang/test/CodeCompletion/ |
namespace-alias.cpp | 1 namespace N4 { 19 // CHECK-CC1-NEXT: N4
|
using-namespace.cpp | 1 namespace N4 { 20 // CHECK-CC1-NEXT: N4
|
using.cpp | 1 namespace N4 { 23 // CHECK-CC1-NEXT: N4
|
/external/ceres-solver/include/ceres/ |
sized_cost_function.h | 48 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, 57 CHECK((!N1 && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 58 ((N1 > 0) && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 59 ((N1 > 0) && (N2 > 0) && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 60 ((N1 > 0) && (N2 > 0) && (N3 > 0) && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 61 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && !N5 && !N6 && !N7 && !N8 && !N9) || 62 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && !N6 && !N7 && !N8 && !N9) || 63 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && !N7 && !N8 && !N9) || 64 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && !N8 && !N9) || 65 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && (N8 > 0) && !N9) | [all...] |
autodiff_cost_function.h | 159 int N4 = 0, // Number of parameters in block 4. 166 N0, N1, N2, N3, N4, 186 SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> 202 CostFunctor, double, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> 206 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Differentiate( 209 SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>
|
numeric_diff_cost_function.h | 168 int N4 = 0, // Number of parameters in block 4. 176 N0, N1, N2, N3, N4, 204 const int kNumParameters = N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9; 206 (N0 > 0) + (N1 > 0) + (N2 > 0) + (N3 > 0) + (N4 > 0) + 211 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( 231 if (N4) parameters_reference_copy[4] = parameters_reference_copy[3] + N3; 232 if (N5) parameters_reference_copy[5] = parameters_reference_copy[4] + N4; 261 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9, \
|
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...] |
gradient_checker.h | 65 int M = 0, int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0> 151 if (N4) { 152 CHECK_EQ(N4, block_sizes[4]); 178 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4>
|
numeric_diff_functor.h | 114 int N0 = 0, int N1 = 0 , int N2 = 0, int N3 = 0, int N4 = 0, 125 N0, N1, N2, N3, N4, 134 N0, N1, N2, N3, N4, 340 N0, N1, N2, N3, N4,
|
/external/ceres-solver/include/ceres/internal/ |
autodiff.h | 206 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, 216 DCHECK((!N1 && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 217 ((N1 > 0) && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 218 ((N1 > 0) && (N2 > 0) && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 219 ((N1 > 0) && (N2 > 0) && (N3 > 0) && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || 220 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && !N5 && !N6 && !N7 && !N8 && !N9) || 221 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && !N6 && !N7 && !N8 && !N9) || 222 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && !N7 && !N8 && !N9) || 223 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && !N8 && !N9) || 224 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && (N8 > 0) && !N9) | [all...] |
variadic_evaluate.h | 49 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4, 67 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4, 69 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, N8, 0> { 84 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4, 86 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, 0, 0> { 100 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4, 102 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, 0, 0, 0> { 115 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4, 117 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, 0, 0, 0, 0> { 129 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4> [all...] |
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, 136 if (!EvaluateImpl<CostFunctor, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( 153 if (!EvaluateImpl<CostFunctor, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( 178 int N0, int N1, int N2, int N3, int N4, 182 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9,
|
/external/clang/test/SemaTemplate/ |
instantiate-call.cpp | 37 namespace N4 { 46 template struct N4::call_f0<int, short&>; 47 template struct N4::call_f0<N1::X0, int&>;
|
instantiate-expr-2.cpp | 25 namespace N4 { 43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY; 45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX; 47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY; 49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; 57 namespace N4 { 65 typedef N4::UnaryOpOverload<N3::Z>::type UZ;
|
/external/chromium_org/third_party/opus/src/celt/ |
mdct.c | 61 int N4; 67 N4 = N>>2; 80 l->trig = trig = (kiss_twiddle_scalar*)opus_alloc((N4+1)*sizeof(kiss_twiddle_scalar)); 85 for (i=0;i<=N4;i++) 88 for (i=0;i<=N4;i++) 109 int N, N2, N4; 117 N4 = N>>2; 148 for(;i<N4-((overlap+3)>>2);i++) 156 for(;i<N4;i++) 171 for(i=0;i<N4;i++ [all...] |
/external/clang/test/PCH/Inputs/ |
namespaces.h | 42 inline namespace N4 {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
minus.hpp | 66 , typename N3 = na, typename N4 = na, typename N5 = na 69 : minus< minus< minus< minus< N1,N2 >, N3>, N4>, N5> 74 , ( N1, N2, N3, N4, N5 ) 79 typename N1, typename N2, typename N3, typename N4 81 struct minus< N1,N2,N3,N4,na > 83 : minus< minus< minus< N1,N2 >, N3>, N4> 88 , ( N1, N2, N3, N4, na )
|
plus.hpp | 66 , typename N3 = na, typename N4 = na, typename N5 = na 69 : plus< plus< plus< plus< N1,N2 >, N3>, N4>, N5> 74 , ( N1, N2, N3, N4, N5 ) 79 typename N1, typename N2, typename N3, typename N4 81 struct plus< N1,N2,N3,N4,na > 83 : plus< plus< plus< N1,N2 >, N3>, N4> 88 , ( N1, N2, N3, N4, na )
|
times.hpp | 66 , typename N3 = na, typename N4 = na, typename N5 = na 69 : times< times< times< times< N1,N2 >, N3>, N4>, N5> 74 , ( N1, N2, N3, N4, N5 ) 79 typename N1, typename N2, typename N3, typename N4 81 struct times< N1,N2,N3,N4,na > 83 : times< times< times< N1,N2 >, N3>, N4> 88 , ( N1, N2, N3, N4, na )
|
/external/clang/test/PCH/ |
namespaces.cpp | 44 inline namespace N4 { }
|
/external/llvm/include/llvm/ADT/ |
StringSwitch.h | 103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4> 106 const char (&S4)[N4], const T& Value) {
|
/external/clang/test/CodeGenCXX/ |
bitfield.cpp | 284 namespace N4 {
|
references.cpp | 250 namespace N4 { 259 // CHECK: call void @_ZN2N41AC1Ev(%"struct.N4::A"* @_ZGRZN2N41fEvE2ar)
|
/external/speex/libspeex/ |
preprocess.c | 398 int N, N3, N4, M; 427 N4 = st->frame_size - N3; 477 if (N4>0) 481 st->window[i+N3+N4]=st->window[i+N3]; 623 int N4 = st->frame_size - N3; 634 st->inbuf[i]=x[N4+i]; 732 int N4 = st->frame_size - N3; [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 557 SDValue N1, SDValue N2, SDValue N3, SDValue N4); 559 SDValue N1, SDValue N2, SDValue N3, SDValue N4, 579 SDValue N1, SDValue N2, SDValue N3, SDValue N4); 581 SDValue N1, SDValue N2, SDValue N3, SDValue N4, [all...] |