Searched refs:isnormal (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/posix/
H A Dmath.h346 #define isnormal(value) __builtin_isnormal((value)) macro
388 # define isnormal(value) \ macro
/haiku/src/add-ons/kernel/network/stack/
H A Dradix.c620 int maskduplicated, m0, isnormal; local
672 isnormal = 1;
683 isnormal = 0;
687 if (isnormal)
/haiku/src/system/libroot/posix/musl/math/
H A Dfmal.c204 if (!isnormal(z))

Completed in 43 milliseconds