Home
last modified time | relevance | path

Searched refs:scalblnl (Results 1 – 6 of 6) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_scalbln.c52 scalblnl(long double x, long n) in scalblnl() function
/bionic/libm/
Dlibm.map.txt232 scalblnl; # introduced-arm=9 introduced-arm64=21 introduced-x86=18 introduced-x86_64=21
/bionic/tests/headers/posix/
Dmath_h.c309 FUNCTION(scalblnl, long double (*f)(long double, long)); in math_h()
/bionic/libc/include/
Dmath.h185 long double scalblnl(long double __x, long __exponent) __INTRODUCED_IN_X86(18) __VERSIONER_NO_GUARD;
/bionic/libc/tools/
Dposix-2013.txt871 scalblnl
/bionic/tests/
Dmath_test.cpp1369 TEST(MATH_TEST, scalblnl) { in TEST() argument
1370 ASSERT_DOUBLE_EQ(12.0L, scalblnl(3.0L, 2L)); in TEST()