Home
last modified time | relevance | path

Searched refs:acosl (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/src/math/x32/
H A Dacosl.s3 .global acosl
4 .type acosl,@function
5 acosl: label
/third_party/musl/src/math/x86_64/
H A Dacosl.s3 .global acosl
4 .type acosl,@function
5 acosl: label
/third_party/musl/src/math/i386/
H A Dacosl.s1 .global acosl
2 .type acosl,@function
3 acosl: label
/third_party/musl/src/math/
H A Dacosl.c20 long double acosl(long double x) in acosl() function
32 long double acosl(long double x) in acosl() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dacosl.c20 long double acosl(long double x) in acosl() function
32 long double acosl(long double x) in acosl() function
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_acos_test.cpp65 * @tc.desc: When the parameter of acosl is valid, test the return value of the function.
70 EXPECT_DOUBLE_EQ(0.0L, acosl(1.0L)); in HWTEST_F()
/third_party/musl/libc-test/src/math/
H A Dacosl.c13 #include "sanity/acosl.h"
14 #include "special/acosl.h"
34 y = acosl(p->x); in main()
38 printf("%s:%d: bad fp exception: %s acosl(%La)=%La, want %s", in main()
45 printf("%s:%d: %s acosl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h137 long double acosl(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h137 long double acosl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h137 long double acosl(long double);
/third_party/musl/include/
H A Dmath.h137 long double acosl(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c59 {long double(*p)(long double) = acosl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c83 int mpacosl(struct t *t) { return mpl1(t, acosl); } in mpacosl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34083 extern long double acosl (long double __x) throw (); extern long double __acosl (long double __x) throw ();
[all...]

Completed in 28 milliseconds