| /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/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 | AbstractDistribution.java | 60 public double cumulativeProbability(double x0, double x1) in cumulativeProbability()
|
| D | Distribution.java | 54 double cumulativeProbability(double x0, double x1) throws MathException; in cumulativeProbability()
|
| D | IntegerDistribution.java | 59 double cumulativeProbability(int x0, int x1) throws MathException; in cumulativeProbability()
|
| /external/skia/src/core/ |
| D | SkBitmapProcState_sample.h | 97 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)]; in MAKENAME() local 148 unsigned x0 = XX >> 14; in MAKENAME() local 188 unsigned x0 = data >> 14; in MAKENAME() local
|
| D | SkEdge.cpp | 35 SkFDot6 x0, y0, x1, y1; in setLine() local 90 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine() 182 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadraticWithoutUpdate() local 351 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubicWithoutUpdate() local
|
| /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/valgrind/memcheck/tests/x86-linux/ |
| D | scalar_exit_group.c | 7 long x0 = px[0]; in main() 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/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/clang/test/ASTMerge/Inputs/ |
| D | var1.c | 1 int *x0; variable
|
| D | var2.c | 1 int *x0; variable
|
| /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/clang/test/CXX/temp/temp.spec/ |
| D | no-body.cpp | 52 template<typename T> struct x0 { }; // expected-note {{explicitly specialized declaration is here}} struct 67 …template<> struct x0<int> { }; // expected-error {{class template specialization of 'x0' must o… struct
|
| /external/clang/test/SemaTemplate/ |
| D | unused-variables.cpp | 11 X0 x0; in f() local
|
| D | member-access-expr.cpp | 18 void test_f0(X0 x0) { in test_f0() argument 28 void test_f0_through_typedef(X0 x0) { in test_f0_through_typedef() 55 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.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/valgrind/memcheck/tests/solaris/ |
| D | scalar.h | 36 static long x0; variable
|
| /external/libopus/celt/ |
| D | celt.c | 101 opus_val32 x0, x1, x2, x3, x4; in comb_filter_const_c() local 159 opus_val32 x0, x1, x2, x3, x4; in comb_filter_const_c() local 190 opus_val32 x0, x1, x2, x3, x4; in comb_filter() local
|
| /external/skia/src/opts/ |
| D | SkBitmapProcState_opts_SSSE3.cpp | 50 int* x0, in PrepareConstantsTwoPixelPairs() 284 const int* x0, in ProcessTwoPixelPairs() 432 int x0[4]; in S32_generic_D32_filter_DX_SSSE3() local 469 unsigned x0 = xx >> 18; in S32_generic_D32_filter_DX_SSSE3() local 504 int x0[4]; in S32_generic_D32_filter_DX_SSSE3() local 543 const unsigned x0 = xx >> 18; in S32_generic_D32_filter_DX_SSSE3() local 658 unsigned x0 = data >> 14; in S32_generic_D32_filter_DXDY_SSSE3() local
|