Searched refs:cosl (Results 1 – 16 of 16) 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()
53 cosl(long double x) in cosl() function
317 ALIAS_SYMBOL(cosl, cos);
164 FUNCTION(cosl, long double (*f)(long double)); in math_h()
96 long double cosl(long double __x) __RENAME_LDBL(cos, 3, 21);
72 cosl; # introduced=21
137 cosl
510 TEST(MATH_TEST, cosl) { in TEST() argument511 ASSERT_DOUBLE_EQ(1.0L, cosl(0.0L)); in TEST()