Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libm/i386/src/
H A Dscalbnf.s32 LIBM_ANSI_PRAGMA_WEAK(scalbnf,function)
34 ENTRY(scalbnf)
41 SET_SIZE(scalbnf)
/titanic_50/usr/src/lib/libm/common/R/
H A Dscalbnf.c30 #pragma weak __scalbnf = scalbnf
59 scalbnf(float x, int n) { in scalbnf() function
H A Dsignificandf.c45 return (scalbnf(x, -ilogbf(x))); in significandf()
H A Dscalbf.c59 return (scalbnf(x, n)); in scalbf()
/titanic_50/usr/src/lib/libm/common/m9x/
H A Dldexpf.c36 return (scalbnf(x, n)); in ldexpf()
/titanic_50/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)
/titanic_50/usr/src/lib/libm/
H A DMakefile.com378 scalbnf.o \
590 ../common/R/scalbnf.c
616 ../common/R/scalbnf.c
/titanic_50/usr/src/lib/libm/common/
H A Dmapfile-vers556 scalbnf;