Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Dimprecise.c57 DECLARE_WEAK(powl);
/bionic/tests/
Dmath_test.cpp593 TEST(math, powl) { in TEST() argument
594 ASSERT_TRUE(__isnanl(powl(nanl(""), 3.0L))); in TEST()
595 ASSERT_DOUBLE_EQ(1.0L, (powl(1.0L, nanl("")))); in TEST()
596 ASSERT_TRUE(__isnanl(powl(2.0L, nanl("")))); in TEST()
597 ASSERT_DOUBLE_EQ(8.0L, powl(2.0L, 3.0L)); in TEST()
/bionic/libm/include/
Dmath.h448 long double powl(long double, long double);