Home
last modified time | relevance | path

Searched refs:ldexpl (Results 1 – 7 of 7) 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/libm/
Dlibm.map164 ldexpl;
/bionic/libm/include/
Dmath.h430 long double ldexpl(long double, int);
/bionic/tests/
Dmath_test.cpp636 TEST(math, ldexpl) { in TEST() argument
637 ASSERT_DOUBLE_EQ(16.0L, ldexpl(2.0L, 3.0)); in TEST()
1040 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); in TEST()
1061 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); in TEST()
/bionic/libc/tools/
Dposix-2013.txt492 ldexpl