Home
last modified time | relevance | path

Searched refs:asinl (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_asinl.c34 asinl(long double x) in asinl() function
De_asin.c116 __weak_reference(asin, asinl);
/bionic/libm/include/
Dmath.h406 long double asinl(long double);
/bionic/tests/
Dmath_test.cpp344 TEST(math, asinl) { in TEST() argument
345 ASSERT_DOUBLE_EQ(0.0L, asinl(0.0L)); in TEST()