Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_exp2.c395 __weak_reference(exp2, exp2l);
/bionic/libm/include/
Dmath.h406 long double exp2l(long double);
/bionic/tests/
Dmath_test.cpp471 TEST(math, exp2l) { in TEST() argument
472 ASSERT_FLOAT_EQ(8.0, exp2l(3.0)); in TEST()