Home
last modified time | relevance | path

Searched refs:logb (Results 1 – 25 of 25) sorted by relevance

/titanic_50/usr/src/lib/libm/common/C/
H A Dlogb.c30 #pragma weak __logb = logb
31 #pragma weak _logb = logb
63 logb(double x) { in logb() function
/titanic_50/usr/src/lib/libast/common/uwin/
H A Dlog.c404 m = logb(x);
407 j = logb(g), m += j;
466 m = (int)logb(x);
469 j = (int)logb(g), m += j;
H A Dsupport.c182 extern double logb(x)
368 n=logb(x);
370 if((m=logb(x))!=0) x=scalb(x,-m); /* subnormal number */
600 return((int)logb(x)); in ilogb()
H A Dlog1p.c135 k=(int)logb(one+x); z=scalb(x,-k); t=scalb(one,-k);
/titanic_50/usr/src/head/
H A Dmath.h204 extern double logb __P((double));
218 #pragma does_not_read_global_data(logb, nextafter, remainder)
221 #pragma does_not_write_global_data(logb, nextafter, remainder)
224 #pragma no_side_effect(logb, nextafter, remainder)
H A Dtgmath.h126 #undef logb
127 #define logb(x) __tgmath_logb(x) macro
/titanic_50/usr/src/lib/libast/common/features/
H A Duwin3 lib copysign,logb,finite,drem,sqrt,ilogb,remainder,scalb
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Duwin11 #define _lib_logb 1 /* logb() in default lib(s) */
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Duwin11 #define _lib_logb 1 /* logb() in default lib(s) */
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Duwin11 #define _lib_logb 1 /* logb() in default lib(s) */
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Duwin11 #define _lib_logb 1 /* logb() in default lib(s) */
/titanic_50/usr/src/head/iso/
H A Dmath_c99.h225 extern double logb __P((double));
479 #pragma does_not_read_global_data(acosh, atanh, hypot, lgamma, log1p, logb)
481 #pragma does_not_write_global_data(acosh, atanh, hypot, log1p, logb)
485 #pragma no_side_effect(ilogb, log1p, log2, logb)
/titanic_50/usr/src/lib/libshell/common/data/
H A Dmath.tab53 f 1 logb
/titanic_50/usr/src/man/man3m/
H A DMakefile99 logb.3m \
/titanic_50/usr/src/lib/libm1/common/
H A Dlibmv1.c63 #pragma weak logb = __logb macro
H A Dmapfile-vers204 logb;
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dmath.h126 extern double logb();
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dmath160 "\001logb", (Math_f)logbl,
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dmath160 "\001logb", (Math_f)logbl,
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dmath160 "\001logb", (Math_f)logbl,
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dmath160 "\001logb", (Math_f)logbl,
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc95 file path=usr/share/man/man3m/logb.3m
/titanic_50/usr/src/lib/libm/common/
H A Dmapfile-vers720 logb;
/titanic_50/usr/src/lib/libm/
H A DMakefile.com199 logb.o \
1005 ../common/C/logb.c \
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2163 logb { TYPE = FUNCTION; FILTER = libm.so.2 };