Home
last modified time | relevance | path

Searched refs:ldexpl (Results 1 – 5 of 5) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmal.c224 zs = ldexpl(zs, -spread); in fmal()
250 return (xy.hi + vzs + ldexpl(xy.lo, spread)); in fmal()
260 return (ldexpl(r.hi + adj, spread)); in fmal()
265 return (ldexpl(r.hi + adj, spread)); in fmal()
Ds_scalbn.c64 __weak_reference(scalbn, ldexpl);
Ds_scalbnl.c71 __strong_reference(scalbnl, ldexpl);
/bionic/libm/include/
Dmath.h418 long double ldexpl(long double, int);
/bionic/tests/
Dmath_test.cpp543 TEST(math, ldexpl) { in TEST() argument
544 ASSERT_FLOAT_EQ(16.0, ldexpl(2.0, 3.0)); in TEST()