/external/ceres-solver/internal/ceres/ |
D | problem.cc | 57 double* x0) { in AddResidualBlock() 66 double* x0, double* x1) { in AddResidualBlock() 75 double* x0, double* x1, double* x2) { in AddResidualBlock() 84 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock() 93 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock() 102 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock() 111 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 121 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 131 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 141 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
|
D | problem_impl.cc | 296 double* x0) { in AddResidualBlock() 305 double* x0, double* x1) { in AddResidualBlock() 315 double* x0, double* x1, double* x2) { in AddResidualBlock() 326 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock() 338 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock() 351 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock() 365 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 381 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 398 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 416 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
|
/external/opencv/cv/src/ |
D | cvpyramids.cpp | 53 #define PD_FILTER( x0, x1, x2, x3, x4 ) ((x2)*6+((x1)+(x3))*4+(x0)+(x4)) argument 62 #define PD_LT(x0,x1,x2) ((x0)*6 + (x1)*8 + (x2)*2) argument 67 #define PD_RB(x0,x1,x2,x3) ((x0) + ((x1) + (x3))*4 + (x2)*7) argument 72 #define PD_SINGULAR(x0,x1) (((x0) + (x1))*8) argument 234 #define PU_FILTER( x0, x1, x2 ) ((x1)*6 + (x0) + (x2)) argument 239 #define PU_FILTER_ZI( x0, x1 ) (((x0) + (x1))*4) argument 248 #define PU_LT( x0, x1 ) ((x0)*6 + (x1)*2) argument 252 #define PU_LT_ZI( x0, x1 ) PU_FILTER_ZI((x0),(x1)) argument 257 #define PU_RB( x0, x1 ) ((x0) + (x1)*7) argument 262 #define PU_RB_ZI( x0 ) ((x0)*8) argument [all …]
|
/external/clang/test/CXX/temp/temp.param/ |
D | p1.cpp | 12 X0<int> x0; // expected-error{{too few template arguments for class template 'X0'}} variable
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkBitmapProcState_sample.h | 114 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)]; in MAKENAME() local 165 unsigned x0 = XX >> 14; in MAKENAME() local 205 unsigned x0 = data >> 14; in MAKENAME() local
|
D | SkEdge.cpp | 36 SkFDot6 x0, y0, x1, y1; in setLine() local 92 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine() 179 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadratic() local 339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubic() local
|
/external/skia/src/core/ |
D | SkBitmapProcState_sample.h | 114 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)]; in MAKENAME() local 165 unsigned x0 = XX >> 14; in MAKENAME() local 205 unsigned x0 = data >> 14; in MAKENAME() local
|
D | SkEdge.cpp | 36 SkFDot6 x0, y0, x1, y1; in setLine() local 92 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine() 179 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadratic() local 339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubic() local
|
/external/clang/test/Sema/ |
D | invalid-cast.cpp | 9 int foo(X<int[1]> x0) { in foo() argument
|
D | array-size.c | 4 int x0[1073741824]; // expected-error{{array is too large}} in f() local
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar_exit_group.c | 7 long x0 = px[0]; in main() local
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar_nocancel.c | 15 long x0 = px[0]; in main() local
|
D | scalar.c | 15 long x0 = px[0]; in main() local
|
/external/v8/benchmarks/ |
D | navier-stokes.js | 128 function lin_solve(b, x, x0, a, c) argument 157 function diffuse(b, x, x0, dt) argument 163 function lin_solve2(x, x0, y, y0, a, c) argument 198 function diffuse2(x, x0, y, y0, dt) argument 277 function dens_step(x, x0, u, v, dt) argument
|
/external/chromium_org/v8/benchmarks/ |
D | navier-stokes.js | 128 function lin_solve(b, x, x0, a, c) argument 157 function diffuse(b, x, x0, dt) argument 163 function lin_solve2(x, x0, y, y0, a, c) argument 198 function diffuse2(x, x0, y, y0, dt) argument 277 function dens_step(x, x0, u, v, dt) argument
|
/external/clang/test/CXX/temp/temp.spec/ |
D | no-body.cpp | 25 template<typename T> struct x0 { }; // expected-note {{explicitly specialized declaration is here}} struct 40 …template<> struct x0<int> { }; // expected-error {{class template specialization of 'x0' must o… struct
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/ |
D | function-excess-args.js | 1 function f(x0, x1, x2, x3, x4) argument
|
/external/clang/test/ASTMerge/Inputs/ |
D | var1.c | 1 int *x0; variable
|
D | var2.c | 1 int *x0; variable
|
/external/clang/test/SemaTemplate/ |
D | unused-variables.cpp | 11 X0 x0; in f() local
|
D | member-access-expr.cpp | 15 void test_f0(X0 x0) { in test_f0() argument 25 void test_f0_through_typedef(X0 x0) { in test_f0_through_typedef() 42 void test_f0_through_typedef2(X0 x0, X1 x1) { in test_f0_through_typedef2()
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
D | p1.cpp | 31 X0<int> x0; (void)x0; in test() local
|
/external/clang/test/CodeGenObjC/ |
D | assign.m | 8 @property int x0; property
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/ |
D | rc2_cbc.c | 140 register RC2_INT x0,x1,x2,x3,t; in RC2_encrypt() local 185 register RC2_INT x0,x1,x2,x3,t; in RC2_decrypt() local
|
/external/openssl/crypto/rc2/ |
D | rc2_cbc.c | 140 register RC2_INT x0,x1,x2,x3,t; in RC2_encrypt() local 185 register RC2_INT x0,x1,x2,x3,t; in RC2_decrypt() local
|