Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_scalbf.c31 return scalbnf(x,fn); in __ieee754_scalbf()
39 if ( fn > (float)65000.0) return scalbnf(x, 65000); in __ieee754_scalbf()
40 if (-fn > (float)65000.0) return scalbnf(x,-65000); in __ieee754_scalbf()
41 return scalbnf(x,(int)fn); in __ieee754_scalbf()
Ds_scalbnf.c32 scalbnf (float x, int n) in scalbnf() function
58 __strong_reference(scalbnf, ldexpf);
Ds_scalbln.c46 return (scalbnf(x, (n > NMAX) ? NMAX : (n < NMIN) ? NMIN : (int)n)); in scalblnf()
De_powf.c246 if((j>>23)<=0) z = scalbnf(z,n); /* subnormal output */ in __ieee754_powf()
/bionic/libc/include/
Dmath.h232 float scalbnf(float, int);
/bionic/tests/
Dmath_test.cpp1150 TEST(math, scalbnf) { in TEST() argument
1151 ASSERT_FLOAT_EQ(12.0f, scalbnf(3.0f, 2)); in TEST()
1330 ASSERT_FLOAT_EQ(1024.0f, scalbnf(fr, exp)); in TEST()
1385 ASSERT_FLOAT_EQ(14.1f, scalbnf(fr, exp)); in TEST()
1830 DoMathDataTest<1>(g_scalbnf_intel_data, scalbnf); in TEST()
/bionic/libm/
Dlibm.mips64.map235 scalbnf;
Dlibm.x86.map235 scalbnf;
Dlibm.arm64.map235 scalbnf;
Dlibm.x86_64.map235 scalbnf;
Dlibm.mips.map235 scalbnf;
Dlibm.arm.map235 scalbnf;
Dlibm.map.txt234 scalbnf;
/bionic/libc/tools/
Dposix-2013.txt872 scalbnf