Home
last modified time | relevance | path

Searched refs:scalbln (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/headers/posix/
Dtgmath_h.c108 scalbln(f1, l); scalbln(d1, l); scalbln(ld1, l); in tgmath_h()
Dmath_h.c307 FUNCTION(scalbln, double (*f)(double, long)); in math_h()
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_scalbln.c38 scalbln(double x, long n) in scalbln() function
/bionic/libm/
Dlibm.map.txt230 scalbln; # introduced-arm=9 introduced-arm64=21 introduced-x86=18 introduced-x86_64=21
/bionic/libc/include/
Dmath.h180 double scalbln(double __x, long __exponent);
/bionic/libc/tools/
Dposix-2013.txt870 scalbln
/bionic/tests/
Dmath_test.cpp1400 TEST(math_h, scalbln) { in TEST() argument
1401 ASSERT_DOUBLE_EQ(12.0, scalbln(3.0, 2L)); in TEST()