Searched defs:CX (Results 1 - 22 of 22) sorted by relevance

/external/eigen/blas/
H A Dcomplexdots.f1 COMPLEX FUNCTION CDOTC(N,CX,INCX,CY,INCY)
3 COMPLEX CX(*),CY(*) local in function:CDOTC
7 CALL CDOTCW(N,CX,INCX,CY,INCY,RES)
12 COMPLEX FUNCTION CDOTU(N,CX,INCX,CY,INCY)
14 COMPLEX CX(*),CY(*) local in function:CDOTU
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 in function:ZDOTC
29 CALL ZDOTCW(N,CX,INCX,CY,INCY,RES)
34 DOUBLE COMPLEX FUNCTION ZDOTU(N,CX,INC
36 DOUBLE COMPLEX CX local in function:ZDOTU
[all...]
/external/chromium_org/third_party/skia/tests/
H A DClipperTest.cpp73 static const SkScalar CX = SkScalarHalf(L + R); local
84 { CX, T }, { CX, T - 10 },
85 { CX, B }, { CX, B + 10 },
104 { CX, T }, { CX, B },
106 { CX, T }, { R, CY },
107 { CX, T }, { L, CY },
108 { L, CY }, { CX,
[all...]
H A DEmptyPathTest.cpp92 #define CX (SkIntToScalar(DIMENSION) / 2) macro
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, C
[all...]
/external/clang/test/Layout/
H A Dms-x86-primary-bases.cpp217 struct CX : B0X, B2X { int a; CX() : a(0xf000000C) {} virtual void g() { printf("C"); } }; function in struct:CX
221 // CHECK-NEXT: 0 | struct CX
222 // CHECK-NEXT: 0 | (CX vftable pointer)
236 // CHECK-X64-NEXT: 0 | struct CX
237 // CHECK-X64-NEXT: 0 | (CX vftable pointer)
326 sizeof(CX)+
H A Dms-x86-aligned-tail-padding.cpp454 struct CX : B5X, virtual B2X, virtual B6X, virtual B3X { struct in inherits:B5X,B2X,B6X,B3X
456 CX() : a(0xf000000C) {} function in struct:CX
463 // CHECK-NEXT: 0 | struct CX
464 // CHECK-NEXT: 0 | (CX vftable pointer)
483 // CHECK-X64-NEXT: 0 | struct CX
484 // CHECK-X64-NEXT: 0 | (CX vftable pointer)
533 sizeof(CX)+
H A Dms-x86-lazy-empty-nonvirtual-base.cpp689 struct CX : B1X, B3X, B2X, virtual B0X { struct in inherits:B1X,B3X,B2X,B0X
691 CX() : a(0x0000000C) { printf(" C = %p\n", this); } function in struct:CX
695 // CHECK-NEXT: 0 | struct CX
699 // CHECK-NEXT: 16 | (CX vbtable pointer)
705 // CHECK-X64-NEXT: 0 | struct CX
709 // CHECK-X64-NEXT: 16 | (CX vbtable pointer)
833 sizeof(CX)+
/external/skia/tests/
H A DClipperTest.cpp73 static const SkScalar CX = SkScalarHalf(L + R); local
84 { CX, T }, { CX, T - 10 },
85 { CX, B }, { CX, B + 10 },
104 { CX, T }, { CX, B },
106 { CX, T }, { R, CY },
107 { CX, T }, { L, CY },
108 { L, CY }, { CX,
[all...]
H A DEmptyPathTest.cpp92 #define CX (SkIntToScalar(DIMENSION) / 2) macro
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, C
[all...]
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java41 static final String CX = "CX"; field in class:RegionCode
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h452 ModRefResult getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc);
455 ModRefResult getModRefInfo(const AtomicCmpXchgInst *CX, argument
457 return getModRefInfo(CX, Location(P, Size));
/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp361 AliasAnalysis::getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc) { argument
363 if (CX->getSuccessOrdering() > Monotonic)
367 if (!alias(getLocation(CX), Loc))
H A DDependenceAnalysis.cpp887 const SCEVCastExpr *CX = cast<SCEVCastExpr>(X); local
889 const SCEV *Xop = CX->getOperand();
/external/eigen/blas/testing/
H A Dcblat1.f90 COMPLEX CTRUE5(8,5,2), CTRUE6(8,5,2), CV(8,5,2), CX(8), local in subroutine:CHECK1
206 CX(I) = CV(I,NP1,INCX)
210 CALL STEST1(SCNRM2(N,CX,INCX),STRUE2(NP1),STRUE2(NP1),
214 CALL STEST1(SCASUM(N,CX,INCX),STRUE4(NP1),STRUE4(NP1),
218 CALL CSCAL(N,CA,CX,INCX)
219 CALL CTEST(LEN,CX,CTRUE5(1,NP1,INCX),CTRUE5(1,NP1,INCX),
223 CALL CSSCAL(N,SA,CX,INCX)
224 CALL CTEST(LEN,CX,CTRUE6(1,NP1,INCX),CTRUE6(1,NP1,INCX),
228 CALL ITEST1(ICAMAX(N,CX,INCX),ITRUE3(NP1))
246 CALL CSCAL(5,CA,CX,INC
292 + CT8(7,4,4), CX local in subroutine:CHECK2
[all...]
H A Dzblat1.f90 COMPLEX*16 CTRUE5(8,5,2), CTRUE6(8,5,2), CV(8,5,2), CX(8), local in subroutine:CHECK1
206 CX(I) = CV(I,NP1,INCX)
210 CALL STEST1(DZNRM2(N,CX,INCX),STRUE2(NP1),STRUE2(NP1),
214 CALL STEST1(DZASUM(N,CX,INCX),STRUE4(NP1),STRUE4(NP1),
218 CALL ZSCAL(N,CA,CX,INCX)
219 CALL CTEST(LEN,CX,CTRUE5(1,NP1,INCX),CTRUE5(1,NP1,INCX),
223 CALL ZDSCAL(N,SA,CX,INCX)
224 CALL CTEST(LEN,CX,CTRUE6(1,NP1,INCX),CTRUE6(1,NP1,INCX),
228 CALL ITEST1(IZAMAX(N,CX,INCX),ITRUE3(NP1))
246 CALL ZSCAL(5,CA,CX,INC
292 + CT8(7,4,4), CX local in subroutine:CHECK2
[all...]
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
588 printf("vgabios call ah%02x al%02x bx%04x cx%04x dx%04x\n",GET_AH(),GET_AL(),BX,CX,DX);
596 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
629 biosfn_get_cursor_pos(GET_BH(),&CX,&DX); local
638 CX=0x00;
654 biosfn_write_char_attr(GET_AL(),GET_BH(),GET_BL(),CX); local
657 biosfn_write_char_only(GET_AL(),GET_BH(),GET_BL(),CX); local
660 biosfn_write_pixel(GET_BH(),GET_AL(),CX,D local
663 biosfn_read_pixel(GET_BH(),CX,DX,&AX); local
679 biosfn_load_text_user_pat(GET_AL(),ES,BP,CX,DX,GET_BL(),GET_BH()); local
709 biosfn_get_font_info(GET_BH(),&ES,&BP,&CX,&DX); local
739 biosfn_write_string(GET_AL(),GET_BH(),GET_BL(),CX,GET_DH(),GET_DL(),ES,BP); local
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java289 CX(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
390 "upper", "CX",
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp195 ASTContext &CX = S.Context; local
208 S.NSNumberDecl = ObjCInterfaceDecl::Create(CX,
209 CX.getTranslationUnitDecl(),
223 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl);
224 S.NSNumberPointer = CX.getObjCObjectPointerType(NSNumberObject);
233 ObjCMethodDecl::Create(CX, SourceLocation(), SourceLocation(), Sel,
242 &CX.Idents.get("value"),
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h103 #define CX cx macro
165 #define CX %cx macro
830 #define W_CX CX
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h103 #define CX cx macro
165 #define CX %cx macro
830 #define W_CX CX
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c995 #define SET_CL(val8) CX = ((CX & 0xff00) | (val8))
999 #define SET_CH(val8) CX = ((CX & 0x00ff) | ((val8) << 8))
1004 #define GET_CL() ( CX & 0x00ff )
1008 #define GET_CH() ( CX >> 8 )
2952 insw ;; CX words transfered from port(DX) to ES:[DI]
2957 insd ;; CX dwords transfered from port(DX) to ES:[DI]
3104 outsw ;; CX words transfered from port(DX) to ES:[SI]
3110 outsd ;; CX dword
3825 Bit16u CX,DX; local
4477 Bit16u CX,DX; local
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 8212 milliseconds