Searched defs:logb (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dlogb.c30 #pragma weak __logb = logb
31 #pragma weak _logb = logb
63 logb(double x) { function
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dsupport.c67 * (c) logb(x)
69 * double precision, except that logb(0) is -INF, logb(INF)
70 * is +INF, and logb(NAN) is that NAN.
182 extern double logb(x) function
368 n=logb(x);
370 if((m=logb(x))!=0) x=scalb(x,-m); /* subnormal number */
600 return((int)logb(x));
/illumos-gate/usr/src/head/
H A Dtgmath.h126 #undef logb macro
127 #define logb(x) __tgmath_logb(x) macro
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c63 #pragma weak logb = __logb macro

Completed in 71 milliseconds