Searched refs:scalbnf (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dldexpf.c36 return (scalbnf(x, n));
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dscalbnf.s29 .file "scalbnf.s"
32 LIBM_ANSI_PRAGMA_WEAK(scalbnf,function)
34 ENTRY(scalbnf) function
41 SET_SIZE(scalbnf)
/illumos-gate/usr/src/lib/libm/common/R/
H A Dsignificandf.c45 return (scalbnf(x, -ilogbf(x)));
H A Dscalbf.c59 return (scalbnf(x, n));
H A Dscalbnf.c30 #pragma weak __scalbnf = scalbnf
59 scalbnf(float x, int n) { function
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h285 extern float scalbnf __P((float, int));
422 #pragma does_not_read_global_data(modff, scalbnf, scalblnf)
/illumos-gate/usr/src/boot/include/
H A Dmath.h398 float scalbnf(float, int);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com378 scalbnf.o \
590 ../common/R/scalbnf.c
616 ../common/R/scalbnf.c

Completed in 100 milliseconds