Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libbc/libc/gen/common/sparc/
H A Disinf.c36 isinf( d0, d1 ) in isinf() function
/titanic_51/usr/src/head/iso/
H A Dmath_c99.h67 #define isinf(x) __builtin_isinf(x) macro
/titanic_51/usr/src/boot/include/
H A Dmath.h112 #define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl) macro