Searched refs:N3 (Results 1 - 25 of 39) sorted by relevance

12

/external/clang/test/CodeCompletion/
H A Dusing.cpp2 namespace N3 { } namespace in namespace:N4
5 class N3;
14 int N3; local
22 // CHECK-CC1: N3
H A Dnamespace-alias.cpp2 namespace N3 { } namespace in namespace:N4
5 class N3;
H A Dusing-namespace.cpp2 namespace N3 { } namespace in namespace:N4
5 class N3;
H A Dnamespace.cpp1 namespace N3 { namespace
/external/clang/test/ASTMerge/Inputs/
H A Dnamespace1.cpp15 namespace N3 { namespace
H A Dnamespace2.cpp15 namespace N3 { namespace
/external/ceres-solver/include/ceres/
H A Dsized_cost_function.h48 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 >
[all...]
H A Dautodiff_cost_function.h155 int N3 = 0, // Number of parameters in block 3.
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>
H A Dnumeric_diff_cost_function.h202 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;
238 parameters_references_copy[4] = &parameters_copy[0] + N0 + N1 + N2 + N3;
240 &parameters_copy[0] + N0 + N1 + N2 + N3 + N4;
H A Dgradient_checker.h65 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]);
177 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4>
/external/clang/test/Modules/Inputs/
H A Dnamespaces-top.h9 namespace N3 { namespace
H A Dnamespaces-right.h22 namespace N3 { namespace
/external/clang/test/SemaTemplate/
H A Dinstantiate-call.cpp23 namespace N3 { namespace
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}}
H A Dinstantiate-expr-2.cpp19 namespace N3 { namespace
38 namespace N3 { namespace
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;
53 namespace N3 { namespace
54 eight_bytes operator-(::N3::Z);
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ;
H A Dinstantiate-expr-3.cpp36 namespace N3 { namespace
44 template struct N2::PlusEquals0<N3::Y, long, short&>;
46 template struct N2::PlusEquals0<N3::Y, int, short&>; // expected-note{{instantiation}}
H A Dtemp_explicit.cpp100 namespace N3 { namespace
/external/ceres-solver/include/ceres/internal/
H A Dautodiff.h206 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
224 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
226 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, N8, 0> {
241 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
243 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, 0, 0> {
257 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
259 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, 0, 0, 0> {
272 template<typename Functor, typename T, int N0, int N1, int N2, int N3, int N4,
274 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, 0, 0, 0, 0> {
286 template<typename Functor, typename T, int N0, int N1, int N2, int N3, in
[all...]
/external/clang/test/PCH/
H A Dnamespaces.cpp27 namespace N3 { namespace
33 N3::C *cp2;
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2-template-id.cpp13 namespace N3 { namespace
/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp1.cpp18 template <int N1, const int& N2, const int* N3> struct X1 {
/external/clang/test/PCH/Inputs/
H A Dnamespaces.h28 namespace N3 { namespace
/external/llvm/include/llvm/ADT/
H A DStringSwitch.h96 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/
H A Dnamespaces.cpp26 int &ir3 = N3::f(1);
35 double &dr2 = N3::f(1.0);
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
H A Dp3.cpp62 namespace N3 { namespace
/external/openssl/crypto/bn/asm/
H A Dppc64-mont.pl152 $N0="f20"; $N1="f21"; $N2="f22"; $N3="f23";
349 lfd $N3,`$FRAME+120`($sp)
357 fcfid $N3,$N3
376 stfdu $N3,64($nap_d)
391 fmadd $T3a,$N3,$na,$T3a
392 fmadd $T3b,$N3,$nb,$T3b
402 fmadd $dota,$N3,$nc,$dota
403 fmadd $dotb,$N3,$nd,$dotb
471 lfd $N3,`
[all...]

Completed in 390 milliseconds

12