Home
last modified time | relevance | path

Searched refs:__sin (Results 1 – 16 of 16) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dsin.c62 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 Dcos.c72 case 1: return -__sin(y[0], y[1], 1); in cos()
75 return __sin(y[0], y[1], 1); in cos()
H A Dsincos.c35 *sin = __sin(x, 0.0, 0); in sincos()
48 s = __sin(y[0], y[1], 1); in sincos()
H A Dtgamma.c48 return __sin(x, 0, 0); in sinpi()
52 return __sin(-x, 0, 0); in sinpi()
H A D__sin.c52 double __sin(double x, double y, int iy) in __sin() function
H A Dlgamma_r.c163 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 Dlibm.h237 hidden double __sin(double,double,int);
/haiku/src/system/libroot/posix/glibc/math/
H A Dmath_private.h308 extern double __sin (double __x);
/haiku/src/system/libroot/posix/musl/math/arm64/
H A DJamfile71 __sin.c sin.c __sinl.c sinl.c
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A DJamfile42 significand.c significandf.c __sin.c sin.c sincos.c sincosf.c
/haiku/src/system/libroot/posix/musl/math/m68k/
H A DJamfile69 __sin.c sin.c __sinl.c sinl.c
/haiku/src/system/libroot/posix/musl/math/sparc/
H A DJamfile69 __sin.c sin.c __sinl.c sinl.c
/haiku/src/system/libroot/posix/musl/math/ppc/
H A DJamfile69 __sin.c sin.c __sinl.c sinl.c
/haiku/src/system/libroot/posix/musl/math/riscv64/
H A DJamfile69 __sin.c sin.c __sinl.c sinl.c
/haiku/src/system/libroot/posix/musl/math/arm/
H A DJamfile69 __sin.c sin.c __sinl.c sinl.c
/haiku/src/system/libroot/posix/musl/math/x86/
H A DJamfile47 __sin.c sin.c sincos.c sincosf.c sincosl.c __sinl.c sinl.c