Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d1639 long rndtol(real x) @nogc @safe pure nothrow { pragma(inline, true); return core.math.rndtol(x); } in rndtol() function
1642 long rndtol(double x) @safe pure nothrow @nogc { return rndtol(cast(real) x); } in rndtol() function
1645 long rndtol(float x) @safe pure nothrow @nogc { return rndtol(cast(real) x); } in rndtol() function