HomeSort by relevance Sort by last modified time
    Searched refs:FINITE (Results 1 - 3 of 3) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 112 /** Indicator value for normal finite numbers. */
113 public static final byte FINITE = 0;
172 /** Indicator for non-finite / non-number values. */
185 nans = FINITE;
213 nans = FINITE;
262 nans = FINITE;
336 nans = FINITE;
532 /** Creates an instance with a non-finite value.
614 /** Creates an instance with a non-finite value.
618 * @return a new instance with a non-finite valu
    [all...]
DfpMath.java 493 * <li> if x = -0 and y > 0, finite, not odd integer then result is +0
494 * <li> if x = -0 and y < 0, finite, and odd integer then result is -Inf
495 * <li> if x = -Inf and y > 0, finite, and odd integer then result is -Inf
496 * <li> if x = -0 and y < 0, not finite odd integer then result is +Inf
497 * <li> if x = -Inf and y > 0, not finite odd integer then result is +Inf
498 * <li> if x < 0 and y > 0, finite, and odd integer then result is -(|x|<sup>y</sup>)
499 * <li> if x < 0 and y > 0, finite, and not integer then result is NaN
552 if (y.classify() == Dfp.FINITE && y.rint().equals(y) && !y.remainder(two).equals(zero)) {
601 if (y.classify() == Dfp.FINITE && y.rint().equals(y) && !y.remainder(two).equals(zero)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xmath.h 65 #define FINITE _FINITE

Completed in 514 milliseconds