Searched refs:nextDown (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
H A DDoubleUtilsTest.java37 assertEquals(FpUtils.nextDown(d), DoubleUtils.nextDown(d));
/external/guava/guava/src/com/google/common/math/
H A DDoubleUtils.java39 static double nextDown(double d) { method in class:DoubleUtils
/external/llvm/include/llvm/ADT/
H A DAPFloat.h307 /// IEEE-754R 5.3.1: nextUp/nextDown.
308 opStatus next(bool nextDown);
/external/llvm/lib/Target/Hexagon/
H A DRDFGraph.h642 Iterator &down() { Pos = DS.nextDown(Pos); return *this; }
678 unsigned nextDown(unsigned P) const;
H A DRDFGraph.cpp768 unsigned P = nextDown(Stack.size());
810 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const {
/external/llvm/lib/Support/
H A DAPFloat.cpp3813 /// IEEE-754R 2008 5.3.1: nextUp/nextDown.
3815 /// *NOTE* since nextDown(x) = -nextUp(-x), we only implement nextUp with
3817 APFloat::opStatus APFloat::next(bool nextDown) {
3818 // If we are performing nextDown, swap sign so we have -x.
3819 if (nextDown)
3926 // If we are performing nextDown, swap sign so we have -nextUp(-x)
3927 if (nextDown)
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 313 milliseconds