HomeSort by relevance Sort by last modified time
    Searched defs:CX (Results 1 - 21 of 21) sorted by null

  /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/
ClipperTest.cpp 73 static const SkScalar CX = SkScalarHalf(L + R);
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, B }
    [all...]
EmptyPathTest.cpp 92 #define CX (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...]
  /external/clang/test/Layout/
ms-x86-primary-bases.cpp 217 struct CX : B0X, B2X { int a; CX() : a(0xf000000C) {} virtual void g() { printf("C"); } };
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)+
ms-x86-aligned-tail-padding.cpp 454 struct CX : B5X, virtual B2X, virtual B6X, virtual B3X {
456 CX() : a(0xf000000C) {}
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)+
ms-x86-lazy-empty-nonvirtual-base.cpp 689 struct CX : B1X, B3X, B2X, virtual B0X {
691 CX() : a(0x0000000C) { printf(" C = %p\n", this); }
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/
ClipperTest.cpp 73 static const SkScalar CX = SkScalarHalf(L + R);
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, B }
    [all...]
EmptyPathTest.cpp 92 #define CX (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...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 41 static final String CX = "CX";
  /external/eigen/blas/testing/
cblat1.f 90 COMPLEX CTRUE5(8,5,2), CTRUE6(8,5,2), CV(8,5,2), CX(8),
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,INCX
    [all...]
zblat1.f 90 COMPLEX*16 CTRUE5(8,5,2), CTRUE6(8,5,2), CV(8,5,2), CX(8),
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,INCX
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 559 xor cx,cx local
560 not cx
565 not cx
566 dec cx
567 push cx
573 pop cx
583 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)
3422 mov cx, 10[bp] ; count local
3423 cmp cx, #0x00 local
3460 mov cx, 10[bp] ; count local
3461 cmp cx, #0x00 local
3501 mov cx, 12[bp] ; count local
3502 cmp cx, #0x0000 local
3547 mov cx, 12[bp] ; count local
3548 cmp cx, #0x0000 local
3846 xor cx, cx local
3856 add cx, #0x8 local
3857 cmp cx, #0x200 ;; search bus #0 and #1 local
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 289 CX(new String[]{
390 "upper", "CX",
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 195 ASTContext &CX = S.Context;
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"),
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 887 const SCEVCastExpr *CX = cast<SCEVCastExpr>(X);
889 const SCEV *Xop = CX->getOperand();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 103 #define CX cx
104 #define ECX cx
165 #define CX %cx
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 103 #define CX cx
104 #define ECX cx
165 #define CX %cx
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 291 push cx
295 mov cx, 10[bp] ; count local
296 test cx, cx local
310 pop cx
331 push cx
337 mov cx, 12[bp] ; count local
338 test cx, cx local
357 pop cx
384 mov cx, 12[bp] ; count local
385 test cx, cx local
558 mov cx,di local
574 mov cx,di local
785 Bit16u bx, dx, cx, ax; member in struct:__anon13963::__anon13964::__anon13965
802 Bit16u bx, filler5, dx, filler6, cx, filler7, ax, filler8; member in struct:__anon13967::__anon13968::__anon13970
3336 mov cx, _ata_cmd_packet.lbefore + 2[bp] local
3356 mov cx, _ata_cmd_packet.lcount + 2[bp] local
3987 mov cx, _int15_function.CX [bx] local
6476 mov cx, #0x0100 ;; counter (256 words = 512b) local
6616 mov cx, #0x0100 ;; counter (256 words = 512b) local
8428 pop cx ;; remove make_far_call from stack local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 2204 milliseconds