Searched refs:cosl (Results 1 - 6 of 6) sorted by relevance

/bionic/libm/
H A Dsincos.c50 *p_cosl = cosl(x);
H A Dfake_long_double.c42 long double cosl(long double a1) { return cos(a1); } function
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_cos.c88 __weak_reference(cos, cosl);
H A Ds_cosl.c51 cosl(long double x) function
/bionic/libm/include/
H A Dmath.h405 long double cosl(long double);
/bionic/tests/
H A Dmath_test.cpp288 TEST(math, cosl) {
289 ASSERT_FLOAT_EQ(1.0, cosl(0.0));

Completed in 2105 milliseconds