HomeSort by relevance Sort by last modified time
    Searched refs:N3 (Results 1 - 25 of 48) sorted by null

1 2

  /external/clang/test/CodeCompletion/
using.cpp 2 namespace N3 { }
5 class N3;
14 int N3;
22 // CHECK-CC1: N3
namespace-alias.cpp 2 namespace N3 { }
5 class N3;
using-namespace.cpp 2 namespace N3 { }
5 class N3;
namespace.cpp 1 namespace N3 {
  /external/clang/test/ASTMerge/Inputs/
namespace1.cpp 15 namespace N3 {
namespace2.cpp 15 namespace N3 {
  /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 N3 = 0, // Number of parameters in block 3.
167 N0, N1, N2, N3, N4,
190 N0, N1, N2, N3, N4,
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(
215 N0, N1, N2, N3, N4,
numeric_diff_cost_function.h 180 int N3 = 0, // Number of parameters in block 3.
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>(
245 if (N3) parameters_reference_copy[3] = parameters_reference_copy[2] + N2;
246 if (N4) parameters_reference_copy[4] = parameters_reference_copy[3] + N3;
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...]
gradient_checker.h 65 int M = 0, int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0>
145 if (N3) {
146 CHECK_EQ(N3, block_sizes[3]);
178 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4>
  /external/clang/test/Modules/Inputs/
namespaces-top.h 9 namespace N3 {
namespaces-right.h 22 namespace N3 {
  /external/clang/test/SemaTemplate/
instantiate-call.cpp 23 namespace N3 {
33 template struct N3::call_f0<int, char&>; // expected-note{{instantiation}}
34 template struct N3::call_f0<N1::X0, int&>;
48 template struct N3::call_f0<int, short&>; // expected-note{{instantiation}}
instantiate-expr-3.cpp 36 namespace N3 {
44 template struct N2::PlusEquals0<N3::Y, long, short&>;
46 template struct N2::PlusEquals0<N3::Y, int, short&>; // expected-note{{instantiation}}
instantiate-expr-2.cpp 19 namespace N3 {
38 namespace N3 {
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;
53 namespace N3 {
54 eight_bytes operator-(::N3::Z);
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ;
  /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,
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/PCH/
namespaces.cpp 27 namespace N3 {
33 N3::C *cp2;
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2-template-id.cpp 13 namespace N3 {
  /external/clang/test/CXX/temp/temp.res/temp.local/
p1.cpp 18 template <int N1, const int& N2, const int* N3> struct X1 {
  /external/clang/test/PCH/Inputs/
namespaces.h 28 namespace N3 {
  /external/llvm/include/llvm/ADT/
StringSwitch.h 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/clang/test/Modules/
namespaces.cpp 26 int &ir3 = N3::f(1);
35 double &dr2 = N3::f(1.0);

Completed in 324 milliseconds

1 2