Home
last modified time | relevance | path

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

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

Completed in 28 milliseconds