Home
last modified time | relevance | path

Searched refs:sincosl (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dsincosl.c5 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 Dsincosl.c5 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 Dsincosl.c11 #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 Dmath_sincos_test.cpp85 sincosl(0.0L, &sineResult, &cosineResult); in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h427 void sincosl(long double, long double*, long double*);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h427 void sincosl(long double, long double*, long double*);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h427 void sincosl(long double, long double*, long double*);
/third_party/musl/include/
H A Dmath.h427 void sincosl(long double, long double*, long double*);
/third_party/FreeBSD/lib/msun/ld128/
H A Dk_expl.h318 sincosl(y, &s, &c); in __ldexp_cexpl()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c402 sincosl(t->x, &t->y, &t->y2); in mpsincosl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34110 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