HomeSort by relevance Sort by last modified time
    Searched refs:N5 (Results 1 - 14 of 14) 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 157 int N5 = 0, // Number of parameters in block 5.
163 public SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> {
182 SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>
198 CostFunctor, double, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>
202 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Differentiate(
205 SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>
numeric_diff_cost_function.h 202 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, int N5 = 0>
204 : public SizedCostFunction<M, N0, N1, N2, N3, N4, N5> {
231 const int kParametersSize = N0 + N1 + N2 + N3 + N4 + N5;
  /external/clang/test/Modules/Inputs/
namespaces-left.h 24 namespace N5 {
namespaces-right.h 26 namespace N5 {
  /external/clang/test/Modules/
namespaces.cpp 42 namespace N5 {
51 int &ir1 = N5::f(17);
54 double &fr1 = N5::f(1.0);
57 char &cr1 = N5::f('a');
  /external/ceres-solver/include/ceres/internal/
autodiff.h 207 int N5, int N6, int N7, int N8, int N9>
225 int N5, int N6, int N7, int N8>
226 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, N8, 0> {
242 int N5, int N6, int N7>
243 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, 0, 0> {
258 int N5, int N6>
259 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, 0, 0, 0> {
273 int N5>
274 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, 0, 0, 0, 0> {
337 // supported in C++03 (though it is available in C++0x). N0 through N5 are th
    [all...]
  /external/clang/test/CodeGenCXX/
bitfield.cpp 332 namespace N5 {
references.cpp 268 namespace N5 {
  /external/qemu/
mips-dis.c     [all...]
  /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 564 SDValue N5);
586 SDValue N5);
    [all...]
  /external/ceres-solver/docs/
modeling.tex 55 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, int N5 = 0>
158 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, int N5 = 0>
160 : public SizedCostFunction<M, N0, N1, N2, N3, N4, N5> {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 422 milliseconds