Searched refs:sincosl (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | sincosl.c | 5 void sincosl(long double x, long double *sin, long double *cos) in sincosl() function 13 void sincosl(long double x, long double *sin, long double *cos) in sincosl() function
|
/third_party/musl/src/math/ |
H A D | sincosl.c | 5 void sincosl(long double x, long double *sin, long double *cos) in sincosl() function 13 void sincosl(long double x, long double *sin, long double *cos) in sincosl() function
|
/third_party/musl/libc-test/src/math/ |
H A D | sincosl.c | 11 #include "sanity/sincosl.h" 12 #include "special/sincosl.h" 31 sincosl(p->x, &ysin, &ycos); in main() 35 printf("%s:%d: bad fp exception: %s sincosl(%La)=%La,%La, want %s", in main() 43 printf("%s:%d: %s sincosl(%La) want %La,%La got %La,%La, ulperr %.3f = %a + %a, %.3f = %a + %a\n", in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_sincos_test.cpp | 85 sincosl(0.0L, &sineResult, &cosineResult); in HWTEST_F()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 427 void sincosl(long double, long double*, long double*);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 427 void sincosl(long double, long double*, long double*);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 427 void sincosl(long double, long double*, long double*);
|
/third_party/musl/include/ |
H A D | math.h | 427 void sincosl(long double, long double*, long double*);
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | k_expl.h | 318 sincosl(y, &s, &c); in __ldexp_cexpl()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 402 sincosl(t->x, &t->y, &t->y2); in mpsincosl()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34110 extern void sincosl (long double __x, long double *__sinx, long double *__cosx) throw (); extern void __sincosl (long double __x, long double *__sinx, long double *__cosx) throw (); [all...] |
Completed in 34 milliseconds