Home
last modified time | relevance | path

Searched refs:N9 (Results 1 – 24 of 24) sorted by relevance

/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 …> 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && (N8 > 0) && !N9) || 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 …> 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && (N8 > 0) && !N9) || in CostFunctionToFunctor()
[all …]
Dnumeric_diff_cost_function.h186 int N9 = 0> // Number of parameters in block 9.
190 N5, N6, N7, N8, N9> {
202 N5, N6, N7, N8, N9> in functor_()
219 const int kNumParameters = N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9; in Evaluate()
222 (N5 > 0) + (N6 > 0) + (N7 > 0) + (N8 > 0) + (N9 > 0); in Evaluate()
226 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>( in Evaluate()
251 if (N9) parameters_reference_copy[9] = parameters_reference_copy[8] + N8; in Evaluate()
276 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9, \ in Evaluate()
284 N5, N6, N7, N8, N9>::num_residuals(), \ in Evaluate()
Dautodiff_cost_function.h165 int N9 = 0> // Number of parameters in block 9.
168 N5, N6, N7, N8, N9> {
191 N5, N6, N7, N8, N9> 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()
216 N5, N6, N7, N8, N9>::num_residuals(), 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_()
137 N5, N6, N7, N8, N9>( in functor_()
346 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 …> 0) && (N2 > 0) && (N3 > 0) && (N4 > 0) && (N5 > 0) && (N6 > 0) && (N7 > 0) && (N8 > 0) && !N9) || 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,
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()
184 int N5, int N6, int N7, int N8, int N9,
187 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9,
Dvariadic_evaluate.h50 int N5, int N6, int N7, int N8, int N9>
/external/clang/test/Modules/Inputs/
Dnamespaces-right.h42 namespace N9 {
Dnamespaces-left.h53 namespace N9 {
/external/clang/test/Modules/
Dnamespaces.cpp68 int &ir2 = N9::f(17); in testMergedMerged()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kdt_mgc2.pkb54 …�?�`�0���}��G��n����pa�&�=;3�6(�#[�a�F��s�0l������<�4�6�ѭGc�"N9��,&��z������`���;…
Dit-IT_cm0_kpdf_lfz.pkb142 …����8��B����V(����{e���p���6R ���5� ��� I��������:�������z:�������N9�����������&����…
Dit-IT_cm0_kpdf_mgc.pkb5210 �?���XN9^3VeOef��TWJ[_>24<;HG*
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp150 namespace N9 { namespace
/external/llvm/lib/Target/ARM/
DARMScheduleA8.td873 // Result written in N9, but that is relative to the last cycle of multicycle,
883 // Result written in N9, but that is relative to the last cycle of multicycle,
DARMScheduleA9.td1719 // Result written in N9, but that is relative to the last cycle of multicycle,
1739 // Result written in N9, but that is relative to the last cycle of multicycle,
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb1062 shouldn't20!29&Lshouteshoweshown30!GFshowse0!GQshrewd"0J!N9shuttle)sic#K!+Csicil…
1253 …��������������������������������������������������������who^@!Nwho'dq@!N9who'llj@!NDwho're…
1260 …��������������������������������������������������������you-B!Nyou'd.B!N9you'd-B!N9you'd*B…
Den-US_lh0_kpdf_phs.pkb1186 G����ا�ym`Y_q��s\NKQY^]WK;* �� (=CGHGFDCA>93+"�G����ܬ�~vsrrrpj`N9) "')'!…
/external/ceres-solver/docs/source/
Dmodeling.rst147 int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 0>
179 int N9 = 0> // Number of parameters in block 9.
181 SizedCostFunction<kNumResiduals, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> {
377 int N9 = 0> // Number of parameters in block 9.
379 SizedCostFunction<kNumResiduals, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9> {
/external/libxml2/macos/
Dlibxml2.mcp.xml.sit.hqx87 dfZJlieqTAHVa"Kq)U((5N9@)fh#ERTT!Pc5-$-$4r!T8$+2X9kKL2i['Shd!EiM
/external/jpeg/
Dtestimg.ppm4N9�bI�kP�`F�[F�fT�rd�mh�EK�:D�9C�<D�BH�FK�GL�FM�JS�BM�9I�5H�2G�/F�2L�8R�9V�9X�:X�:Z�;]�=_�@b�Ae�Ci…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_mgc.pkb1418 E���&A���$t����J�L��/��LBlB3>Bjle�Z{:SJF*,K/N9&'+/ "#'"*().>DB#42
/external/chromium-trace/trace-viewer/tracing/test_data/
Dddms_calculator_start.trace133306 �@�p���N9 ��
322016 �Y�p�G�N9��
331830 �peE�N9��
449561 X�q$��N9��
478241 �q���N9!��
510105 ��q�r�N9#��