Searched refs:ldexpl (Results 1 – 8 of 8) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_fmal.c | 226 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()
|
D | s_scalbn.c | 64 __weak_reference(scalbn, ldexpl);
|
D | s_scalbnl.c | 71 __strong_reference(scalbnl, ldexpl);
|
/bionic/tests/headers/posix/ |
D | math_h.c | 229 FUNCTION(ldexpl, long double (*f)(long double, int)); in math_h()
|
/bionic/libm/ |
D | libm.map.txt | 164 ldexpl;
|
/bionic/libc/include/ |
D | math.h | 150 long double ldexpl(long double __x, int __exponent) __RENAME_LDBL(ldexp, 3, 3);
|
/bionic/tests/ |
D | math_test.cpp | 795 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/ |
D | posix-2013.txt | 492 ldexpl
|