Searched refs:cosl (Results 1 – 15 of 15) sorted by relevance
44 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * I; in ccosl()
44 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * I; in csinl()
44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I; in csinhl()
44 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I; in ccoshl()
45 w = r * cosl(y) + r * sinl(y) * I; in cexpl()
44 d = coshl(2.0L * x) + cosl(2.0L * y); in ctanhl()
46 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z)); in ctanl()
88 __weak_reference(cos, cosl);
72 w = CMPLXL(r * cosl(theta), r * sinl(theta)); in cpowl()
58 cosl(long double x) in cosl() function
164 FUNCTION(cosl, long double (*f)(long double)); in math_h()
72 cosl; # introduced=21
94 long double cosl(long double __x);
137 cosl
545 TEST(math_h, cosl) { in TEST() argument546 ASSERT_DOUBLE_EQ(1.0L, cosl(0.0L)); in TEST()