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()
252 return (xy.hi + vzs + ldexpl(xy.lo, spread)); in fmal()
264 return (ldexpl(r.hi + adj, spread)); in fmal()
269 return (ldexpl(r.hi + adj, spread)); in fmal()
Ds_scalbn.c64 __weak_reference(scalbn, ldexpl);
Ds_scalbnl.c71 __strong_reference(scalbnl, ldexpl);
/bionic/tests/
Dmath_test.cpp644 TEST(math, ldexpl) { in TEST() argument
645 ASSERT_DOUBLE_EQ(16.0L, ldexpl(2.0L, 3.0)); in TEST()
1048 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); in TEST()
1069 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); in TEST()
/bionic/libm/include/
Dmath.h430 long double ldexpl(long double, int);