Home
last modified time | relevance | path

Searched defs:isnormal (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/head/iso/
H A Dmath_c99.h82 #define isnormal(x) __extension__( \ macro
/titanic_52/usr/src/boot/include/
H A Dmath.h115 #define isnormal(x) __fp_type_select(x, __isnormalf, __isnormal, __isnormall) macro
/titanic_52/usr/src/common/net/patricia/
H A Dradix.c567 int maskduplicated, m0, isnormal; local