/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/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 | 321 double* x0) { in AddResidualBlock() 330 double* x0, double* x1) { in AddResidualBlock() 340 double* x0, double* x1, double* x2) { in AddResidualBlock() 351 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock() 363 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock() 376 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock() 390 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 406 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 423 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 441 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | AbstractIntegerDistribution.java | 87 public double cumulativeProbability(double x0, double x1) in cumulativeProbability() 145 public double cumulativeProbability(int x0, int x1) throws MathException { in cumulativeProbability() 172 int x0 = getDomainLowerBound(p); in inverseCumulativeProbability() local
|
D | Distribution.java | 54 double cumulativeProbability(double x0, double x1) throws MathException; in cumulativeProbability()
|
D | AbstractDistribution.java | 60 public double cumulativeProbability(double x0, double x1) in cumulativeProbability()
|
/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/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 91 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine() 178 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadratic() local 336 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubic() local
|
/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/clang/test/SemaTemplate/ |
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/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | UnivariateRealSolverUtils.java | 54 public static double solve(UnivariateRealFunction f, double x0, double x1) in solve() 75 public static double solve(UnivariateRealFunction f, double x0, double x1, in solve()
|
/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/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/memcheck/tests/x86-linux/ |
D | scalar_exit_group.c | 7 long x0 = px[0]; in main() local
|
/external/valgrind/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/mesa3d/src/mesa/swrast/ |
D | s_zoom.c | 51 GLint *x0, GLint *x1, GLint *y0, GLint *y1) in compute_zoomed_bounds() 136 GLint x0, x1, y0, y1; in zoom_span() local 366 GLint x0, x1, y0, y1, y; in _swrast_write_zoomed_stencil_span() local 411 GLint x0, x1, y0, y1, y; in _swrast_write_zoomed_z_span() local
|
/external/clang/test/ASTMerge/Inputs/ |
D | var1.c | 1 int *x0; variable
|
D | var2.c | 1 int *x0; variable
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | tcd.h | 93 …OPJ_INT32 x0, y0, x1, y1; /* dimension of the code-blocks : left upper corner (x0, y0) right l… member 106 …OPJ_INT32 x0, y0, x1, y1; /* position of the code-blocks : left upper corner (x0, y0) right low c… member 121 …OPJ_INT32 x0, y0, x1, y1; /* dimension of the precinct : left upper corner (x0, y0) right low cor… member 137 …OPJ_INT32 x0, y0, x1, y1; /* dimension of the subband : left upper corner (x0, y0) right low corn… member 149 …OPJ_INT32 x0, y0, x1, y1; /* dimension of the resolution level : left upper corner (x0, y0) right… member 160 …OPJ_INT32 x0, y0, x1, y1; /* dimension of component : left upper corner (x0, y0) right l… member 177 …OPJ_INT32 x0, y0, x1, y1; /* dimension of the tile : left upper corner (x0, y0) right low corner … member
|
/external/libavc/common/ |
D | ih264_resi_trans_quant.c | 125 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; in ih264_resi_trans_quant_4x4() local 273 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; in ih264_resi_trans_quant_chroma_4x4() local 422 WORD32 x0,x1,x2,x3,x4,x5,x6,x7,i4_value; in ih264_hadamard_quant_4x4() local 550 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; in ih264_hadamard_quant_2x2_uv() local
|
/external/libvorbis/lib/ |
D | floor1.c | 34 int x0; member 272 static int render_point(int x0,int x1,int y0,int y1,int x){ in render_point() 362 static void render_line(int n, int x0,int x1,int y0,int y1,float *d){ in render_line() 391 static void render_line0(int n, int x0,int x1,int y0,int y1,int *d){ in render_line0() 422 int x0, int x1,lsfit_acc *a, in accumulate_fit() 475 int x0=a[0].x0; in fit_line() local 531 static int inspect_error(int x0,int x1,int y0,int y1,const float *mask, in inspect_error() 726 int x0=info->postlist[ln]; in floor1_fit() local 808 int x0=info->postlist[ln]; in floor1_encode() local
|
/external/clang/test/CodeGen/ |
D | arm64-aapcs-arguments.c | 8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) { in test1() 13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { in test2()
|