Home
last modified time | relevance | path

Searched refs:polyImpl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dalgebraic.d537 return polyImpl(x, A);
604 private real polyImpl(real x, in real[] A) @trusted pure nothrow @nogc in polyImpl() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d7497 return polyImpl(x, A);
7544 private real polyImpl(real x, in real[] A) @trusted pure nothrow @nogc