Home
last modified time | relevance | path

Searched refs:CY (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/skia/tests/
DClipperTest.cpp74 static const SkScalar CY = SkScalarHalf(T + B); in test_intersectline() local
82 { L, CY }, { L - 10, CY }, in test_intersectline()
83 { R, CY }, { R + 10, CY }, in test_intersectline()
105 { L, CY }, { R, CY }, in test_intersectline()
106 { CX, T }, { R, CY }, in test_intersectline()
107 { CX, T }, { L, CY }, in test_intersectline()
108 { L, CY }, { CX, B }, in test_intersectline()
109 { R, CY }, { CX, B }, in test_intersectline()
125 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline()
126 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline()
[all …]
DEmptyPathTest.cpp104 #define CY (SkIntToScalar(DIMENSION) / 2) macro
107 static void make_M(SkPath* path) { path->moveTo(CX, CY); } in make_M()
108 static void make_MM(SkPath* path) { path->moveTo(CX, CY); path->moveTo(CX, CY); } in make_MM()
109 static void make_MZM(SkPath* path) { path->moveTo(CX, CY); path->close(); path->moveTo(CX, CY); } in make_MZM()
110 static void make_L(SkPath* path) { path->moveTo(CX, CY); path->lineTo(CX, CY); } in make_L()
111 static void make_Q(SkPath* path) { path->moveTo(CX, CY); path->quadTo(CX, CY, CX, CY); } in make_Q()
112 static void make_C(SkPath* path) { path->moveTo(CX, CY); path->cubicTo(CX, CY, CX, CY, CX, CY); } in make_C()
/external/eigen/blas/fortran/
Dcomplexdots.f1 COMPLEX FUNCTION CDOTC(N,CX,INCX,CY,INCY)
3 COMPLEX CX(*),CY(*) local
7 CALL CDOTCW(N,CX,INCX,CY,INCY,RES)
12 COMPLEX FUNCTION CDOTU(N,CX,INCX,CY,INCY)
14 COMPLEX CX(*),CY(*) local
18 CALL CDOTUW(N,CX,INCX,CY,INCY,RES)
23 DOUBLE COMPLEX FUNCTION ZDOTC(N,CX,INCX,CY,INCY)
25 DOUBLE COMPLEX CX(*),CY(*) local
29 CALL ZDOTCW(N,CX,INCX,CY,INCY,RES)
34 DOUBLE COMPLEX FUNCTION ZDOTU(N,CX,INCX,CY,INCY)
[all …]
/external/eigen/blas/testing/
Dzblat1.f334 + CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7) local
531 CY(I) = CY1(I)
535 CDOT(1) = ZDOTC(N,CX,INCX,CY,INCY)
539 CDOT(1) = ZDOTU(N,CX,INCX,CY,INCY)
543 CALL ZAXPY(N,CA,CX,INCX,CY,INCY)
544 CALL CTEST(LENY,CY,CT8(1,KN,KI),CSIZE2(1,KSIZE),SFAC)
547 CALL ZCOPY(N,CX,INCX,CY,INCY)
548 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0D0)
551 CALL ZSWAP(N,CX,INCX,CY,INCY)
553 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0D0)
Dcblat1.f334 + CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7) local
531 CY(I) = CY1(I)
535 CDOT(1) = CDOTC(N,CX,INCX,CY,INCY)
539 CDOT(1) = CDOTU(N,CX,INCX,CY,INCY)
543 CALL CAXPY(N,CA,CX,INCX,CY,INCY)
544 CALL CTEST(LENY,CY,CT8(1,KN,KI),CSIZE2(1,KSIZE),SFAC)
547 CALL CCOPY(N,CX,INCX,CY,INCY)
548 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0E0)
551 CALL CSWAP(N,CX,INCX,CY,INCY)
553 CALL CTEST(LENY,CY,CT10Y(1,KN,KI),CSIZE3,1.0E0)
/external/cblas/testing/
Dc_zblat1.f292 + CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7) local
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)
Dc_cblat1.f292 + CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7) local
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)
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-02.ll45 ; Check the next word up, which should use CY instead of C.
59 ; Check the high end of the aligned CY range.
89 ; Check the high end of the negative aligned CY range.
103 ; Check the low end of the CY range.
149 ; Check that CY allows an index.
/external/icu/icu4c/source/data/region/
Dsw_KE.txt8 CY{"Saiprasi"}
Dsw_CD.txt11 CY{"Saiprasi"}
Dzh_Hant_HK.txt26 CY{"塞浦路斯"}
Dckb.txt50 CY{"قیبرس"}
Dvai.txt51 CY{"ꕢꗡꖛꗐꔻ"}
Dshi.txt51 CY{"ⵇⵓⴱⵔⵓⵙ"}
Dzgh.txt51 CY{"ⵇⵓⴱⵔⵓⵙ"}
Ddyo.txt47 CY{"Siipr"}
Dks.txt88 CY{"سایفرٛس"}
Dbrx.txt87 CY{"साइप्रस"}
Dor.txt87 CY{"ସାଇପ୍ରସ୍"}
Dbs_Cyrl.txt90 CY{"Кипар"}
Dgu.txt91 CY{"સાયપ્રસ"}
Dmzn.txt91 CY{"قبرس"}
Dlo.txt90 CY{"ໄຊປຣັສ"}
Dne.txt91 CY{"साइप्रस"}
Dyue.txt91 CY{"賽普勒斯"}

12345678910