/external/llvm/test/CodeGen/ARM/ |
D | vst2.ll | 5 ;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:
|
D | vld2.ll | 16 ;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:
|
D | vst4.ll | 5 ;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:
|
D | vld4.ll | 16 ;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:
|
D | vstlane.ll | 28 ;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:
|
D | vld1.ll | 6 ;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:
|
D | vst1.ll | 5 ;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:
|
D | vst3.ll | 5 ;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:
|
D | vld3.ll | 17 ;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/ |
D | CriticalAntiDepBreaker.cpp | 433 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/ |
D | RangeConstraintManager.cpp | 365 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/ |
D | cvfacedetection.cpp | 197 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.h | 315 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/ |
D | qscriptengine.pro | 11 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB
|
/external/webkit/LayoutTests/http/tests/cookies/ |
D | simple-cookies-max-age-expected.txt | 1 This test checks that cookies are correctly set using Max-Age.
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/ |
D | webkit | 7 Access-Control-Max-Age
|
D | mozilla | 46 Max-Forwards
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 254 const SCEV *Max; 257 Exact(exact), Max(exact) {} 260 Exact(exact), Max(max) {} 267 !isa<SCEVCouldNotCompute>(Max);
|
/external/freetype/include/freetype/ |
D | fterrors.h | 142 #define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) };
|
/external/qemu/distrib/sdl-1.2.12/ |
D | CREDITS | 27 * 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/ |
D | ScalarEvolution.cpp | 3276 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/ |
D | WebKit.pri | 56 "EPOCHEAPSIZE 0x40000 0x2000000 // Min 256kB, Max 32MB" \ 58 "EPOCHEAPSIZE 0x40000 0x10000000 // Min 256kB, Max 256MB" \
|
/external/opencv/cxcore/src/ |
D | cxsumpixels.cpp | 835 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/ |
D | getGains.m | 5 % MaxGain: Max gain in dB
|
/external/v8/src/ |
D | zone.cc | 179 new_size = Max(kSegmentOverhead + size, kMaximumSegmentSize); in NewExpand()
|