Home
last modified time | relevance | path

Searched refs:__x (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/include/
H A Dmath.h197 __inline_isnan(__const double __x) in __inline_isnan() argument
200 return (__x != __x); in __inline_isnan()
204 __inline_isnanf(__const float __x) in __inline_isnanf() argument
207 return (__x != __x); in __inline_isnanf()
211 __inline_isnanl(__const long double __x) in __inline_isnanl() argument
214 return (__x != __x); in __inline_isnanl()
/illumos-gate/usr/src/uts/common/sys/
H A Dselect.h112 #define __howmany(__x, __y) (((__x)+((__y)-1))/(__y)) argument
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h501 const volatile __typeof(((s *)0)->m) *__x = (x); \
502 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
/illumos-gate/usr/src/common/ficl/
H A Dficl.h667 { ficlInteger __x = (ficlInteger)(i); \
668 FICL_2INTEGER_SET((__x < 0) ? -1L : 0, __x, doublei) }