Home
last modified time | relevance | path

Searched refs:sinhl (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/math/
H A Dsinhl.c4 long double sinhl(long double x) in sinhl() function
9 long double sinhl(long double x) in sinhl() function
39 long double sinhl(long double x) in sinhl() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dsinhl.c4 long double sinhl(long double x) in sinhl() function
9 long double sinhl(long double x) in sinhl() function
39 long double sinhl(long double x) in sinhl() function
/third_party/musl/libc-test/src/math/
H A Dsinhl.c13 #include "sanity/sinhl.h"
14 #include "special/sinhl.h"
18 #include "ld128/sinhl.h"
39 y = sinhl(p->x); in main()
43 printf("%s:%d: bad fp exception: %s sinhl(%La)=%La, want %s", in main()
54 printf("%s:%d: %s sinhl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_sinh_test.cpp72 EXPECT_DOUBLE_EQ(0.0L, sinhl(0.0L)); in HWTEST_F()
/third_party/FreeBSD/lib/msun/src/
H A De_sinhl.c83 sinhl(long double x) in sinhl() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h341 long double sinhl(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h341 long double sinhl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h341 long double sinhl(long double);
/third_party/musl/include/
H A Dmath.h341 long double sinhl(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c213 {long double(*p)(long double) = sinhl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c208 int mpsinhl(struct t *t) { return mpl1(t, sinhl); } in mpsinhl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34103 extern long double sinhl (long double __x) throw (); extern long double __sinhl (long double __x) throw ();
[all...]

Completed in 27 milliseconds