Home
last modified time | relevance | path

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

12345678910>>...20

/external/dagger2/lib/
Dauto-common-1.0-20151022.071545-39.jar ... ) javax.lang.model.type.NoType x0 Object x1 public volatile synthetic java.lang.Object ...
Dauto-factory-1.0-20150915.183854-35.jar ... ) javax.lang.model.element.TypeElement x0 Object x1 protected volatile synthetic java.lang.Object ...
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/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/robolectric/v3/
Drobolectric-processor-3.1-SNAPSHOT.jar ... .String, java.lang.Object) String x0 Object x1 } org/robolectric/annotation/processing ...
/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
/external/skia/src/core/
DSkBitmapProcState_sample.h97 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
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/opencv3/modules/imgproc/src/
Dfilter.cpp540 __m128i x0, x1, x2, x3; in operator ()() local
571 __m128i f, z = _mm_setzero_si128(), s0 = z, x0, x1; in operator ()() local
641 __m128i x0, x1, x2, y0, y1, y2; in operator ()() local
661 __m128i x0, x1, x2, y0, y1, y2; in operator ()() local
687 __m128i x0, x1, x2, y0, y1, t0, t1, z0, z1, z2, z3; in operator ()() local
725 __m128i x0, x1, x2, y0, y1, y2; in operator ()() local
753 __m128i x0, x1, x2, y0, y1, t0, t1, z0, z1, z2, z3; in operator ()() local
809 __m128i x0, x1, y0; in operator ()() local
826 __m128i x0, x1, y0, y1, z0, z1, z2, z3; in operator ()() local
859 __m128i x0, x1, x2, y0, y1, t0, t1, z0, z1, z2, z3; in operator ()() local
[all …]
/external/guice/lib/build/
Djavax.inject-tck.jarorg/ org/atinject/ org/atinject/tck/ org/atinject/tck/auto ...
/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/opencv3/modules/hal/src/
Dmathfuncs.cpp183 v_float32x4 x0 = v_load(x + i), x1 = v_load(x + i + 4); in magnitude() local
194 float x0 = x[i], y0 = y[i]; in magnitude() local
219 v_float64x2 x0 = v_load(x + i), x1 = v_load(x + i + 2); in magnitude() local
230 double x0 = x[i], y0 = y[i]; in magnitude() local
567 double x0 = x[i].f * exp_prescale; in exp() local
626 double x0 = x[i].f * exp_prescale; in exp() local
729 double x0 = x[i].f * exp_prescale; in exp() local
794 double x0 = x[i].f * exp_prescale; in exp() local
1155 double x0, x1, x2, x3; in log() local
1215 float x0; in log() local
[all …]
/external/vulkan-validation-layers/demos/smoke/android/gradle/wrapper/
Dgradle-wrapper.jar ... ) org.gradle.wrapper.Download$1 x0 } org/gradle/wrapper/IDownload.class ...
/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/vulkan-validation-layers/build-android/gradle-templates/gradle/wrapper/
Dgradle-wrapper.jar ... ) org.gradle.wrapper.Download$1 x0 } org/gradle/wrapper/IDownload.class ...
/external/skia/platform_tools/android/apps/gradle/wrapper/
Dgradle-wrapper.jar ... ) org.gradle.wrapper.Download$1 x0 } org/gradle/wrapper/IDownload.class ...
/external/skia/src/opts/
DSkBitmapProcState_opts_SSSE3.cpp56 int* x0, in PrepareConstantsTwoPixelPairs()
290 const int* x0, in ProcessTwoPixelPairs()
438 int x0[4]; in S32_generic_D32_filter_DX_SSSE3() local
475 unsigned x0 = xx >> 18; in S32_generic_D32_filter_DX_SSSE3() local
510 int x0[4]; in S32_generic_D32_filter_DX_SSSE3() local
549 const unsigned x0 = xx >> 18; in S32_generic_D32_filter_DX_SSSE3() local
664 unsigned x0 = data >> 14; in S32_generic_D32_filter_DXDY_SSSE3() 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/smali/gradle/wrapper/
Dgradle-wrapper.jar ... ) org.gradle.wrapper.Download$1 x0 } org/gradle/wrapper/IDownload.class ...
/external/testng/gradle/wrapper/
Dgradle-wrapper.jar ... ) org.gradle.wrapper.Download$1 x0 } org/gradle/wrapper/IDownload.class ...
/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/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/pdfium/third_party/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

12345678910>>...20