Searched refs:sinhl (Results 1 – 13 of 13) sorted by relevance
78 __weak_reference(sinh, sinhl);
85 sinhl(long double x) in sinhl() function
248 sinhl;
247 sinhl;
412 long double sinhl(long double);
327 ALIAS_SYMBOL(sinhl, sinh);
967 sinhl
456 TEST(math, sinhl) { in TEST() argument457 ASSERT_DOUBLE_EQ(0.0L, sinhl(0.0L)); in TEST()