Home
last modified time | relevance | path

Searched refs:N4 (Results 1 – 25 of 58) sorted by relevance

123

/external/ceres-solver/include/ceres/
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) || in SizedCostFunction()
58 ((N1 > 0) && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || in SizedCostFunction()
59 ((N1 > 0) && (N2 > 0) && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || in SizedCostFunction()
60 ((N1 > 0) && (N2 > 0) && (N3 > 0) && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || in SizedCostFunction()
61 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && !N5 && !N6 && !N7 && !N8 && !N9) || in SizedCostFunction()
62 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && !N6 && !N7 && !N8 && !N9) || in SizedCostFunction()
63 … ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && !N7 && !N8 && !N9) || in SizedCostFunction()
64 …((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && !N8 && !N9) || in SizedCostFunction()
65 …((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && (N8 > 0) && !… in SizedCostFunction()
[all …]
Dcost_function_to_functor.h103 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) || in CostFunctionToFunctor()
116 ((N1 > 0) && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || in CostFunctionToFunctor()
117 ((N1 > 0) && (N2 > 0) && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || in CostFunctionToFunctor()
118 ((N1 > 0) && (N2 > 0) && (N3 > 0) && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || in CostFunctionToFunctor()
119 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && !N5 && !N6 && !N7 && !N8 && !N9) || in CostFunctionToFunctor()
120 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && !N6 && !N7 && !N8 && !N9) || in CostFunctionToFunctor()
121 … ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && !N7 && !N8 && !N9) || in CostFunctionToFunctor()
122 …((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && !N8 && !N9) || in CostFunctionToFunctor()
123 …((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && (N8 > 0) && !… in CostFunctionToFunctor()
[all …]
Dnumeric_diff_cost_function.h181 int N4 = 0, // Number of parameters in block 4.
189 N0, N1, N2, N3, N4,
201 N0, N1, N2, N3, N4, in functor_()
219 const int kNumParameters = N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9; in Evaluate()
221 (N0 > 0) + (N1 > 0) + (N2 > 0) + (N3 > 0) + (N4 > 0) + in Evaluate()
226 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( in Evaluate()
246 if (N4) parameters_reference_copy[4] = parameters_reference_copy[3] + N3; in Evaluate()
247 if (N5) parameters_reference_copy[5] = parameters_reference_copy[4] + N4; in Evaluate()
276 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9, \ in Evaluate()
283 N0, N1, N2, N3, N4, \ in Evaluate()
Dautodiff_cost_function.h160 int N4 = 0, // Number of parameters in block 4.
167 N0, N1, N2, N3, N4,
190 N0, N1, N2, N3, N4, in AutoDiffCostFunction()
207 CostFunctor, double, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> in Evaluate()
211 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Differentiate( in Evaluate()
215 N0, N1, N2, N3, N4, in Evaluate()
Dgradient_checker.h65 int M = 0, int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0>
151 if (N4) { in Probe()
152 CHECK_EQ(N4, block_sizes[4]); in Probe()
178 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4> in Probe()
Dnumeric_diff_functor.h114 int N0 = 0, int N1 = 0 , int N2 = 0, int N3 = 0, int N4 = 0,
125 N0, N1, N2, N3, N4, in functor_() argument
136 N0, N1, N2, N3, N4, in functor_() argument
345 N0, N1, N2, N3, N4,
/external/ceres-solver/include/ceres/internal/
Dautodiff.h206 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) || in Differentiate()
217 ((N1 > 0) && !N2 && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || in Differentiate()
218 ((N1 > 0) && (N2 > 0) && !N3 && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || in Differentiate()
219 ((N1 > 0) && (N2 > 0) && (N3 > 0) && !N4 && !N5 && !N6 && !N7 && !N8 && !N9) || in Differentiate()
220 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && !N5 && !N6 && !N7 && !N8 && !N9) || in Differentiate()
221 ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && !N6 && !N7 && !N8 && !N9) || in Differentiate()
222 … ((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && !N7 && !N8 && !N9) || in Differentiate()
223 …((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && !N8 && !N9) || in Differentiate()
224 …((N1 > 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && (N8 > 0) && !… in Differentiate()
[all …]
Dvariadic_evaluate.h49 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 …]
Dnumeric_diff.h53 int N0, int N1, int N2, int N3, int N4,
61 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Call( in EvaluateImpl()
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>( in EvaluateJacobianForParameterBlock()
159 if (!EvaluateImpl<CostFunctor, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( in EvaluateJacobianForParameterBlock()
183 int N0, int N1, int N2, int N3, int N4,
187 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9,
/external/libopus/celt/
Dmdct.c61 int N4; in clt_mdct_init() local
67 N4 = N>>2; in clt_mdct_init()
80 l->trig = trig = (kiss_twiddle_scalar*)opus_alloc((N4+1)*sizeof(kiss_twiddle_scalar)); in clt_mdct_init()
85 for (i=0;i<=N4;i++) in clt_mdct_init()
88 for (i=0;i<=N4;i++) in clt_mdct_init()
109 int N, N2, N4; in clt_mdct_forward() local
117 N4 = N>>2; in clt_mdct_forward()
148 for(;i<N4-((overlap+3)>>2);i++) in clt_mdct_forward()
156 for(;i<N4;i++) in clt_mdct_forward()
171 for(i=0;i<N4;i++) in clt_mdct_forward()
[all …]
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp25 namespace N4 { namespace
43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY; in test_bin_op_overload()
45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX; in test_bin_op_overload()
47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY; in test_bin_op_overload()
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; in test_bin_op_overload()
57 namespace N4 { namespace
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ; in test_unary_op_overload()
Dinstantiate-call.cpp37 namespace N4 { namespace
46 template struct N4::call_f0<int, short&>;
47 template struct N4::call_f0<N1::X0, int&>;
/external/llvm/include/llvm/ADT/
DStringSwitch.h132 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
136 const char (&S4)[N4], const T& Value) { in Cases() argument
142 (N4-1 == Str.size() && std::memcmp(S4, Str.data(), N4-1) == 0))) { in Cases()
/external/clang/test/CodeGen/
Dxcore-stringtype.c135 struct SB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; member
164 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; member
/external/clang/test/CodeCompletion/
Dnamespace-alias.cpp1 namespace N4 { namespace
Dusing-namespace.cpp1 namespace N4 { namespace
Dusing.cpp1 namespace N4 { namespace
/external/pcre/dist/testdata/
DgrepoutputN12 jkl---------------------------- Test N4 ------------------------------
/external/clang/test/PCH/Inputs/
Dnamespaces.h42 inline namespace N4 {
/external/clang/test/PCH/
Dnamespaces.cpp44 inline namespace N4 { } namespace
/external/speex/libspeex/
Dpreprocess.c398 int N, N3, N4, M; in speex_preprocess_state_init() local
427 N4 = st->frame_size - N3; in speex_preprocess_state_init()
477 if (N4>0) in speex_preprocess_state_init()
481 st->window[i+N3+N4]=st->window[i+N3]; in speex_preprocess_state_init()
623 int N4 = st->frame_size - N3; in preprocess_analysis() local
634 st->inbuf[i]=x[N4+i]; in preprocess_analysis()
732 int N4 = st->frame_size - N3; in speex_preprocess_run() local
988 for (i=0;i<N4;i++) in speex_preprocess_run()
/external/icu/icu4c/source/data/locales/
Dmgo.txt202 "N4",
246 "N4",
/external/clang/test/CodeGenCXX/
Dbitfield.cpp284 namespace N4 { namespace
Dreferences.cpp250 namespace N4 { namespace
/external/ImageMagick/PerlMagick/t/reference/read/
Dinput_pgm_p5.miff70 N4 1'+.$-9IA<F:3+'NOCQQRSTWWYZa?/URVu��p,

123