Home
last modified time | relevance | path

Searched refs:nextUp (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DDoubleUtils.java40 return -Math.nextUp(-d); in nextDown()
/external/guava/guava-tests/test/com/google/common/math/
DDoubleMathTest.java478 trueLog2 = StrictMath.nextUp(trueLog2);
485 > StrictMath.abs(StrictMath.pow(2.0, StrictMath.nextUp(trueLog2)) - d)) {
486 trueLog2 = StrictMath.nextUp(trueLog2);
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h641 Iterator &up() { Pos = DS.nextUp(Pos); return *this; } in up()
677 unsigned nextUp(unsigned P) const;
DRDFGraph.cpp795 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp() function in DataFlowGraph::DefStack
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java656 public static double nextUp(final double a) { in nextUp() method in FastMath
664 public static float nextUp(final float a) { in nextUp() method in FastMath