Home
last modified time | relevance | path

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

12

/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 …]
Dautodiff_cost_function.h156 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()
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()
177 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4> in Probe()
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;
240 &parameters_copy[0] + N0 + N1 + N2 + N3 + N4;
/external/ceres-solver/include/ceres/internal/
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, int N4>
[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.h103 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/
Dusing-namespace.cpp1 namespace N4 { namespace
Dnamespace-alias.cpp1 namespace N4 { namespace
Dusing.cpp1 namespace N4 { namespace
/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/clang/test/CodeGenCXX/
Dbitfield.cpp284 namespace N4 { namespace
Dreferences.cpp250 namespace N4 { namespace
/external/icu4c/data/locales/
Dmgo.txt220 "N4",
264 "N4",
Dhu.txt726 "N4",
746 "N4",
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kdt_mgc2.pkb73 �������K˃`uB$�������`�~x�����x�N4��cJ��.
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h561 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/
Dmodeling.tex55 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/
Dde-DE_klex.pkb349 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…
Dde-DE_gl0_kpdf_phs.pkb2065  G�������Ǩ�aI;3-'%'-5@NZ]N4   +375/' ! ����G������…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_phs.pkb652 G������|N4& 
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3347 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()

12