Home
last modified time | relevance | path

Searched refs:OUT_OF_RANGE_SIMPLE (Results 1 – 9 of 9) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DOutOfRangeException.java47 super(LocalizedFormats.OUT_OF_RANGE_SIMPLE, wrong, lo, hi); in OutOfRangeException()
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DBinomialDistributionImpl.java126 LocalizedFormats.OUT_OF_RANGE_SIMPLE, p, 0.0, 1.0); in setProbabilityOfSuccessInternal()
DExponentialDistributionImpl.java171 LocalizedFormats.OUT_OF_RANGE_SIMPLE, p, 0.0, 1.0); in inverseCumulativeProbability()
DCauchyDistributionImpl.java141 LocalizedFormats.OUT_OF_RANGE_SIMPLE, p, 0.0, 1.0); in inverseCumulativeProbability()
DPascalDistributionImpl.java121 LocalizedFormats.OUT_OF_RANGE_SIMPLE, p, 0.0, 1.0); in setProbabilityOfSuccessInternal()
DAbstractContinuousDistribution.java92 LocalizedFormats.OUT_OF_RANGE_SIMPLE, p, 0.0, 1.0); in inverseCumulativeProbability()
DAbstractIntegerDistribution.java167 LocalizedFormats.OUT_OF_RANGE_SIMPLE, p, 0.0, 1.0); in inverseCumulativeProbability()
DWeibullDistributionImpl.java167 LocalizedFormats.OUT_OF_RANGE_SIMPLE, p, 0.0, 1.0); in inverseCumulativeProbability()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java242 OUT_OF_RANGE_SIMPLE("{0} out of [{1}, {2}] range"), /* keep */ enumConstant