Searched defs:isnand (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Disnand-nolibm.h22 # undef isnand macro
23 # define isnand(x) __builtin_isnan ((double)(x)) macro
25 # undef isnand macro
26 # define isnand(x) isnan ((double)(x)) macro
30 # undef isnand macro
31 # define isnand rpl_isnand macro
H A Dmath.in.h477 # undef isnand macro
478 # define isnand(x) __builtin_isnan ((double)(x)) macro
480 # undef isnand macro
481 # define isnand(x) isnan ((double)(x)) macro
485 # undef isnand macro
486 # define isnand rpl_isnand macro

Completed in 34 milliseconds