/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/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/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/swiftshader/third_party/llvm-7.0/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/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/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | b43a17bf17bca69685b4e1821a3e3543.0000173a.honggfuzz.cov | 6 ….�c��B&��/m���i�E5dP��t�7(�� ����;4n,�"�lv�54�2,���klz�$�����xt��CY�Dh����/�>�ꩂ�?��i3… 11 ….�c��B&��/m���i�E5dP��t�7(�� ����;4n,�"�lv�54�2,���klz�$�����xt��CY�Dh����/�>�ꩂ�?��i3…
|
/external/icu/icu4c/source/data/region/ |
D | sw_CD.txt | 11 CY{"Saiprasi"}
|
D | zh_Hant_HK.txt | 27 CY{"塞浦路斯"}
|
D | sw_KE.txt | 15 CY{"Saiprasi"}
|
D | zgh.txt | 51 CY{"ⵇⵓⴱⵔⵓⵙ"}
|
D | shi.txt | 51 CY{"ⵇⵓⴱⵔⵓⵙ"}
|
D | dyo.txt | 47 CY{"Siipr"}
|
D | tg.txt | 57 CY{"Кипр"}
|
D | vai.txt | 61 CY{"ꕢꗡꖛꗐꔻ"}
|
D | brx.txt | 87 CY{"साइप्रस"}
|
D | ks.txt | 88 CY{"سایفرٛس"}
|
D | tt.txt | 56 CY{"Кипр"}
|
D | hi.txt | 92 CY{"साइप्रस"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP9.td | 109 // Only one CY (Crypto) unit. 110 def CY : ProcResource<1>; 361 def P9_CY_6C : SchedWriteRes<[CY]> {
|