/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 | autodiff_cost_function.h | 156 int N4 = 0, // Number of parameters in block 4. 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> in AutoDiffCostFunction() 198 CostFunctor, double, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> in Evaluate() 202 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Differentiate( in Evaluate() 205 SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> 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() 177 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4> in Probe()
|
D | numeric_diff_cost_function.h | 202 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; 240 ¶meters_copy[0] + N0 + N1 + N2 + N3 + N4;
|
/external/ceres-solver/include/ceres/internal/ |
D | autodiff.h | 206 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, int N4> [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/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 | using-namespace.cpp | 1 namespace N4 { namespace
|
D | namespace-alias.cpp | 1 namespace N4 { namespace
|
D | using.cpp | 1 namespace N4 { namespace
|
/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/clang/test/CodeGenCXX/ |
D | bitfield.cpp | 284 namespace N4 { namespace
|
D | references.cpp | 250 namespace N4 { namespace
|
/external/icu4c/data/locales/ |
D | mgo.txt | 220 "N4", 264 "N4",
|
D | hu.txt | 726 "N4", 746 "N4",
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kdt_mgc2.pkb | 73 �������K˃`uB$�������`�~x�����x�N4��cJ��.
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 561 SDValue N1, SDValue N2, SDValue N3, SDValue N4); 563 SDValue N1, SDValue N2, SDValue N3, SDValue N4, 583 SDValue N1, SDValue N2, SDValue N3, SDValue N4); 585 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
|
/external/ceres-solver/docs/ |
D | modeling.tex | 55 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, int N5 = 0> 158 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, int N5 = 0> 160 : public SizedCostFunction<M, N0, N1, N2, N3, N4, N5> {
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_klex.pkb | 349 errichtenn erringen)errungenschaft)+.!S51,N4<EU���������������������������������������� ersch… 430 …emeinschaftsfinanzierung)F,!M>N4<EUTEHN<N"WIS51gemeinschaftsorgane)F,!M>N4<EU^28F"=N,gemässyF… 484 )!G6TU.SI händler)hängenmhänsch)!G.N4härte)hättep!G.U,hättenp!G.U* hättest 3!G.U,TU h…
|
D | de-DE_gl0_kpdf_phs.pkb | 2065 G�������Ǩ�aI;3-'%'-5@NZ]N4 +375/' ! ����G������…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_phs.pkb | 652 G������|N4&
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3347 SDValue N4) { in getNode() argument 3348 SDValue Ops[] = { N1, N2, N3, N4 }; in getNode() 3354 SDValue N4, SDValue N5) { in getNode() argument 3355 SDValue Ops[] = { N1, N2, N3, N4, N5 }; in getNode() 4812 SDValue N4) { in getNode() argument 4813 SDValue Ops[] = { N1, N2, N3, N4 }; in getNode() 4819 SDValue N4, SDValue N5) { in getNode() argument 4820 SDValue Ops[] = { N1, N2, N3, N4, N5 }; in getNode()
|