Home
last modified time | relevance | path

Searched refs:scalbf (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/include/
Dmath.h380 float scalbf(float, float);
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h724 #define __ieee754_scalbf scalbf
/bionic/tests/
Dmath_test.cpp1117 TEST(math, scalbf) { in TEST() argument
1118 ASSERT_FLOAT_EQ(12.0f, scalbf(3.0f, 2.0f)); in TEST()