Home
last modified time | relevance | path

Searched defs:nextDown (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DDoubleUtils.java39 static double nextDown(double d) { in nextDown() method in DoubleUtils
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h957 opStatus next(bool nextDown) { return getIEEE().next(nextDown); } in next()
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp810 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() function in DataFlowGraph::DefStack
/external/llvm/lib/Support/
DAPFloat.cpp3817 APFloat::opStatus APFloat::next(bool nextDown) { in next()