Home
last modified time | relevance | path

Searched refs:logb (Results 1 – 25 of 25) 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) { in logb() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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);
/illumos-gate/usr/src/head/
H A Dmath.h201 extern double logb(double);
215 #pragma does_not_read_global_data(logb, nextafter, remainder)
218 #pragma does_not_write_global_data(logb, nextafter, remainder)
221 #pragma no_side_effect(logb, nextafter, remainder)
H A Dtgmath.h126 #undef logb
127 #define logb(x) __tgmath_logb(x) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Duwin3 lib copysign,logb,finite,drem,sqrt,ilogb,remainder,scalb
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h222 extern double logb(double);
476 #pragma does_not_read_global_data(acosh, atanh, hypot, lgamma, log1p, logb)
478 #pragma does_not_write_global_data(acosh, atanh, hypot, log1p, logb)
482 #pragma no_side_effect(ilogb, log1p, log2, logb)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab55 f 1 logb
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Duwin26 #define _lib_logb 1 /* logb() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Duwin26 #define _lib_logb 1 /* logb() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Duwin26 #define _lib_logb 1 /* logb() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Duwin26 #define _lib_logb 1 /* logb() in default lib(s) */
/illumos-gate/usr/src/man/man3m/
H A DMakefile100 logb.3m \
470 logbf.3m := LINKSRC = logb.3m
471 logbl.3m := LINKSRC = logb.3m
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c63 #pragma weak logb = __logb macro
H A Dmapfile-vers204 logb;
/illumos-gate/usr/src/boot/include/
H A Dmath.h279 double logb(double);
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath148 "\001logb", (Math_f)(uintptr_t)logbl,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath148 "\001logb", (Math_f)(uintptr_t)logbl,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath148 "\001logb", (Math_f)(uintptr_t)logbl,
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath148 "\001logb", (Math_f)(uintptr_t)logbl,
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc236 file path=usr/share/man/man3m/logb.3m
237 link path=usr/share/man/man3m/logbf.3m target=logb.3m
238 link path=usr/share/man/man3m/logbl.3m target=logb.3m
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com199 logb.o \
994 ../common/C/logb.c \
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers731 logb;
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2478 logb { TYPE = FUNCTION; FILTER = libm.so.2; };