Home
last modified time | relevance | path

Searched refs:N3 (Results 1 – 25 of 73) sorted by relevance

123

/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 …]
Dcost_function_to_functor.h103 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 …]
Dnumeric_diff_cost_function.h180 int N3 = 0, // Number of parameters in block 3.
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()
245 if (N3) parameters_reference_copy[3] = parameters_reference_copy[2] + N2; in Evaluate()
246 if (N4) parameters_reference_copy[4] = parameters_reference_copy[3] + N3; in Evaluate()
276 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9, \ in Evaluate()
283 N0, N1, N2, N3, N4, \ in Evaluate()
Dautodiff_cost_function.h159 int N3 = 0, // Number of parameters in block 3.
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()
Dgradient_checker.h65 int M = 0, int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0>
145 if (N3) { in Probe()
146 CHECK_EQ(N3, block_sizes[3]); in Probe()
178 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4> in Probe()
Dnumeric_diff_functor.h114 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/
Dautodiff.h206 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 …]
Dvariadic_evaluate.h49 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 …]
Dnumeric_diff.h53 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/llvm/include/llvm/ADT/
DStringSwitch.h116 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3>
119 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
125 (N3-1 == Str.size() && std::memcmp(S3, Str.data(), N3-1) == 0))) { in Cases()
132 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
135 const char (&S2)[N2], const char (&S3)[N3], in Cases() argument
141 (N3-1 == Str.size() && std::memcmp(S3, Str.data(), N3-1) == 0) || in Cases()
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp19 namespace N3 { namespace
38 namespace N3 { namespace
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; in test_bin_op_overload()
53 namespace N3 { namespace
54 eight_bytes operator-(::N3::Z);
65 typedef N4::UnaryOpOverload<N3::Z>::type UZ; in test_unary_op_overload()
Dinstantiate-call.cpp23 namespace N3 { namespace
33 template struct N3::call_f0<int, char&>; // expected-note{{instantiation}}
34 template struct N3::call_f0<N1::X0, int&>;
48 template struct N3::call_f0<int, short&>; // expected-note{{instantiation}}
Dinstantiate-expr-3.cpp36 namespace N3 { namespace
44 template struct N2::PlusEquals0<N3::Y, long, short&>;
46 template struct N2::PlusEquals0<N3::Y, int, short&>; // expected-note{{instantiation}}
/external/boringssl/src/crypto/bn/asm/
Darmv4-mont.pl265 my ($N0,$N1,$N2,$N3)=map("d$_",(4..7));
310 vld1.32 {$N0-$N3}, [$nptr]!
330 vmlal.u32 $A6xB,$Ni,${N3}[0]
332 vmlal.u32 $A7xB,$Ni,${N3}[1]
378 vmlal.u32 $A6xB,$Ni,${N3}[0]
380 vmlal.u32 $A7xB,$Ni,${N3}[1]
417 vmlal.u32 $A6xB,$Ni,${N3}[0]
418 vmlal.u32 $A7xB,$Ni,${N3}[1]
422 vld1.32 {$N2-$N3}, [$nptr]!
450 vmlal.u32 $A6xB,$Ni,${N3}[0]
[all …]
/external/clang/test/CodeCompletion/
Dusing.cpp2 namespace N3 { } namespace
5 class N3;
14 int N3; local
Dnamespace-alias.cpp2 namespace N3 { } namespace
5 class N3;
Dusing-namespace.cpp2 namespace N3 { } namespace
5 class N3;
Dnamespace.cpp1 namespace N3 { namespace
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtGeometryUtil.cpp97 const btVector3& N3 = vertices[k]; in getPlaneEquationsFromVertices() local
101 edge1 = N3-N1; in getPlaneEquationsFromVertices()
145 const btVector3& N3 = planeEquations[k]; in getVerticesFromPlaneEquations() local
147 btVector3 n2n3; n2n3 = N2.cross(N3); in getVerticesFromPlaneEquations()
148 btVector3 n3n1; n3n1 = N3.cross(N1); in getVerticesFromPlaneEquations()
168 n1n2 *= N3[3]; in getVerticesFromPlaneEquations()
/external/speex/libspeex/
Dpreprocess.c398 int N, N3, N4, M; in speex_preprocess_state_init() local
426 N3 = 2*N - st->frame_size; in speex_preprocess_state_init()
427 N4 = st->frame_size - N3; in speex_preprocess_state_init()
470 st->inbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t)); in speex_preprocess_state_init()
471 st->outbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t)); in speex_preprocess_state_init()
473 conj_window(st->window, 2*N3); in speex_preprocess_state_init()
474 for (i=2*N3;i<2*st->ps_size;i++) in speex_preprocess_state_init()
479 for (i=N3-1;i>=0;i--) in speex_preprocess_state_init()
481 st->window[i+N3+N4]=st->window[i+N3]; in speex_preprocess_state_init()
482 st->window[i+N3]=1; in speex_preprocess_state_init()
[all …]
/external/clang/test/PCH/
Dnamespaces.cpp27 namespace N3 { namespace
33 N3::C *cp2;
/external/clang/test/Modules/
Dnamespaces.cpp26 int &ir3 = N3::f(1); in test()
35 double &dr2 = N3::f(1.0); in test()
/external/opencv3/modules/imgproc/src/
Ddemosaicing.cpp932 int N = size.width, N2 = N*2, N3 = N*3, N4 = N*4, N5 = N*5, N6 = N*6, N7 = N*7; in Bayer2RGB_VNG_8u() local
992 _mm_storeu_si128((__m128i*)(brow + N3), b3); in Bayer2RGB_VNG_8u()
1017 brow[N3] = (ushort)(std::abs(srow[-1-bstep] - srow[1+bstep])*2); in Bayer2RGB_VNG_8u()
1020 brow[N5] = (ushort)(brow[N3] + std::abs(srow[-bstep] - srow[1]) + in Bayer2RGB_VNG_8u()
1128 int gradNW = brow0[N3] + brow0[N3-1] + brow1[N3] + brow1[N3-1]; in Bayer2RGB_VNG_8u()
1129 int gradSE = brow1[N3] + brow1[N3+1] + brow2[N3] + brow2[N3+1]; in Bayer2RGB_VNG_8u()
1259 …s_epi16(_mm_adds_epi16(_mm_loadu_si128((__m128i*)(brow0+N3)), _mm_loadu_si128((__m128i*)(brow0+N3-… in Bayer2RGB_VNG_8u()
1260 … _mm_adds_epi16(_mm_loadu_si128((__m128i*)(brow1+N3)), _mm_loadu_si128((__m128i*)(brow1+N3-1)))); in Bayer2RGB_VNG_8u()
1266 …s_epi16(_mm_adds_epi16(_mm_loadu_si128((__m128i*)(brow2+N3)), _mm_loadu_si128((__m128i*)(brow2+N3+… in Bayer2RGB_VNG_8u()
1267 … _mm_adds_epi16(_mm_loadu_si128((__m128i*)(brow1+N3)), _mm_loadu_si128((__m128i*)(brow1+N3+1)))); in Bayer2RGB_VNG_8u()
/external/aac/libFDK/src/
Dfft.cpp198 #define N3 3 macro
235 l += (2*N5) + (2*N3); in fft15()
271 for(i=0,l=0,k=0; i<N3; i++, k+=10) in fft15()
276 pDst[k+2] = pSrc[l+0+(2*N3)]; in fft15()
277 pDst[k+3] = pSrc[l+1+(2*N3)]; in fft15()
278 pDst[k+4] = pSrc[l+0+(4*N3)]; in fft15()
279 pDst[k+5] = pSrc[l+1+(4*N3)]; in fft15()
280 pDst[k+6] = pSrc[l+0+(6*N3)]; in fft15()
281 pDst[k+7] = pSrc[l+1+(6*N3)]; in fft15()
282 pDst[k+8] = pSrc[l+0+(8*N3)]; in fft15()
[all …]
/external/clang/test/ASTMerge/Inputs/
Dnamespace2.cpp15 namespace N3 { namespace

123