Home
last modified time | relevance | path

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

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