Searched refs:sinl (Results 1 – 23 of 23) 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 = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I; in ccoshl()
44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I; in csinhl()
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()
55 w = r * cosl(theta) + (r * sinl(theta)) * I; in cpowl()
49 *p_sinl = sinl(x); in sincosl()
249 sinl; # introduced=21
248 sinl; # introduced=21
88 __weak_reference(sin, sinl);
46 sinl(long double x) in sinl() function
326 sinl(y) * exp_x * scale1 * scale2)); in __ldexp_cexpl()
324 ALIAS_SYMBOL(sinl, sin);
308 long double sinl(long double) __INTRODUCED_IN(21);
969 sinl
384 TEST(math, sinl) { in TEST() argument385 ASSERT_DOUBLE_EQ(0.0L, sinl(0.0L)); in TEST()