Searched refs:ldexpl (Results 1 – 5 of 5) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_fmal.c | 224 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()
|
D | s_scalbn.c | 64 __weak_reference(scalbn, ldexpl);
|
D | s_scalbnl.c | 71 __strong_reference(scalbnl, ldexpl);
|
/bionic/tests/ |
D | math_test.cpp | 644 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/ |
D | math.h | 430 long double ldexpl(long double, int);
|