Searched refs:sinl (Results 1 - 14 of 14) sorted by relevance
/third_party/musl/src/math/ |
H A D | sinl.c | 4 long double sinl(long double x) in sinl() function 9 long double sinl(long double x) in sinl() function
|
H A D | tgammal.c | 226 z = q * sinl(PIL * z); in tgammal()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | sinl.c | 4 long double sinl(long double x) in sinl() function 9 long double sinl(long double x) in sinl() function
|
H A D | tgammal.c | 226 z = q * sinl(PIL * z); in tgammal()
|
/third_party/musl/libc-test/src/math/ |
H A D | sinl.c | 13 #include "sanity/sinl.h" 14 #include "special/sinl.h" 34 y = sinl(p->x); in main() 38 printf("%s:%d: bad fp exception: %s sinl(%La)=%La, want %s", in main() 45 printf("%s:%d: %s sinl(%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 D | math_sin_test.cpp | 70 EXPECT_DOUBLE_EQ(0.0L, sinl(0.0L)); in HWTEST_F()
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.c | 350 F (__s_sin, __s_sin, sinl, mpfr_sin, 1, 0, d1, 0) 364 F (__v_sin, v_sin, sinl, mpfr_sin, 1, 0, d1, 1) 378 F (__vn_sin, vn_sin, sinl, mpfr_sin, 1, 0, d1, 1) 389 F (_ZGVnN2v_sin, Z_sin, sinl, mpfr_sin, 1, 0, d1, 1)
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 337 long double sinl(long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 337 long double sinl(long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 337 long double sinl(long double);
|
/third_party/musl/include/ |
H A D | math.h | 337 long double sinl(long double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 214 {long double(*p)(long double) = sinl;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 205 int mpsinl(struct t *t) { return mpl1(t, sinl); } in mpsinl()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34094 extern long double sinl (long double __x) throw (); extern long double __sinl (long double __x) throw (); [all...] |
Completed in 31 milliseconds