Searched refs:sinl (Results 1 – 17 of 17) sorted by relevance
44 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * I; in csinl()
44 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * I; in ccosl()
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()
45 w = sinhl(2.0L * x) / d + (sinl(2.0L * y) / d) * I; in ctanhl()
57 w = sinl(2.0L * creall(z)) / d + (sinhl(2.0L * cimagl(z)) / d) * I; in ctanl()
88 __weak_reference(sin, sinl);
72 w = CMPLXL(r * cosl(theta), r * sinl(theta)); in cpowl()
48 sinl(long double x) in sinl() function
320 sinl(y) * exp_x * scale1 * scale2)); in __ldexp_cexpl()
324 ALIAS_SYMBOL(sinl, sin);
248 sinl; # introduced=21
320 FUNCTION(sinl, long double (*f)(long double)); in math_h()
100 long double sinl(long double __x) __RENAME_LDBL(sin, 3, 21);
969 sinl
522 TEST(MATH_TEST, sinl) { in TEST() argument523 ASSERT_DOUBLE_EQ(0.0L, sinl(0.0L)); in TEST()