HomeSort by relevance Sort by last modified time
    Searched refs:N5 (Results 1 - 20 of 20) sorted by null

  /external/ceres-solver/include/ceres/
sized_cost_function.h 49 int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 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 161 int N5 = 0, // Number of parameters in block 5.
168 N5, N6, N7, N8, N9> {
191 N5, N6, N7, N8, N9>
207 CostFunctor, double, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>
211 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Differentiate(
216 N5, N6, N7, N8, N9>::num_residuals(),
numeric_diff_cost_function.h 182 int N5 = 0, // Number of parameters in block 5.
190 N5, N6, N7, N8, N9> {
202 N5, N6, N7, N8, N9>
219 const int kNumParameters = N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9;
222 (N5 > 0) + (N6 > 0) + (N7 > 0) + (N8 > 0) + (N9 > 0);
226 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>(
247 if (N5) parameters_reference_copy[5] = parameters_reference_copy[4] + N4;
248 if (N6) parameters_reference_copy[6] = parameters_reference_copy[5] + N5;
276 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9, \
284 N5, N6, N7, N8, N9>::num_residuals(),
    [all...]
cost_function_to_functor.h 104 int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 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...]
numeric_diff_functor.h 115 int N5 = 0, int N6 = 0 , int N7 = 0, int N8 = 0, int N9 = 0>
126 N5, N6, N7, N8, N9>(new Functor,
137 N5, N6, N7, N8, N9>(
346 N5, N6, N7, N8, N9> functor_;
  /external/ceres-solver/include/ceres/internal/
autodiff.h 203 // C++0x). N0 through N5 are the dimension of the input arguments to
207 int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 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) |
    [all...]
variadic_evaluate.h 50 int N5, int N6, int N7, int N8, int N9>
68 int N5, int N6, int N7, int N8>
69 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, N8, 0> {
85 int N5, int N6, int N7>
86 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, 0, 0> {
101 int N5, int N6>
102 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, 0, 0, 0> {
116 int N5>
117 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, 0, 0, 0, 0> {
numeric_diff.h 54 int N5, int N6, int N7, int N8, int N9 >
61 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Call(
69 int N5, int N6, int N7, int N8, int N9 >
84 int N5, int N6, int N7, int N8, int N9,
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>(
184 int N5, int N6, int N7, int N8, int N9,
187 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9,
  /external/clang/test/Modules/
namespaces.cpp 45 namespace N5 {
54 int &ir1 = N5::f(17);
57 double &fr1 = N5::f(1.0);
60 char &cr1 = N5::f('a');
  /external/clang/test/Modules/Inputs/
namespaces-right.h 26 namespace N5 {
namespaces-left.h 37 namespace N5 {
  /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 )
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 )
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 )
  /external/clang/test/CodeGenCXX/
bitfield.cpp 332 namespace N5 {
references.cpp 268 namespace N5 {
  /external/aac/libFDK/src/
fft.cpp 199 #define N5 5
220 for(i=0,l=0,k=0; i<N5; i++, k+=6)
224 l += 2*N5;
230 l += 2*N5;
235 l += (2*N5) + (2*N3);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 660 SDValue N3, SDValue N4, SDValue N5);
679 SDValue N5);
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 189 MDNode *n5 = MDNode::getIfExists(Context, c1); local
194 EXPECT_EQ(n5, n2);
534 MDNode *N5 = MDNode::getDistinct(Context, Ops5);
559 EXPECT_EQ(N1, N5->getOperand(0));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 812 milliseconds