Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/opencv/cv/src/
Dcvpyramids.cpp53 #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/
Dproblem.cc57 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()
Dproblem_impl.cc321 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/
DAbstractIntegerDistribution.java87 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
DDistribution.java54 double cumulativeProbability(double x0, double x1) throws MathException; in cumulativeProbability()
DAbstractDistribution.java60 public double cumulativeProbability(double x0, double x1) in cumulativeProbability()
/external/v8/benchmarks/
Dnavier-stokes.js128 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/
DSkBitmapProcState_sample.h114 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
DSkEdge.cpp36 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/
Dno-body.cpp25 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/
Dmember-access-expr.cpp15 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/
DUnivariateRealSolverUtils.java54 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/
Dp1.cpp12 X0<int> x0; // expected-error{{too few template arguments for class template 'X0'}} variable
/external/clang/test/Sema/
Dinvalid-cast.cpp9 int foo(X<int[1]> x0) { in foo() argument
Darray-size.c4 int x0[1073741824]; // expected-error{{array is too large}} in f() local
/external/valgrind/memcheck/tests/x86-linux/
Dscalar_exit_group.c7 long x0 = px[0]; in main() local
/external/valgrind/memcheck/tests/darwin/
Dscalar_nocancel.c15 long x0 = px[0]; in main() local
Dscalar.c15 long x0 = px[0]; in main() local
/external/mesa3d/src/mesa/swrast/
Ds_zoom.c51 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/
Dvar1.c1 int *x0; variable
Dvar2.c1 int *x0; variable
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dtcd.h93 …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/
Dih264_resi_trans_quant.c125 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/
Dfloor1.c34 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/
Darm64-aapcs-arguments.c8 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()

1234567891011