Home
last modified time | relevance | path

Searched refs:Max (Results 1 – 25 of 92) sorted by relevance

1234

/external/llvm/test/CodeGen/ARM/
Dvst2.ll5 ;Check the alignment value. Max for this instruction is 128 bits:
26 ;Check the alignment value. Max for this instruction is 128 bits:
54 ;Check the alignment value. Max for this instruction is 128 bits:
77 ;Check the alignment value. Max for this instruction is 256 bits:
86 ;Check the alignment value. Max for this instruction is 256 bits:
96 ;Check the alignment value. Max for this instruction is 256 bits:
Dvld2.ll16 ;Check the alignment value. Max for this instruction is 128 bits:
27 ;Check the alignment value. Max for this instruction is 128 bits:
76 ;Check the alignment value. Max for this instruction is 128 bits:
88 ;Check the alignment value. Max for this instruction is 256 bits:
113 ;Check the alignment value. Max for this instruction is 256 bits:
125 ;Check the alignment value. Max for this instruction is 256 bits:
Dvst4.ll5 ;Check the alignment value. Max for this instruction is 256 bits:
26 ;Check the alignment value. Max for this instruction is 256 bits:
36 ;Check the alignment value. Max for this instruction is 256 bits:
55 ;Check the alignment value. Max for this instruction is 256 bits:
65 ;Check the alignment value. Max for this instruction is 256 bits:
Dvld4.ll16 ;Check the alignment value. Max for this instruction is 256 bits:
41 ;Check the alignment value. Max for this instruction is 256 bits:
53 ;Check the alignment value. Max for this instruction is 256 bits:
76 ;Check the alignment value. Max for this instruction is 256 bits:
88 ;Check the alignment value. Max for this instruction is 256 bits:
Dvstlane.ll28 ;Check the alignment value. Max for this instruction is 16 bits:
38 ;Check the alignment value. Max for this instruction is 32 bits:
110 ;Check the alignment value. Max for this instruction is 16 bits:
119 ;Check the alignment value. Max for this instruction is 32 bits:
170 ;Check the alignment value. Max for this instruction is 64 bits:
285 ;Check the alignment value. Max for this instruction is 32 bits:
315 ;Check the alignment value. Max for this instruction is 128 bits:
334 ;Check the alignment value. Max for this instruction is 64 bits:
Dvld1.ll6 ;Check the alignment value. Max for this instruction is 64 bits:
70 ;Check the alignment value. Max for this instruction is 128 bits:
89 ;Check the alignment value. Max for this instruction is 128 bits:
Dvst1.ll5 ;Check the alignment value. Max for this instruction is 64 bits:
63 ;Check the alignment value. Max for this instruction is 128 bits:
72 ;Check the alignment value. Max for this instruction is 128 bits:
Dvst3.ll5 ;Check the alignment value. Max for this instruction is 64 bits:
55 ;Check the alignment value. Max for this instruction is 64 bits:
66 ;Check the alignment value. Max for this instruction is 64 bits:
Dvld3.ll17 ;Check the alignment value. Max for this instruction is 64 bits:
76 ;Check the alignment value. Max for this instruction is 64 bits:
88 ;Check the alignment value. Max for this instruction is 64 bits:
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp433 const SUnit *Max = 0; in BreakAntiDependencies() local
437 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency) in BreakAntiDependencies()
438 Max = SU; in BreakAntiDependencies()
444 << (Max->getDepth() + Max->Latency) << "\n"); in BreakAntiDependencies()
456 const SUnit *CriticalPathSU = Max; in BreakAntiDependencies()
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp365 const llvm::APSInt &Max = BV.getMaxValue(T); in assumeSymGT() local
368 if (Int == Max) in assumeSymGT()
372 llvm::APSInt Upper = Max-Adjustment; in assumeSymGT()
392 const llvm::APSInt &Max = BV.getMaxValue(T); in assumeSymGE() local
395 llvm::APSInt Upper = Max-Adjustment; in assumeSymGE()
408 const llvm::APSInt &Max = BV.getMaxValue(T); in assumeSymLE() local
411 if (Int == Max) in assumeSymLE()
/external/opencv/cvaux/src/
Dcvfacedetection.cpp197 double Max = 0; in CreateResults() local
218 if (CurStat > Max) in CreateResults()
219 Max = CurStat; in CreateResults()
227 if (CurStat == Max) in CreateResults()
/external/opencv/cv/src/
D_cvipp.h315 IPCV_MORPHOLOGY( Max, Dilate, 8u, 1 )
316 IPCV_MORPHOLOGY( Max, Dilate, 8u, 3 )
317 IPCV_MORPHOLOGY( Max, Dilate, 8u, 4 )
318 IPCV_MORPHOLOGY( Max, Dilate, 16u, 1 )
319 IPCV_MORPHOLOGY( Max, Dilate, 16u, 3 )
320 IPCV_MORPHOLOGY( Max, Dilate, 16u, 4 )
321 IPCV_MORPHOLOGY( Max, Dilate, 32f, 1 )
322 IPCV_MORPHOLOGY( Max, Dilate, 32f, 3 )
323 IPCV_MORPHOLOGY( Max, Dilate, 32f, 4 )
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptengine/
Dqscriptengine.pro11 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB
/external/webkit/LayoutTests/http/tests/cookies/
Dsimple-cookies-max-age-expected.txt1 This test checks that cookies are correctly set using Max-Age.
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
Dwebkit7 Access-Control-Max-Age
Dmozilla46 Max-Forwards
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h254 const SCEV *Max;
257 Exact(exact), Max(exact) {}
260 Exact(exact), Max(max) {}
267 !isa<SCEVCouldNotCompute>(Max);
/external/freetype/include/freetype/
Dfterrors.h142 #define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) };
/external/qemu/distrib/sdl-1.2.12/
DCREDITS27 * Max Watson, Matt Slot, and Kyle for help with the MacOS Classic port
31 * Eric Wing, Max Horn, and Darrell Walisser for unflagging work on the Mac OS X port
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3276 APInt Max = APIntOps::umax(StartRange.getUnsignedMax(), in getUnsignedRange() local
3278 if (Min.isMinValue() && Max.isMaxValue()) in getUnsignedRange()
3281 ConservativeResult.intersectWith(ConstantRange(Min, Max+1))); in getUnsignedRange()
3428 APInt Max = APIntOps::smax(StartRange.getSignedMax(), in getSignedRange() local
3430 if (Min.isMinSignedValue() && Max.isMaxSignedValue()) in getSignedRange()
3433 ConservativeResult.intersectWith(ConstantRange(Min, Max+1))); in getSignedRange()
3835 return getBackedgeTakenInfo(L).Max; in getMaxBackedgeTakenCount()
3866 isLoopInvariant(Computed.Max, L) && in getBackedgeTakenInfo()
3873 if (Computed.Max != getCouldNotCompute()) in getBackedgeTakenInfo()
4014 MaxBECount = NewBTI.Max; in ComputeBackedgeTakenCount()
[all …]
/external/webkit/Source/
DWebKit.pri56 "EPOCHEAPSIZE 0x40000 0x2000000 // Min 256kB, Max 32MB" \
58 "EPOCHEAPSIZE 0x40000 0x10000000 // Min 256kB, Max 256MB" \
/external/opencv/cxcore/src/
Dcxsumpixels.cpp835 ICV_ACC_ROWS_FUNC( Max, 8u, uchar, uchar, CV_MAX_8U, CV_NOP )
836 ICV_ACC_ROWS_FUNC( Max, 32f, float, float, MAX, CV_NOP )
837 ICV_ACC_ROWS_FUNC( Max, 64f, double, double, MAX, CV_NOP )
862 ICV_ACC_COLS_FUNC_C1( Max, 8u, uchar, int, uchar, CV_MAX_8U )
863 ICV_ACC_COLS_FUNC_C1( Max, 32f, float, float, float, MAX )
864 ICV_ACC_COLS_FUNC_C1( Max, 64f, double, double, double, MAX )
/external/webrtc/src/modules/audio_processing/agc/main/matlab/
DgetGains.m5 % MaxGain: Max gain in dB
/external/v8/src/
Dzone.cc179 new_size = Max(kSegmentOverhead + size, kMaximumSegmentSize); in NewExpand()

1234