Home
last modified time | relevance | path

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

/NextBSD/lib/msun/src/
HDs_isnormal.c34 __isnormal(double d) in __isnormal() function
HDmath.h115 #define isnormal(x) __fp_type_select(x, __isnormalf, __isnormal, __isnormall)
190 int __isnormal(double) __pure2;
/NextBSD/lib/msun/
HDSymbol.map123 __isnormal;