Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_scalbnf.c58 __strong_reference(scalbnf, ldexpf);
/bionic/libm/include/
Dmath.h317 float ldexpf(float, int);
/bionic/tests/
Dmath_test.cpp539 TEST(math, ldexpf) { in TEST() argument
540 ASSERT_FLOAT_EQ(16.0f, ldexpf(2.0f, 3.0f)); in TEST()