Home
last modified time | relevance | path

Searched refs:checkLowerLimit (Results 1 – 6 of 6) sorted by relevance

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/property/
H A DNumberPropertyHandler.as40 public function checkLowerLimit():Boolean method in flashx.textLayout.property.NumberPropertyHandler
53 if (checkLowerLimit() && newNumber < _minValue)
62 if (checkLowerLimit() && val < _minValue)
H A DPercentPropertyHandler.as40 public function checkLowerLimit():Boolean method in flashx.textLayout.property.PercentPropertyHandler
53 if (checkLowerLimit() && newNumber < _minValue)
H A DIntPropertyHandler.as40 public function checkLowerLimit():Boolean method in flashx.textLayout.property.IntPropertyHandler
55 if (checkLowerLimit() && newInt < _minValue)
/dports/math/primecount/primecount-7.2/lib/primesieve/src/
H A DnthPrime.cpp33 void checkLowerLimit(uint64_t stop) in checkLowerLimit() function
139 checkLowerLimit(stop); in nthPrime()
/dports/math/primesieve/primesieve-7.7/src/
H A DnthPrime.cpp33 void checkLowerLimit(uint64_t stop) in checkLowerLimit() function
139 checkLowerLimit(stop); in nthPrime()
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/Dynamic/
H A DVarHolder.h332 checkLowerLimit<F,T>(from); in convertToSmaller()
444 void checkLowerLimit(const F& from) const in checkLowerLimit() function