Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dtraits.d324 static bool subnormalTest(T)() in subnormalTest() function
332 static assert(subnormalTest!float());
333 static assert(subnormalTest!double());
334 static assert(subnormalTest!real());