Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dalgebraic.d728 return powFloatingPointImpl!(PowType.ceil)(val);
855 return powFloatingPointImpl!(PowType.floor)(val);
972 private T powFloatingPointImpl(PowType type, T)(T x) in powFloatingPointImpl() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d8196 private T powFloatingPointImpl(PowType type, T)(T x)
8243 return powFloatingPointImpl!(PowType.ceil)(val);
8368 return powFloatingPointImpl!(PowType.floor)(val);