Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmal.c226 zs = ldexpl(zs, -spread); in fmal()
254 return (xy.hi + vzs + ldexpl(xy.lo, spread)); in fmal()
266 return (ldexpl(r.hi + adj, spread)); in fmal()
271 return (ldexpl(r.hi + adj, spread)); in fmal()
Ds_scalbn.c64 __weak_reference(scalbn, ldexpl);
Ds_scalbnl.c71 __strong_reference(scalbnl, ldexpl);
/bionic/tests/headers/posix/
Dmath_h.c229 FUNCTION(ldexpl, long double (*f)(long double, int)); in math_h()
/bionic/libm/
Dlibm.map.txt164 ldexpl;
/bionic/libc/include/
Dmath.h150 long double ldexpl(long double __x, int __exponent) __RENAME_LDBL(ldexp, 3, 3);
/bionic/tests/
Dmath_test.cpp795 TEST(MATH_TEST, ldexpl) { in TEST() argument
796 ASSERT_DOUBLE_EQ(16.0L, ldexpl(2.0L, 3.0)); in TEST()
1288 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); in TEST()
1309 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); in TEST()
/bionic/libc/tools/
Dposix-2013.txt492 ldexpl