/external/skia/tests/ |
D | ClipperTest.cpp | 82 static const SkScalar CY = SkScalarHalf(T + B); in test_intersectline() local 90 { L, CY }, { L - 10, CY }, in test_intersectline() 91 { R, CY }, { R + 10, CY }, in test_intersectline() 113 { L, CY }, { R, CY }, in test_intersectline() 114 { CX, T }, { R, CY }, in test_intersectline() 115 { CX, T }, { L, CY }, in test_intersectline() 116 { L, CY }, { CX, B }, in test_intersectline() 117 { R, CY }, { CX, B }, in test_intersectline() 133 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline() 134 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline() [all …]
|
D | EmptyPathTest.cpp | 105 #define CY (SkIntToScalar(DIMENSION) / 2) macro 108 static void make_M(SkPath* path) { path->moveTo(CX, CY); } in make_M() 109 static void make_MM(SkPath* path) { path->moveTo(CX, CY).moveTo(CX, CY); } in make_MM() 110 static void make_MZM(SkPath* path) { path->moveTo(CX, CY).close().moveTo(CX, CY); } in make_MZM() 111 static void make_L(SkPath* path) { path->moveTo(CX, CY).lineTo(CX, CY); } in make_L() 112 static void make_Q(SkPath* path) { path->moveTo(CX, CY).quadTo(CX, CY, CX, CY); } in make_Q() 113 static void make_C(SkPath* path) { path->moveTo(CX, CY).cubicTo(CX, CY, CX, CY, CX, CY); } in make_C()
|
/external/skqp/tests/ |
D | ClipperTest.cpp | 82 static const SkScalar CY = SkScalarHalf(T + B); in test_intersectline() local 90 { L, CY }, { L - 10, CY }, in test_intersectline() 91 { R, CY }, { R + 10, CY }, in test_intersectline() 113 { L, CY }, { R, CY }, in test_intersectline() 114 { CX, T }, { R, CY }, in test_intersectline() 115 { CX, T }, { L, CY }, in test_intersectline() 116 { L, CY }, { CX, B }, in test_intersectline() 117 { R, CY }, { CX, B }, in test_intersectline() 133 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline() 134 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline() [all …]
|
D | EmptyPathTest.cpp | 105 #define CY (SkIntToScalar(DIMENSION) / 2) macro 108 static void make_M(SkPath* path) { path->moveTo(CX, CY); } in make_M() 109 static void make_MM(SkPath* path) { path->moveTo(CX, CY).moveTo(CX, CY); } in make_MM() 110 static void make_MZM(SkPath* path) { path->moveTo(CX, CY).close().moveTo(CX, CY); } in make_MZM() 111 static void make_L(SkPath* path) { path->moveTo(CX, CY).lineTo(CX, CY); } in make_L() 112 static void make_Q(SkPath* path) { path->moveTo(CX, CY).quadTo(CX, CY, CX, CY); } in make_Q() 113 static void make_C(SkPath* path) { path->moveTo(CX, CY).cubicTo(CX, CY, CX, CY, CX, CY); } in make_C()
|
/external/eigen/blas/fortran/ |
D | complexdots.f | 1 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/cblas/testing/ |
D | c_zblat1.f | 292 + 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)
|
D | c_cblat1.f | 292 + 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/eigen/blas/testing/ |
D | zblat1.f | 334 + 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)
|
D | cblat1.f | 334 + 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/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-02.ll | 45 ; 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/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-02.ll | 45 ; 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/ |
D | zh_Hant_HK.txt | 28 CY{"塞浦路斯"}
|
D | zgh.txt | 52 CY{"ⵇⵓⴱⵔⵓⵙ"}
|
D | shi.txt | 52 CY{"ⵇⵓⴱⵔⵓⵙ"}
|
D | dyo.txt | 48 CY{"Siipr"}
|
D | tt.txt | 57 CY{"Кипр"}
|
D | ks.txt | 89 CY{"سایفرس"}
|
D | brx.txt | 88 CY{"साइप्रस"}
|
D | mzn.txt | 92 CY{"قبرس"}
|
D | chr.txt | 93 CY{"ᏌᎢᏆᏍ"}
|
D | gu.txt | 93 CY{"સાયપ્રસ"}
|
D | ru.txt | 93 CY{"Кипр"}
|
D | yue_Hans.txt | 94 CY{"赛普勒斯"}
|
D | sd.txt | 93 CY{"سائپرس"}
|
D | ckb.txt | 93 CY{"قیبرس"}
|