/external/ceres-solver/include/ceres/ |
D | 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) || 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 …]
|
D | 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) || 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 …]
|
D | numeric_diff_cost_function.h | 181 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()
|
D | autodiff_cost_function.h | 160 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()
|
D | gradient_checker.h | 65 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()
|
D | numeric_diff_functor.h | 114 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/ |
D | 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) || 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 …]
|
D | 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 …]
|
D | 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( 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/ |
D | mdct.c | 61 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/ |
D | instantiate-expr-2.cpp | 25 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()
|
D | instantiate-call.cpp | 37 namespace N4 { namespace 46 template struct N4::call_f0<int, short&>; 47 template struct N4::call_f0<N1::X0, int&>;
|
/external/clang/test/CodeGen/ |
D | xcore-stringtype.c | 135 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/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4> 106 const char (&S4)[N4], const T& Value) { in Cases() argument
|
/external/clang/test/CodeCompletion/ |
D | namespace-alias.cpp | 1 namespace N4 { namespace
|
D | using-namespace.cpp | 1 namespace N4 { namespace
|
D | using.cpp | 1 namespace N4 { namespace
|
/external/pcre/dist/testdata/ |
D | grepoutputN | 12 jkl---------------------------- Test N4 ------------------------------
|
/external/clang/test/PCH/Inputs/ |
D | namespaces.h | 42 inline namespace N4 {
|
/external/clang/test/PCH/ |
D | namespaces.cpp | 44 inline namespace N4 { } namespace
|
/external/speex/libspeex/ |
D | preprocess.c | 398 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/ |
D | mgo.txt | 202 "N4", 246 "N4",
|
/external/clang/test/CodeGenCXX/ |
D | bitfield.cpp | 284 namespace N4 { namespace
|
D | references.cpp | 250 namespace N4 { namespace
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kdt_mgc2.pkb | 73 ����K˃`uB$����`�~xx�N4��cJ��.
|