Searched refs:__sin (Results 1 – 16 of 16) sorted by relevance
/haiku/src/system/libroot/posix/musl/math/ |
H A D | sin.c | 62 return __sin(x, 0.0, 0); in sin() 72 case 0: return __sin(y[0], y[1], 1); in sin() 74 case 2: return -__sin(y[0], y[1], 1); in sin()
|
H A D | cos.c | 72 case 1: return -__sin(y[0], y[1], 1); in cos() 75 return __sin(y[0], y[1], 1); in cos()
|
H A D | sincos.c | 35 *sin = __sin(x, 0.0, 0); in sincos() 48 s = __sin(y[0], y[1], 1); in sincos()
|
H A D | tgamma.c | 48 return __sin(x, 0, 0); in sinpi() 52 return __sin(-x, 0, 0); in sinpi()
|
H A D | __sin.c | 52 double __sin(double x, double y, int iy) in __sin() function
|
H A D | lgamma_r.c | 163 case 0: return __sin(x, 0.0, 0); in sin_pi() 165 case 2: return __sin(-x, 0.0, 0); in sin_pi()
|
/haiku/src/system/libroot/posix/musl/internal/ |
H A D | libm.h | 237 hidden double __sin(double,double,int);
|
/haiku/src/system/libroot/posix/glibc/math/ |
H A D | math_private.h | 308 extern double __sin (double __x);
|
/haiku/src/system/libroot/posix/musl/math/arm64/ |
H A D | Jamfile | 71 __sin.c sin.c __sinl.c sinl.c
|
/haiku/src/system/libroot/posix/musl/math/x86_64/ |
H A D | Jamfile | 42 significand.c significandf.c __sin.c sin.c sincos.c sincosf.c
|
/haiku/src/system/libroot/posix/musl/math/m68k/ |
H A D | Jamfile | 69 __sin.c sin.c __sinl.c sinl.c
|
/haiku/src/system/libroot/posix/musl/math/sparc/ |
H A D | Jamfile | 69 __sin.c sin.c __sinl.c sinl.c
|
/haiku/src/system/libroot/posix/musl/math/ppc/ |
H A D | Jamfile | 69 __sin.c sin.c __sinl.c sinl.c
|
/haiku/src/system/libroot/posix/musl/math/riscv64/ |
H A D | Jamfile | 69 __sin.c sin.c __sinl.c sinl.c
|
/haiku/src/system/libroot/posix/musl/math/arm/ |
H A D | Jamfile | 69 __sin.c sin.c __sinl.c sinl.c
|
/haiku/src/system/libroot/posix/musl/math/x86/ |
H A D | Jamfile | 47 __sin.c sin.c sincos.c sincosf.c sincosl.c __sinl.c sinl.c
|