Searched refs:MaxValue (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DNumberConstructor.h51 enum { NaNValue, NegInfinity, PosInfinity, MaxValue, MinValue }; enumerator in enum:JSC::NumberConstructor::__anon2674
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DConstantRange.cpp469 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth());
476 // Analyze wrapped sets in their two parts: [0, Upper) \/ [Lower, MaxValue]
477 // We use the non-wrapped set code to analyze the [Lower, MaxValue) part, and
478 // then we do the union with [MaxValue, Upper)
481 if (Upper.uge(MaxValue))
487 // Union covers the MaxValue case, so return if the remaining range is just
488 // MaxValue.
494 if (LowerDiv.uge(MaxValue)) {
500 if (UpperDiv.ule(MaxValue))
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dtepam.tcl97 [-range {<MinValue> <MaxValue>}

Completed in 192 milliseconds