/external/eigen/blas/fortran/ |
complexdots.f | 1 COMPLEX FUNCTION CDOTC(N,CX,INCX,CY,INCY) 3 COMPLEX CX(*),CY(*) 7 CALL CDOTCW(N,CX,INCX,CY,INCY,RES) 12 COMPLEX FUNCTION CDOTU(N,CX,INCX,CY,INCY) 14 COMPLEX CX(*),CY(*) 18 CALL CDOTUW(N,CX,INCX,CY,INCY,RES) 23 DOUBLE COMPLEX FUNCTION ZDOTC(N,CX,INCX,CY,INCY) 25 DOUBLE COMPLEX CX(*),CY(*) 29 CALL ZDOTCW(N,CX,INCX,CY,INCY,RES) 34 DOUBLE COMPLEX FUNCTION ZDOTU(N,CX,INCX,CY,INCY [all...] |
/external/opencv3/3rdparty/libwebp/dsp/ |
upsampling_neon.c | 88 #define CY 76283 229 const int32x2_t cf32 = vmov_n_s32(CY); \
|
/external/skia/tests/ |
ClipperTest.cpp | 74 static const SkScalar CY = SkScalarHalf(T + B); 82 { L, CY }, { L - 10, CY }, 83 { R, CY }, { R + 10, CY }, 105 { L, CY }, { R, CY }, 106 { CX, T }, { R, CY }, 107 { CX, T }, { L, CY }, 108 { L, CY }, { CX, B } [all...] |
EmptyPathTest.cpp | 104 #define CY (SkIntToScalar(DIMENSION) / 2) 107 static void make_M(SkPath* path) { path->moveTo(CX, CY); } 108 static void make_MM(SkPath* path) { path->moveTo(CX, CY); path->moveTo(CX, CY); } 109 static void make_MZM(SkPath* path) { path->moveTo(CX, CY); path->close(); path->moveTo(CX, CY); } 110 static void make_L(SkPath* path) { path->moveTo(CX, CY); path->lineTo(CX, CY); } 111 static void make_Q(SkPath* path) { path->moveTo(CX, CY); path->quadTo(CX, CY, CX, CY); [all...] |
/external/cblas/testing/ |
c_cblat1.f | 292 + CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7) 488 CY(I) = CY1(I) 492 CALL CDOTCTEST(N,CX,INCX,CY,INCY,CTEMP) 497 CALL CDOTUTEST(N,CX,INCX,CY,INCY,CTEMP) 502 CALL CAXPYTEST(N,CA,CX,INCX,CY,INCY) 503 CALL CTEST(LENY,CY,CT8(1,KN,KI),CSIZE2(1,KSIZE),SFAC) 506 CALL CCOPYTEST(N,CX,INCX,CY,INCY) 507 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0E0) 510 CALL CSWAPTEST(N,CX,INCX,CY,INCY) 512 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0E0 [all...] |
c_zblat1.f | 292 + CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7) 488 CY(I) = CY1(I) 492 CALL ZDOTCTEST(N,CX,INCX,CY,INCY,ZTEMP) 497 CALL ZDOTUTEST(N,CX,INCX,CY,INCY,ZTEMP) 502 CALL ZAXPYTEST(N,CA,CX,INCX,CY,INCY) 503 CALL CTEST(LENY,CY,CT8(1,KN,KI),CSIZE2(1,KSIZE),SFAC) 506 CALL ZCOPYTEST(N,CX,INCX,CY,INCY) 507 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0D0) 510 CALL ZSWAPTEST(N,CX,INCX,CY,INCY) 512 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0D0 [all...] |
/external/eigen/blas/testing/ |
cblat1.f | 292 + CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7) 489 CY(I) = CY1(I) 493 CDOT(1) = CDOTC(N,CX,INCX,CY,INCY) 497 CDOT(1) = CDOTU(N,CX,INCX,CY,INCY) 501 CALL CAXPY(N,CA,CX,INCX,CY,INCY) 502 CALL CTEST(LENY,CY,CT8(1,KN,KI),CSIZE2(1,KSIZE),SFAC) 505 CALL CCOPY(N,CX,INCX,CY,INCY) 506 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0E0) 509 CALL CSWAP(N,CX,INCX,CY,INCY) 511 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0E0 [all...] |
zblat1.f | 292 + CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7) 489 CY(I) = CY1(I) 493 CDOT(1) = ZDOTC(N,CX,INCX,CY,INCY) 497 CDOT(1) = ZDOTU(N,CX,INCX,CY,INCY) 501 CALL ZAXPY(N,CA,CX,INCX,CY,INCY) 502 CALL CTEST(LENY,CY,CT8(1,KN,KI),CSIZE2(1,KSIZE),SFAC) 505 CALL ZCOPY(N,CX,INCX,CY,INCY) 506 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0D0) 509 CALL ZSWAP(N,CX,INCX,CY,INCY) 511 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0D0 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
comutil.h | 395 _variant_t(const CY &cySrc) throw(); 416 operator CY() const; 438 _variant_t &operator=(const CY &cySrc); 539 inline _variant_t::_variant_t(const CY &cySrc) throw() { 638 inline _variant_t::operator CY() const { 798 inline _variant_t &_variant_t::operator=(const CY &cySrc) 1076 return memcmp(&(V_CY(this)),&(V_CY(pSrc)),sizeof(CY))==0;
|
wtypes.h | 128 LONG cy; 134 LONG cy; 625 } CY; 633 } CY; 636 typedef CY *LPCY;
|
mapidefs.h | 238 } CY; 241 typedef CY CURRENCY; [all...] |
wabdefs.h | 235 } CY; 238 typedef CY CURRENCY; [all...] |
ksmedia.h | [all...] |
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | [all...] |
/external/valgrind/none/tests/s390x/ |
opcodes.h | 235 #define CY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,59)
|
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |
/external/guice/lib/build/jdiff/ |
xerces.jar | |
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/ |
itext-2.0.8.jar | |
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/ |
xercesImpl-2.6.2.jar | |