Home
last modified time | relevance | path

Searched refs:sinl (Results 1 – 17 of 17) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/
Ds_sinl.c37 sinl(long double x) in sinl() function
91 __strong_reference(sinl, _sinl);
/picolibc-3.7.0-3.6.0/newlib/libm/complex/
Dcsinl.c44 …return (long double complex) (sinl(creall(z)) * ch) + (cosl(creall(z)) * sh) * (long double comple… in csinl()
Dccosl.c44 …return (long double complex) (cosl(creall(z)) * ch) - (sinl(creall(z)) * sh) * (long double comple… in ccosl()
Dcsinhl.c44 return (long double complex) (sinhl(x) * cosl(y)) + (coshl(x) * sinl(y)) * (long double complex) I; in csinhl()
Dccoshl.c44 return (long double complex) (coshl(x) * cosl(y)) + (sinhl(x) * sinl(y)) * (long double complex) I; in ccoshl()
Dcexpl.c45 return (long double complex) (r * cosl(y)) + r * sinl(y) * (long double complex) I; in cexpl()
Dctanhl.c45 …return (long double complex) (sinhl(2.0L * x) / d) + (sinl(2.0L * y) / d) * (long double complex… in ctanhl()
Dctanl.c54 …return (long double complex) (sinl(2.0L * creall(z)) / d) + (sinhl(2.0L * cimagl(z)) / d) * (long … in ctanl()
Dcpowl.c56 w = r * cosl(theta) + (r * sinl(theta)) * (long double complex) I; in cpowl()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
De_lgammal_r.c210 return sinl (pi * x); in sin_pi()
244 y = sinl (pi * y); in sin_pi()
252 y = sinl (pi * (one - y)); in sin_pi()
259 y = sinl (pi * (y - 2.0L)); in sin_pi()
De_tgammal.c252 z = q * sinl( PIL * z ); in tgammal()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
De_lgammal_r.c792 z = q * sinl (PIL * z); in lgammal_r()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dmath.h568 extern long double sinl (long double);
/picolibc-3.7.0-3.6.0/test/
Dmath-funcs.c272 l1 = sinl (l1); in main()
Dlong_double_vec.h20673 long double y = sinl(sinl_vec[i].x); in test_sinl()
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dmath_config.h1330 #define _sinl(x) sinl(x)
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20156386 * libm/common/sinl.c: Likewise.
6492 * libc/include/math.h (atanl, cosl, sinl, tanl, tanhl): Declare.
6502 * libm/common/sinl.c: Likewise.