HomeSort by relevance Sort by last modified time
    Searched refs:N6 (Results 1 - 10 of 10) 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 158 int N6 = 0, // Number of parameters in block 6.
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>
  /external/clang/test/Modules/Inputs/
namespaces-left.h 28 namespace N6 {
namespaces-right.h 30 namespace N6 {
  /external/clang/test/Modules/
namespaces.cpp 7 namespace N6 {
52 int &ir2 = N6::f(17);
55 double &fr2 = N6::f(1.0);
58 char &cr2 = N6::f('b');
  /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> {
341 int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 0>
350 CHECK((!N1 && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) ||
351 ((N1 > 0) && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) |
    [all...]
  /external/clang/test/CodeGenCXX/
bitfield.cpp 377 namespace N6 {
references.cpp 306 namespace N6 {
310 // CHECK: [[REFLOAD3:%.*]] = load i8** getelementptr inbounds (%"struct.N6::x"* @_ZN2N61yE, i32 0, i32 0), align 8
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 86 namespace N6 {
  /external/aac/libFDK/src/
fft.cpp 200 #define N6 6
299 l += (2*N6);
304 l += (2*N6);
309 l += (2*N6);
314 l += (2*N6);
    [all...]

Completed in 884 milliseconds