Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dtrigonometry.d216 immutable rnan = real.nan; in version() local
246 fld rnan ; // return rnan in version() local
296 fld rnan ; // return rnan in version() local
H A Dexponential.d733 immutable real rnan = real.nan; variable