HomeSort by relevance Sort by last modified time
    Searched refs:CY (Results 1 - 25 of 29) sorted by null

1 2

  /external/eigen/blas/
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/chromium_org/third_party/skia/tests/
EmptyPathTest.cpp 93 #define CY (SkIntToScalar(DIMENSION) / 2)
96 static void make_M(SkPath* path) { path->moveTo(CX, CY); }
97 static void make_MM(SkPath* path) { path->moveTo(CX, CY); path->moveTo(CX, CY); }
98 static void make_MZM(SkPath* path) { path->moveTo(CX, CY); path->close(); path->moveTo(CX, CY); }
99 static void make_L(SkPath* path) { path->moveTo(CX, CY); path->lineTo(CX, CY); }
100 static void make_Q(SkPath* path) { path->moveTo(CX, CY); path->quadTo(CX, CY, CX, CY);
    [all...]
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...]
  /external/skia/tests/
EmptyPathTest.cpp 93 #define CY (SkIntToScalar(DIMENSION) / 2)
96 static void make_M(SkPath* path) { path->moveTo(CX, CY); }
97 static void make_MM(SkPath* path) { path->moveTo(CX, CY); path->moveTo(CX, CY); }
98 static void make_MZM(SkPath* path) { path->moveTo(CX, CY); path->close(); path->moveTo(CX, CY); }
99 static void make_L(SkPath* path) { path->moveTo(CX, CY); path->lineTo(CX, CY); }
100 static void make_Q(SkPath* path) { path->moveTo(CX, CY); path->quadTo(CX, CY, CX, CY);
    [all...]
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleauto.h 126 WINOLEAUTAPI VarUI1FromCy(CY cyIn,BYTE *pbOut);
141 WINOLEAUTAPI VarI2FromCy(CY cyIn,SHORT *psOut);
156 WINOLEAUTAPI VarI4FromCy(CY cyIn,LONG *plOut);
172 WINOLEAUTAPI VarI8FromCy(CY cyIn,LONG64 *pi64Out);
188 WINOLEAUTAPI VarR4FromCy(CY cyIn,FLOAT *pfltOut);
203 WINOLEAUTAPI VarR8FromCy(CY cyIn,DOUBLE *pdblOut);
219 WINOLEAUTAPI VarDateFromCy(CY cyIn,DATE *pdateOut);
228 WINOLEAUTAPI VarCyFromUI1(BYTE bIn,CY *pcyOut);
229 WINOLEAUTAPI VarCyFromI2(SHORT sIn,CY *pcyOut);
230 WINOLEAUTAPI VarCyFromI4(LONG lIn,CY *pcyOut)
    [all...]
mqmail.h 45 CY cy; member in union:MQMailFormFieldData_tag
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;
propidl.h 104 CY *pElems;
191 CY cyVal;
242 CY *pcyVal;
cmdtree.h 318 CY cyValue;
olectl.h 78 CY cySize;
sqloledb.h 207 CY cyMoneyVal;
ocidl.h     [all...]
mapidefs.h 238 } CY;
241 typedef CY CURRENCY;
    [all...]
wabdefs.h 235 } CY;
238 typedef CY CURRENCY;
    [all...]
oaidl.h 155 typedef CY CURRENCY;
276 CY cyVal;
290 CY *pcyVal;
347 CY cyVal;
362 CY *pcyVal;
    [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...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 294 CY(new String[]{
    [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 96 "??8*??S??EHf_??R?_??<!ym????c??? ???XJ?!&?? <????b ?????????/??L?l?!+??<B\X?????9???WU??G: ???2?<}X??A????K?+?XTo-??G\??<:,R{M?;c?X_m???????RT'??????<(> )????o??>??? ??>??F??&`<jF4!?åt??$CY? ?P,p????J?v]H0<2BJ!?+U?¦ ?bV,? ????*R?:Z??`<P??bs?w?*?]?2??C???O8??:?<$LS9??6??ptC??????i??rA <4?Q?Dy?o??W? f ?P?P???Kr>?<z?A?iA???????P??D???x?gP<=?q??z?v?e??*iZ??D}??c???r?K`<zXA?5?a??J??????C??0*h??j@<"/q???w??[???W???U?q???<F{t??y????S??]????????E?<H9?#U%?????|[YV8??[H? ??wP<x?&?i???.??p???=?`? a??@?w0<H>?v?"??J??[t?'V????r
    [all...]
  /external/valgrind/main/none/tests/s390x/
opcodes.h 235 #define CY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,59)
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 888 const SCEVCastExpr *CY = cast<SCEVCastExpr>(Y);
890 const SCEV *Yop = CY->getOperand();
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 1283 milliseconds

1 2