Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Ds_isnormal.c34 __isnormal(double d) in __isnormal() function
H A Dmath.h98 #define isnormal(x) __fp_type_select(x, __isnormalf, __isnormal, __isnormall)
189 int __isnormal(double) __pure2;
/freebsd/lib/msun/
H A DSymbol.map121 __isnormal;