Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Doperations.d500 real nextDown(real x) @safe pure nothrow @nogc in nextDown() function
506 double nextDown(double x) @safe pure nothrow @nogc in nextDown() function
512 float nextDown(float x) @safe pure nothrow @nogc in nextDown() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h1045 opStatus next(bool nextDown) { in next()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp4018 IEEEFloat::opStatus IEEEFloat::next(bool nextDown) { in next()
4665 APFloat::opStatus DoubleAPFloat::next(bool nextDown) { in next()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp732 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() function in DataFlowGraph::DefStack