Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dcoshl.c4 long double coshl(long double x) in coshl() function
9 long double coshl(long double x) in coshl() function
43 long double coshl(long double x) in coshl() function
/third_party/musl/src/math/
H A Dcoshl.c4 long double coshl(long double x) in coshl() function
9 long double coshl(long double x) in coshl() function
43 long double coshl(long double x) in coshl() function
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_cosh_test.cpp65 * @tc.desc: When the parameter of coshl is valid, test the return value of the function.
70 EXPECT_DOUBLE_EQ(1.0L, coshl(0.0L)); in HWTEST_F()
/third_party/musl/libc-test/src/math/
H A Dcoshl.c13 #include "sanity/coshl.h"
14 #include "special/coshl.h"
18 #include "ld128/coshl.h"
39 y = coshl(p->x); in main()
43 printf("%s:%d: bad fp exception: %s coshl(%La)=%La, want %s", in main()
50 printf("%s:%d: %s coshl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/FreeBSD/lib/msun/src/
H A De_coshl.c84 coshl(long double x) in coshl() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h181 long double coshl(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h181 long double coshl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h181 long double coshl(long double);
/third_party/musl/include/
H A Dmath.h181 long double coshl(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c88 {long double(*p)(long double) = coshl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c116 int mpcoshl(struct t *t) { return mpl1(t, coshl); } in mpcoshl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34101 extern long double coshl (long double __x) throw (); extern long double __coshl (long double __x) throw ();
[all...]

Completed in 28 milliseconds