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

/haiku/src/system/libroot/posix/musl/math/x86/
H A Dldexpf.s1 # see scalbnf.s
H A Dscalblnf.s1 # see scalbnf.s
H A Dscalbnf.s11 .global scalbnf
12 .type scalbnf,@function
13 scalbnf: label
/haiku/src/system/libroot/posix/musl/math/
H A Dldexpf.c5 return scalbnf(x, n);
H A Dsignificandf.c6 return scalbnf(x, -ilogbf(x));
H A Dscalbf.c29 if ( fn > 65000.0f) return scalbnf(x, 65000);
30 if (-fn > 65000.0f) return scalbnf(x,-65000);
31 return scalbnf(x,(int)fn);
H A Dscalblnf.c10 return scalbnf(x, n);
H A Dscalbnf.c4 float scalbnf(float x, int n) function
/haiku/headers/posix/
H A Dmath.h186 extern float scalbnf(float x, int n);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2370 void scalbnf() {} function
H A Dlibroot_stubs_legacy.c2352 void scalbnf() {} function

Completed in 136 milliseconds