Home
last modified time | relevance | path

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

123456789

/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.cpp93 #define CY (SkIntToScalar(DIMENSION) / 2) macro
96 static void make_M(SkPath* path) { path->moveTo(CX, CY); } in make_M()
97 static void make_MM(SkPath* path) { path->moveTo(CX, CY); path->moveTo(CX, CY); } in make_MM()
98 static void make_MZM(SkPath* path) { path->moveTo(CX, CY); path->close(); path->moveTo(CX, CY); } in make_MZM()
99 static void make_L(SkPath* path) { path->moveTo(CX, CY); path->lineTo(CX, CY); } in make_L()
100 static void make_Q(SkPath* path) { path->moveTo(CX, CY); path->quadTo(CX, CY, CX, CY); } in make_Q()
101 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.f292 + CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7) local
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)
Dcblat1.f292 + CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7) local
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)
/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_CD.txt15 CY{"Kuprosi"}
Dzh_Hant_HK.txt20 CY{"塞浦路斯"}
Dchr.txt68 CY{"ᏌᎢᏆᏍ"}
Dshi.txt58 CY{"ⵇⵓⴱⵔⵓⵙ"}
Dzgh.txt57 CY{"ⵇⵓⴱⵔⵓⵙ"}
Dvai.txt58 CY{"ꕢꗡꖛꗐꔻ"}
Dbrx.txt94 CY{"साइप्रस"}
Ddyo.txt53 CY{"Siipr"}
Dks.txt95 CY{"سایفرٛس"}
Dor.txt94 CY{"ସାଇପ୍ରସ୍"}
Dko.txt98 CY{"키프로스"}
Dhe.txt98 CY{"קפריסין"}
Dzh.txt98 CY{"塞浦路斯"}
Duk.txt98 CY{"Кіпр"}
Dgu.txt98 CY{"સાયપ્રસ"}
Dml.txt98 CY{"സൈപ്രസ്"}
Dfa.txt98 CY{"قبرس"}

123456789