/external/eigen/blas/f2c/ |
D | complexdots.c | 21 complex cdotc_(integer *n, complex *cx, integer in cdotc_() 37 complex cdotu_(integer *n, complex *cx, integer in cdotu_() 53 doublecomplex zdotc_(integer *n, doublecomplex *cx, integer *incx, in zdotc_() 69 doublecomplex zdotu_(integer *n, doublecomplex *cx, integer *incx, in zdotu_()
|
/external/skia/gm/ |
D | inversepaths.cpp | 12 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square() 19 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line() 26 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle() 32 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line() 67 SkScalar cx = slideWidth / 2 + slideBoundary; variable
|
D | filterbitmap.cpp | 50 SkScalar cx = SkScalarHalf(fBM.width()); in onOnceBeforeDraw() local 162 int cx = (x * fNumChecks) / fSize; in makeBitmap() local
|
/external/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 59 const GLfloat cx = from[0]; in TAG() local 139 const GLfloat cx = from[0]; in TAG() local 195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in TAG() local 231 const GLfloat cx = from[0], cy = from[1]; in TAG() local
|
D | m_debug_clip.c | 82 const GLfloat cx = from[0]; in ref_cliptest_points4() local 139 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in ref_cliptest_points3() local 177 const GLfloat cx = from[0], cy = from[1]; in ref_cliptest_points2() local
|
/external/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 121 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU() 234 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU() 276 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU() 330 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU() 528 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU() 669 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU() 744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU() 807 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU() 973 const int32_t *cx, in ucnv_extGetUnicodeSetString() 1029 const int32_t *cx; in ucnv_extGetUnicodeSet() local
|
/external/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 23 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local 88 int cx = c & 0x03; in DEF_TEST() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 22 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local 80 int cx = c & 0x03; in DEF_TEST() local
|
D | InfRectTest.cpp | 42 int cx = r.centerX(); in test_center() local
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri_tmp.h | 119 int cx[NR_PLANES]; in TAG() local 222 int cx[NR_PLANES]; in TAG() local 315 const int cx = (plane[j].c - 1 in TRI_16() local 346 const int cx = (plane[j].c in TRI_4() local
|
/external/v8/test/webkit/fast/js/kde/ |
D | eval.js | 38 var cx = c.x; variable
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86.h | 43 #define cpuid(func, func2, ax, bx, cx, dx)\ argument 49 #define cpuid(func, func2, ax, bx, cx, dx)\ argument 59 #define cpuid(func, func2, ax, bx, cx, dx)\ argument 68 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
|
/external/skia/src/svg/parser/ |
D | SkSVGCircle.cpp | 26 SkScalar cx, cy, r; in DEFINE_SVG_INFO() local
|
D | SkSVGEllipse.cpp | 27 SkScalar cx, cy, rx, ry; in DEFINE_SVG_INFO() local
|
/external/opencv3/modules/calib3d/src/ |
D | p3p.h | 57 double fx, fy, cx, cy; variable
|
/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.cpp | 63 AGG_INLINE void cell_aa::set_coord(int cx, int cy) in set_coord() 68 AGG_INLINE void cell_aa::set(int cx, int cy, int c, int a) in set() 229 int cx = (x1 + x2) >> 1; in render_line() local
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | index_testing.h | 186 int cx; variable 278 int cx; variable
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | bilateral_filter.cu | 94 for (int cx = x - r; cx < tx; ++cx) in bilateral_kernel() local 110 for (int cx = x - r; cx < tx; ++cx) in bilateral_kernel() local
|
/external/opencv3/samples/cpp/tutorial_code/core/discrete_fourier_transform/ |
D | discrete_fourier_transform.cpp | 54 int cx = magI.cols/2; in main() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aatritemp.h | 223 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F; variable 285 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F; variable
|
/external/opencv3/modules/viz/src/ |
D | types.cpp | 95 cv::viz::Camera::Camera(double fx, double fy, double cx, double cy, const Size &window_size) in Camera() 146 void cv::viz::Camera::init(double fx, double fy, double cx, double cy, const Size &window_size) in init()
|
/external/opencv3/samples/cpp/ |
D | dft.cpp | 59 int cx = mag.cols/2; in main() local
|
/external/skia/src/core/ |
D | SkBlitBWMaskTemplate.h | 30 int cx = clip.fLeft; in SK_BLITBWMASK_NAME() local
|
/external/skia/include/effects/ |
D | SkGradientShader.h | 122 static SkShader* CreateSweep(SkScalar cx, SkScalar cy, in CreateSweep()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | arc.h | 40 VGfloat cx, cy; member
|