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

/vbox/include/iprt/nocrt/
H A Dmath.h143 : (sizeof (x) == sizeof (double)) ? RT_NOCRT(__isnormal)(x) \
222 int RT_NOCRT(__isnormal)(double) __pure2;
575 # define __isnormal RT_NOCRT(__isnormal) macro
591 # define __isnormal RT_NOCRT(__isnormal) macro

Completed in 48 milliseconds