Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dconvert.d243 ulong mant = shiftrRound(cast(ulong)x2);
396 private ulong shiftrRound(ulong x) in shiftrRound() function
445 return Float(shiftrRound(mant), 0, sign);