HomeSort by relevance Sort by last modified time
    Searched defs:Max (Results 26 - 43 of 43) sorted by null

12

  /external/chromium_org/v8/src/
lithium-allocator.cc 35 static inline LifetimePosition Max(LifetimePosition a, LifetimePosition b) {
427 first_interval_->end_ = Max(end, first_interval_->end_);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 403 Result = std::max(Result,
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c 33 #define MAXID 128 // Max length of identifier
34 #define MAXSTR 1024 // Max length of string
35 #define MAXTABLES 255 // Max Number of tables in a single stream
36 #define MAXINCLUDE 20 // Max number of nested includes
188 cmsUInt32Number Max;
977 cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle)
984 case SIDENT: strncpy(Buffer, it8->id, max);
985 Buffer[max-1]=0;
987 case SINUM: snprintf(Buffer, max, "%d", it8 -> inum); break;
988 case SDNUM: snprintf(Buffer, max, it8->DoubleFormatter, it8 -> dnum); break
    [all...]
cmstypes.c     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 247 | Max
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 647 Max,
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 583 llvm::Value *Max = llvm::ConstantInt::get(VMContext, LargestInt);
585 Check = Builder.CreateICmpULE(Src, Max);
589 llvm::Value *LE = Builder.CreateICmpSLE(Src, Max);
614 APSInt Max = APSInt::getMaxValue(Width, Unsigned);
616 if (MaxSrc.convertFromAPInt(Max, !Unsigned, APFloat::rmTowardZero) &
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 170 RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1));
804 // Fow now, consider any other type of expression (div/mul/min/max) high cost.
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 759 uint64_t Max = *std::max_element(Weights.begin(), Weights.end());
760 if (Max > UINT_MAX) {
761 unsigned Offset = 32 - countLeadingZeros(Max);
    [all...]
  /external/svox/pico/lib/
picopam.c 334 #define Max 66 /*offset to max syllable duration (uint 16,pauses)*/
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 659 /*! @function Max
664 #if( !defined( Max ) )
665 #define Max( X, Y ) ( ( ( X ) > ( Y ) ) ? ( X ) : ( Y ) )
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 56 this.upperBound.x=Math.max(b.upperBound.x,e.upperBound.x);this.upperBound.y=Math.max(b.upperBound.y,e.upperBound.y)};Q.b2Bound=function(){};Q.prototype.IsLower=function(){return(this.value&1)==0};Q.prototype.IsUpper=function(){return(this.value&1)==1};Q.prototype.Swap=function(b){var e=this.value,f=this.proxy,m=this.stabbingCount;this.value=b.value;this.proxy=b.proxy;this.stabbingCount=b.stabbingCount;b.value=e;b.proxy=f;b.stabbingCount=m};V.b2BoundValues=function(){};V.prototype.b2BoundValues=function(){this.lowerValues=
74 if(P.LengthSquared()<Number.MIN_VALUE*Number.MIN_VALUE)break;X=x[t.m_count];X.indexA=m.GetSupport(w.MulTMV(s.R,P.GetNegative()));X.wA=w.MulX(s,m.GetVertex(X.indexA));X.indexB=r.GetSupport(w.MulTMV(v.R,P));X.wB=w.MulX(v,r.GetVertex(X.indexB));X.w=w.SubtractVV(X.wB,X.wA);++$;++W.b2_gjkIters;var ba=false;for(P=0;P<T;P++)if(X.indexA==C[P]&&X.indexB==J[P]){ba=true;break}if(ba)break;++t.m_count}W.b2_gjkMaxIters=w.Max(W.b2_gjkMaxIters,$);t.GetWitnessPoints(b.pointA,b.pointB);b.distance=w.SubtractVV(b.pointA,
81 this.m_root;m>0;){var r=f[--m];if(r.aabb.TestOverlap(e))if(r.IsLeaf()){if(!b(r))break}else{f[m++]=r.child1;f[m++]=r.child2}}}};u.prototype.RayCast=function(b,e){if(this.m_root!=null){var f=e.p1,m=e.p2,r=w.SubtractVV(f,m);r.Normalize();r=w.CrossFV(1,r);var s=w.AbsV(r),v=e.maxFraction,t=new B,x=0,C=0;x=f.x+v*(m.x-f.x);C=f.y+v*(m.y-f.y);t.lowerBound.x=Math.min(f.x,x);t.lowerBound.y=Math.min(f.y,C);t.upperBound.x=Math.max(f.x,x);t.upperBound.y=Math.max(f.y,C);var J=new Vector,T=0;for(J[T++]=this.m_root;T>
82 0;){v=J[--T];if(v.aabb.TestOverlap(t)!=false){x=v.aabb.GetCenter();C=v.aabb.GetExtents();if(!(Math.abs(r.x*(f.x-x.x)+r.y*(f.y-x.y))-s.x*C.x-s.y*C.y>0))if(v.IsLeaf()){x=new S;x.p1=e.p1;x.p2=e.p2;x.maxFraction=e.maxFraction;v=b(x,v);if(v==0)break;if(v>0){x=f.x+v*(m.x-f.x);C=f.y+v*(m.y-f.y);t.lowerBound.x=Math.min(f.x,x);t.lowerBound.y=Math.min(f.y,C);t.upperBound.x=Math.max(f.x,x);t.upperBound.y=Math.max(f.y,C)}}else{J[T++]=v.child1;J[T++]=v.child2}}}}};u.prototype.AllocateNode=function(){if(this.m_freeList){var b=
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 699 int64_t Max = Align * ((1LL << width) - 1);
700 return ((Val % Align) == 0) && (Val >= 0) && (Val <= Max);
713 int64_t Max = Align * ((1LL << (width-1)) - 1);
715 return ((Val % Align) == 0) && (Val >= Min) && (Val <= Max);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 208 // Among the platforms, Cygwin, Linux, Max OS X, and Windows have the
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 208 // Among the platforms, Cygwin, Linux, Max OS X, and Windows have the
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 208 // Among the platforms, Cygwin, Linux, Max OS X, and Windows have the
    [all...]

Completed in 2082 milliseconds

12