Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_scalbln.c45 scalblnf(float x, long n) in scalblnf() function
/bionic/tests/headers/posix/
Dmath_h.c308 FUNCTION(scalblnf, float (*f)(float, long)); in math_h()
/bionic/libm/
Dlibm.map.txt231 scalblnf; # introduced-arm=9 introduced-arm64=21 introduced-x86=18 introduced-x86_64=21
/bionic/libc/include/
Dmath.h182 float scalblnf(float __x, long __exponent) __INTRODUCED_IN_X86_NO_GUARD_FOR_NDK(18);
/bionic/libc/tools/
Dposix-2013.txt869 scalblnf
/bionic/tests/
Dmath_test.cpp1411 TEST(MATH_TEST, scalblnf) { in TEST() argument
1412 ASSERT_FLOAT_EQ(12.0f, scalblnf(3.0f, 2L)); in TEST()