Searched defs:x3 (Results 26 - 50 of 152) sorted by relevance

1234567

/external/ceres-solver/include/ceres/
H A Dcost_function_to_functor.h211 const double* x3,
227 parameter_blocks[3] = x3;
234 const double* x3,
251 parameter_blocks[3] = x3;
259 const double* x3,
277 parameter_blocks[3] = x3;
286 const double* x3,
305 parameter_blocks[3] = x3;
315 const double* x3,
335 parameter_blocks[3] = x3;
208 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, double* residuals) const argument
231 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, double* residuals) const argument
256 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, double* residuals) const argument
283 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, double* residuals) const argument
312 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, double* residuals) const argument
343 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, double* residuals) const argument
376 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, const double* x9, double* residuals) const argument
469 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, JetT* residuals) const argument
493 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, JetT* residuals) const argument
519 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, JetT* residuals) const argument
547 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, JetT* residuals) const argument
577 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, const JetT* x7, JetT* residuals) const argument
609 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, const JetT* x7, const JetT* x8, JetT* residuals) const argument
643 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, const JetT* x7, const JetT* x8, const JetT* x9, JetT* residuals) const argument
[all...]
/external/ceres-solver/internal/ceres/
H A Dautodiff_cost_function_test.cc98 const T* const x3,
106 cost[0] = *x0 + *x1 + *x2 + *x3 + *x4 + *x5 + *x6 + *x7 + *x8 + *x9;
95 operator ()(const T* const x0, const T* const x1, const T* const x2, const T* const x3, const T* const x4, const T* const x5, const T* const x6, const T* const x7, const T* const x8, const T* const x9, T* cost) const argument
H A Dcost_function_to_functor_test.cc137 bool operator()(const T* x1, const T* x2, const T* x3, T* residuals) const { argument
138 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0] + x3[0] * x3[0];
139 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1] + x3[1] * x3[1];
147 bool operator()(const T* x1, const T* x2, const T* x3, const T* x4, argument
149 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0] + x3[0] * x3[0]
151 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1] + x3[1] * x3[
160 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, T* residuals) const argument
173 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* residuals) const argument
186 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* residuals) const argument
199 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* residuals) const argument
215 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* residuals) const argument
231 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, const T* x10, T* residuals) const argument
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/
H A Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; local
148 x3=(RC2_INT)(l>>16L);
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
163 x3=(t<<5)|(t>>11);
170 x0+=p1[x3&0x3f];
173 x3
185 register RC2_INT x0,x1,x2,x3,t; local
[all...]
/external/clang/test/Lexer/
H A Dms-extensions.c6 __int32 x3 = 5i32; variable
/external/clang/test/Sema/
H A Dtentative-decls.c6 struct a x3[10]; // expected-error{{array has incomplete element type 'struct a'}} variable in typeref:struct:a
H A Dtypes.c73 enum { e_2 } x3 __attribute__((vector_size(64))); // expected-error {{invalid vector element type}} variable in typeref:enum:__anon17271
/external/clang/test/SemaCXX/
H A Dcopy-initialization.cpp14 X x3 = ip; local
H A Ddefault-constructor-initializers.cpp13 X3 x3; // expected-note {{first required here}} variable
H A Dswitch.cpp39 void x3(C &c) { function
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-pointers.cpp35 X3<int, Y, &Y::x> x3; variable
/external/openssh/
H A Djpake.h51 BIGNUM *x3; /* random in Zq */ member in struct:jpake_ctx
63 BIGNUM *g_x3; /* g^x3 */
67 BIGNUM *a; /* g^((x1+x3+x4)*x2*s) */
70 BIGNUM *b; /* g^((x1+x2+x3)*x4*s) */
/external/openssl/crypto/rc2/
H A Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; local
148 x3=(RC2_INT)(l>>16L);
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
163 x3=(t<<5)|(t>>11);
170 x0+=p1[x3&0x3f];
173 x3
185 register RC2_INT x0,x1,x2,x3,t; local
[all...]
/external/skia/tests/
H A DClipCubicTest.cpp62 float x3, float y3,
67 crv[3].fX = x3; crv[3].fY = y3;
59 SetCurve(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, SkPoint crv[4]) argument
/external/valgrind/main/memcheck/tests/
H A Dmempool.c115 char *x1, *x2, *x3, *x4, *x5; local
124 x3 = allocate(p, 10);
135 *x3 = 'c'; // invalid
/external/chromium_org/third_party/skia/src/animator/
H A DSkPathParts.h93 SkScalar x3; member in class:SkCubicTo
/external/chromium_org/v8/test/mjsunit/
H A Dsmi-ops-inlined.js238 var x3 = 0x40000000; variable
239 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
245 x3 = 2
246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
H A Dsmi-ops.js245 var x3 = 0x40000000; variable
246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
252 x3 = 2
253 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c20 } x3; variable in typeref:enum:E3
H A Denum2.c20 } x3; variable in typeref:enum:E3
H A Dstruct1.c24 struct S3 { int i; float f; double d; } x3; variable in typeref:struct:S3
H A Dstruct2.c21 struct S3 { int i; float f; } x3; variable in typeref:struct:S3
/external/clang/test/CodeGen/
H A Ddecl.c117 long x3(x0 x0a, x5 a) { function
H A Dregparm-struct.c39 int x3; member in struct:s3
57 int x3; member in struct:s4
97 float x3; member in struct:s7
120 float x3; member in struct:s9
H A Dstdcall-fastcall.c87 double x3; member in struct:S2

Completed in 1221 milliseconds

1234567