Searched refs:scalbln (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/headers/posix/ |
D | tgmath_h.c | 108 scalbln(f1, l); scalbln(d1, l); scalbln(ld1, l); in tgmath_h()
|
D | math_h.c | 307 FUNCTION(scalbln, double (*f)(double, long)); in math_h()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_scalbln.c | 38 scalbln(double x, long n) in scalbln() function
|
/bionic/libm/ |
D | libm.map.txt | 230 scalbln; # introduced-arm=9 introduced-arm64=21 introduced-x86=18 introduced-x86_64=21
|
/bionic/libc/include/ |
D | math.h | 180 double scalbln(double __x, long __exponent);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 870 scalbln
|
/bionic/tests/ |
D | math_test.cpp | 1400 TEST(math_h, scalbln) { in TEST() argument 1401 ASSERT_DOUBLE_EQ(12.0, scalbln(3.0, 2L)); in TEST()
|