Searched refs:ML (Results 1 - 25 of 29) sorted by relevance

12

/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp184 const uint32_t ML = 0; local
192 CHECK_SKELETON(ML, "nochange", "nochange");
196 CHECK_SKELETON(ML, "OOPS", "OOPS");
197 CHECK_SKELETON(ML, "00PS", "OOPS");
205 // This mapping exists in the ML and MA tables, does not exist in SL, SA
206 // 0C83 ; 0983 ; ML
212 CHECK_SKELETON(ML, "\\u0C83", "\\u0983");
218 CHECK_SKELETON(ML, "\\u0391", "A");
222 CHECK_SKELETON(ML, "\\u13CF", "b");
231 CHECK_SKELETON(ML, "\\u002
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java403 int ML = 0;
412 checkSkeleton(sc, ML, "nochange", "nochange", testName);
416 checkSkeleton(sc, ML, "OOPS", "OOPS", testName);
417 checkSkeleton(sc, ML, "00PS", "OOPS", testName);
425 // 0C83 mapping existed in the ML and MA tables, did not exist in SL, SA (Original Unicode 7)
427 // 0C83 ; 0983 ; ML # KANNADA SIGN VISARGA to
430 checkSkeleton(sc, ML, "\\u0C83", "\\u0983", testName);
437 checkSkeleton(sc, ML, "\\u0391", "A", testName);
442 checkSkeleton(sc, ML, "\\u13CF", "b", testName);
451 checkSkeleton(sc, ML, "\"", "\\u002
[all...]
/external/cblas/testing/
H A Dc_cblat2.f499 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK, local in subroutine:CCHK1
590 ML = N
593 ML = M
613 LY = ABS( INCY )*ML
624 CALL CMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
625 $ YY, ABS( INCY ), 0, ML - 1,
702 $ ML, YS, YY,
719 $ ML, YS, YY,
2479 INTEGER I, INCXL, INCYL, IY, J, JX, KX, KY, ML, NL local in subroutine:CMVCH
2491 ML
[all...]
H A Dc_dblat2.f490 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK, local in subroutine:DCHK1
581 ML = N
584 ML = M
604 LY = ABS( INCY )*ML
615 CALL DMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
616 $ YY, ABS( INCY ), 0, ML - 1,
692 $ ML, YS, YY,
709 $ ML, YS, YY,
2663 INTEGER I, INCXL, INCYL, IY, J, JX, KX, KY, ML, NL local in subroutine:DMVCH
2670 ML
[all...]
H A Dc_sblat2.f490 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK, local in subroutine:SCHK1
581 ML = N
584 ML = M
604 LY = ABS( INCY )*ML
615 CALL SMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
616 $ YY, ABS( INCY ), 0, ML - 1,
692 $ ML, YS, YY,
709 $ ML, YS, YY,
2663 INTEGER I, INCXL, INCYL, IY, J, JX, KX, KY, ML, NL local in subroutine:SMVCH
2670 ML
[all...]
H A Dc_zblat2.f500 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK, local in subroutine:ZCHK1
591 ML = N
594 ML = M
614 LY = ABS( INCY )*ML
625 CALL ZMAKE( 'ge', ' ', ' ', 1, ML, Y, 1,
626 $ YY, ABS( INCY ), 0, ML - 1,
703 $ ML, YS, YY,
720 $ ML, YS, YY,
2485 INTEGER I, INCXL, INCYL, IY, J, JX, KX, KY, ML, NL local in subroutine:ZMVCH
2497 ML
[all...]
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp530 const MachineLoop *ML = MLI->getLoopFor(BB); local
531 if (ML && ML->getHeader()->isLandingPad()) continue;
728 const MachineLoop *ML = MLI->getLoopFor(BB); local
729 if (ML && ML->getHeader()->isLandingPad())
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp171 MicrosoftVTableContext::MethodVFTableLocation ML = variable
179 if (ML.VBase || !ML.VFPtrOffset.isZero())
517 const MicrosoftVTableContext::MethodVFTableLocation &ML);
1182 MicrosoftVTableContext::MethodVFTableLocation ML = local
1184 CharUnits Adjustment = ML.VFPtrOffset;
1193 if (ML.VBase) {
1196 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase);
1232 MicrosoftVTableContext::MethodVFTableLocation ML = local
1237 CharUnits StaticOffset = ML
1599 MicrosoftVTableContext::MethodVFTableLocation ML = local
1659 EmitVirtualMemPtrThunk( const CXXMethodDecl *MD, const MicrosoftVTableContext::MethodVFTableLocation &ML) argument
2284 MicrosoftVTableContext::MethodVFTableLocation ML = local
[all...]
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp258 const MicrosoftVTableContext::MethodVFTableLocation &ML);
546 const MicrosoftVTableContext::MethodVFTableLocation &ML = local
548 mangleVirtualMemPtrThunk(MD, ML);
549 NVOffset = ML.VFPtrOffset.getQuantity();
550 VBTableOffset = ML.VBTableIndex * 4;
551 if (ML.VBase) {
580 const MicrosoftVTableContext::MethodVFTableLocation &ML) {
584 uint64_t OffsetInVFTable = ML.Index * PointerWidth.getQuantity();
2267 const MicrosoftVTableContext::MethodVFTableLocation &ML = local
2272 Mangler.mangleVirtualMemPtrThunk(MD, ML);
578 mangleVirtualMemPtrThunk( const CXXMethodDecl *MD, const MicrosoftVTableContext::MethodVFTableLocation &ML) argument
[all...]
/external/eigen/blas/testing/
H A Dcblat2.f435 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK, local in subroutine:CCHK1
518 ML = N
521 ML = M
541 LY = ABS( INCY )*ML
552 CALL CMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
553 $ YY, ABS( INCY ), 0, ML - 1,
629 $ ML, YS, YY,
646 $ ML, YS, YY,
2898 INTEGER I, INCXL, INCYL, IY, J, JX, KX, KY, ML, NL local in subroutine:CMVCH
2910 ML
[all...]
H A Ddblat2.f425 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK, local in subroutine:DCHK1
508 ML = N
511 ML = M
531 LY = ABS( INCY )*ML
542 CALL DMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
543 $ YY, ABS( INCY ), 0, ML - 1,
619 $ ML, YS, YY,
636 $ ML, YS, YY,
2812 INTEGER I, INCXL, INCYL, IY, J, JX, KX, KY, ML, NL local in subroutine:DMVCH
2819 ML
[all...]
H A Dsblat2.f425 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK, local in subroutine:SCHK1
508 ML = N
511 ML = M
531 LY = ABS( INCY )*ML
542 CALL SMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
543 $ YY, ABS( INCY ), 0, ML - 1,
619 $ ML, YS, YY,
636 $ ML, YS, YY,
2812 INTEGER I, INCXL, INCYL, IY, J, JX, KX, KY, ML, NL local in subroutine:SMVCH
2819 ML
[all...]
H A Dzblat2.f437 $ LDAS, LX, LY, M, ML, MS, N, NARGS, NC, ND, NK, local in subroutine:ZCHK1
520 ML = N
523 ML = M
543 LY = ABS( INCY )*ML
554 CALL ZMAKE( 'GE', ' ', ' ', 1, ML, Y, 1,
555 $ YY, ABS( INCY ), 0, ML - 1,
631 $ ML, YS, YY,
648 $ ML, YS, YY,
2906 INTEGER I, INCXL, INCYL, IY, J, JX, KX, KY, ML, NL local in subroutine:ZMVCH
2918 ML
[all...]
/external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
H A Deyes-only.conf438 ~c344=ML # Mali
H A Drel.conf444 ~c200,~c344=ML # Mali
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h478 unsigned getPrefLoopAlignment(MachineLoop *ML) const override;
H A DPPCISelLowering.cpp10472 unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const {
10483 if (!ML)
10491 for (auto I = ML->block_begin(), IE = ML->block_end(); I != IE; ++I)
10502 return TargetLowering::getPrefLoopAlignment(ML);
/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp1082 for (MachineLoop *ML : depth_first(It))
1083 NestedLoops.push_front(ML);
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1236 const SCEV *ML = SE->getMulExpr(SE->getMulExpr(ConstCoeff, UpperBound), local
1238 DEBUG(dbgs() << "\t ML = " << *ML << "\n");
1239 if (isKnownPredicate(CmpInst::ICMP_SGT, Delta, ML)) {
1245 if (isKnownPredicate(CmpInst::ICMP_EQ, Delta, ML)) {
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfGraphicsStateDictionary_autogen.cpp59 double SkPdfGraphicsStateDictionary::ML(SkPdfNativeDoc* doc) { function in class:SkPdfGraphicsStateDictionary
60 SkPdfNativeObject* ret = get("ML", "");
68 return get("ML", "") != NULL;
H A DSkPdfGraphicsStateDictionary_autogen.h529 double ML(SkPdfNativeDoc* doc);
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm22 ; For Visual C++ 4.x and higher and ML 6.x and higher
H A Dmatch686.asm11 ; For Visual C++ 4.x and higher and ML 6.x and higher
/external/llvm/include/llvm/Target/
H A DTargetLowering.h957 virtual unsigned getPrefLoopAlignment(MachineLoop *ML = nullptr) const {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp879 if (auto *ML = Context.getASTMutationListener())
880 ML->DeclarationMarkedOpenMPThreadPrivate(VD);

Completed in 5142 milliseconds

12