Home
last modified time | relevance | path

Searched refs:N6 (Results 1 – 25 of 26) sorted by relevance

12

/external/ceres-solver/include/ceres/
Dsized_cost_function.h49 int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 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.h104 int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 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 …]
Dautodiff_cost_function.h161 int N6 = 0, // Number of parameters in block 6.
167 N5, N6, N7, N8, N9> {
186 SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> in AutoDiffCostFunction()
202 CostFunctor, double, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> in Evaluate()
206 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Differentiate( in Evaluate()
209 SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> in Evaluate()
Dnumeric_diff_cost_function.h170 int N6 = 0, // Number of parameters in block 6.
177 N5, N6, N7, N8, N9> {
204 const int kNumParameters = N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9; in Evaluate()
207 (N5 > 0) + (N6 > 0) + (N7 > 0) + (N8 > 0) + (N9 > 0); in Evaluate()
211 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( in Evaluate()
233 if (N6) parameters_reference_copy[6] = parameters_reference_copy[5] + N5; in Evaluate()
234 if (N7) parameters_reference_copy[7] = parameters_reference_copy[6] + N6; in Evaluate()
261 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9, \ in Evaluate()
Dnumeric_diff_functor.h115 int N5 = 0, int N6 = 0 , int N7 = 0, int N8 = 0, int N9 = 0>
126 N5, N6, N7, N8, N9>(new Functor, in functor_() argument
135 N5, N6, N7, N8, N9>( in functor_() argument
341 N5, N6, N7, N8, N9> functor_;
/external/ceres-solver/include/ceres/internal/
Dautodiff.h207 int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 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 …]
Dnumeric_diff.h54 int N5, int N6, int N7, int N8, int N9 >
61 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Call( in EvaluateImpl()
69 int N5, int N6, int N7, int N8, int N9 >
84 int N5, int N6, int N7, int N8, int N9,
136 if (!EvaluateImpl<CostFunctor, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( in EvaluateJacobianForParameterBlock()
153 if (!EvaluateImpl<CostFunctor, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( in EvaluateJacobianForParameterBlock()
179 int N5, int N6, int N7, int N8, int N9,
182 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9,
Dvariadic_evaluate.h50 int N5, int N6, int N7, int N8, int N9>
68 int N5, int N6, int N7, int N8>
69 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, N8, 0> {
85 int N5, int N6, int N7>
86 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, 0, 0> {
101 int N5, int N6>
102 struct VariadicEvaluate<Functor, T, N0, N1, N2, N3, N4, N5, N6, 0, 0, 0> {
/external/clang/test/Modules/
Dnamespaces.cpp7 namespace N6 { namespace
52 int &ir2 = N6::f(17); in testMerged()
55 double &fr2 = N6::f(1.0); in testMerged()
58 char &cr2 = N6::f('b'); in testMerged()
/external/clang/test/Modules/Inputs/
Dnamespaces-left.h28 namespace N6 {
Dnamespaces-right.h30 namespace N6 {
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_kfst_spho1.pkb1 …�����������������������������������������������������������������������N(��N6��ND��NR��N`��Nn�����…
Dit-IT_cm0_kpdf_phs.pkb714 "%'&%"��G������Ż��{m]RS\_N6'$)//( $2F\moeUG>;>ENTTND7+"#')*)&#G����̕iG,…
Dit-IT_cm0_kpdf_mgc.pkb1556 G�.�? � #������8C1A5E>QhY}Z)?EDK !'#3&1-/A,# ($C+C !,&'+&*(-1<*N6% %*2/0-68;;8! $%+�U…
/external/clang/test/CodeGenCXX/
Dbitfield.cpp377 namespace N6 { namespace
Dreferences.cpp306 namespace N6 { namespace
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kdt_mgc1.pkb63 …������m�Μ���c���"� �*��b�3\:pU�p}S�p�*�O � �q��rS�ݘ0S��.��tl�.G�N6��;��2��;�����:\;`��M…
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp86 namespace N6 { namespace
/external/aac/libFDK/src/
Dfft.cpp200 #define N6 6 macro
299 l += (2*N6); in fft15()
304 l += (2*N6); in fft15()
309 l += (2*N6); in fft15()
314 l += (2*N6); in fft15()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_kpr.pkb130 �T6�� �N6�����K6��
Dfr-FR_kdt_posp.pkb79 � 0�m@�`���!���gF�M�N69��>���C��F�4!� (!Έ����%O7�C�Lnτ�����p�lU����߄�����…
/external/ceres-solver/docs/source/
Dmodeling.rst145 int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 0>
174 int N6 = 0, // Number of parameters in block 6.
179 SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> {
348 int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 0>
350 : public SizedCostFunction<M, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> {
/external/jpeg/
Dtestimg.ppm4N6,Q6+Q6+Q7*P9+P9)V6'f6*r6,~;3�@9�D@�HD�JG�LF�QJ�LD�D;�;0�7-�7-�91�=4�>5�>7�=6�<5�<5�=4}=3z>3x@3vA…
/external/qemu/distrib/jpeg-6b/
Dtestimg.ppm4N6,Q6+Q6+Q7*P9+P9)V6'f6*r6,~;3�@9�D@�HD�JG�LF�QJ�LD�D;�;0�7-�7-�91�=4�>5�>7�=6�<5�<5�=4}=3z>3x@3vA…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_mgc.pkb3964 …�h�\�� ~��Q�� �� ����[ >.(.$F25MkI+,+D!E +9!8<"-"++-6912N6--EH;23+3:*:<;HX,/…

12