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

1 2 3 4 5

  /external/clang/test/ASTMerge/Inputs/
namespace1.cpp 7 namespace N2 {
10 namespace N2 {
namespace2.cpp 7 namespace N2 {
10 namespace N2 {
  /external/clang/test/SemaCXX/
out-of-line-def-mismatch.cpp 3 namespace N2 {
10 void func(S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('N2::S1 *' vs 'N2::N1::S1 *')}}
11 void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaration does not match definition ('const N2::S1 *' vs 'const N2::N1::S1 *')}}
12 void func(const S1*, unsigned); //expected-note {{type of 1st parameter of member declaration does not match definition ('const N2::S1 *' vs 'N2::N1::S1')}}
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'func' do (…)
    [all...]
  /external/clang/test/CodeCompletion/
namespace.cpp 4 namespace N2 {
namespace-alias.cpp 7 namespace N2 {
18 // CHECK-CC1: N2
using-namespace.cpp 7 namespace N2 {
19 // CHECK-CC1: N2
using.cpp 7 namespace N2 {
21 // CHECK-CC1: N2
  /external/clang/test/Modules/Inputs/
namespaces-right.h 10 namespace N2 { }
12 namespace N2 { }
14 namespace N2 { }
16 namespace N2 { }
18 namespace N2 {
namespaces-top.h 5 namespace N2 {
  /external/clang/test/PCH/Inputs/
namespaces.h 15 namespace N2 {
34 namespace Alias1 = N2::Inner;
36 using namespace N2::Inner;
  /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 158 int N2 = 0, // Number of parameters in block 2.
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,
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2-template-id.cpp 9 namespace N2 {
15 int &ir = f((N2::Y<N1::X>*)0);
  /external/clang/test/PCH/
namespaces.cpp 11 N2::Inner::t3 *ip3 = &int_val;
14 namespace N2 { }
15 N2::t1 *fp1 = &float_val;
  /external/libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/
mask_array.pass.cpp 26 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
27 bool b2[N2] = {true, false, true, true,
30 const std::valarray<int> v2(a2, N2);
32 std::valarray<bool> vb2(b2, N2);
valarray.pass.cpp 24 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
28 std::valarray<int> v2(a2, N2);
29 assert(N2 == std::count(b, b+N1, true));
  /external/chromium_org/chrome/renderer/net/
renderer_predictor_unittest.cc 21 const std::string N1("1.3."), N2("5.5.7.12");
27 EXPECT_TRUE(TESTNAME(N2));
  /external/ceres-solver/include/ceres/internal/
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...]
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...]
  /external/eigen/test/
diagonal.cpp 32 N2 = MatrixType::RowsAtCompileTime>1 ? -1 : 0
39 VERIFY(m1.template diagonal<N2>().RowsAtCompileTime == m1.diagonal(N2).size());
48 m2.template diagonal<N2>() = 2 * m1.template diagonal<N2>();
49 m2.template diagonal<N2>()[0] *= 3;
50 VERIFY_IS_APPROX(m2.template diagonal<N2>()[0], static_cast<Scalar>(6) * m1.template diagonal<N2>()[0]);
57 m2.diagonal(N2) = 2 * m1.diagonal(N2);
    [all...]
  /external/clang/test/SemaTemplate/
temp_explicit.cpp 75 namespace N2 {
92 template struct N2::X5<void>::Inner2;
94 using namespace N2;
101 template struct N2::X5<int>::Inner2; // expected-warning {{explicit instantiation of 'Inner2' not in a namespace enclosing 'N2'}}
145 namespace N2 {
instantiate-call.cpp 9 namespace N2 {
20 template struct N2::call_f0<int, char&>;
21 template struct N2::call_f0<N1::X0, int&>;
  /external/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/
addition.pass.cpp 24 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
28 std::valarray<int> v2(a2, N2);
29 assert(N2 == std::count(b, b+N1, true));
and.pass.cpp 24 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
28 std::valarray<int> v2(a2, N2);
29 assert(N2 == std::count(b, b+N1, true));
divide.pass.cpp 24 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
28 std::valarray<int> v2(a2, N2);
29 assert(N2 == std::count(b, b+N1, true));

Completed in 767 milliseconds

1 2 3 4 5