Home
last modified time | relevance | path

Searched defs:nextUp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Doperations.d284 real nextUp(real x) @trusted pure nothrow @nogc in nextUp() function
422 double nextUp(double x) @trusted pure nothrow @nogc in nextUp() function
449 float nextUp(float x) @trusted pure nothrow @nogc in nextUp() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp717 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp() function in DataFlowGraph::DefStack