Home
last modified time | relevance | path

Searched refs:__sindf (Results 1 – 14 of 14) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dsincosf.c48 *sin = __sindf(x); in sincosf()
58 *cos = __sindf(x + s1pio2); in sincosf()
61 *cos = __sindf(s1pio2 - x); in sincosf()
66 *sin = -__sindf(sign ? x + s2pio2 : x - s2pio2); in sincosf()
76 *cos = -__sindf(x + s3pio2); in sincosf()
79 *cos = __sindf(x - s3pio2); in sincosf()
83 *sin = __sindf(sign ? x + s4pio2 : x - s4pio2); in sincosf()
96 s = __sindf(y); in sincosf()
H A Dcosf.c49 return __sindf(x + c1pio2); in cosf()
51 return __sindf(c1pio2 - x); in cosf()
59 return __sindf(-x - c3pio2); in cosf()
61 return __sindf(x - c3pio2); in cosf()
73 case 1: return __sindf(-y); in cosf()
76 return __sindf(y); in cosf()
H A Dsinf.c42 return __sindf(x); in sinf()
51 return __sindf(sign ? -(x + s2pio2) : -(x - s2pio2)); in sinf()
60 return __sindf(sign ? x + s4pio2 : x - s4pio2); in sinf()
70 case 0: return __sindf(y); in sinf()
72 case 2: return __sindf(-y); in sinf()
H A D__sindf.c26 float __sindf(double x) in __sindf() function
H A Dlgammaf_r.c98 case 0: return __sindf(y); in sin_pi()
100 case 2: return __sindf(-y); in sin_pi()
/haiku/src/system/libroot/posix/musl/internal/
H A Dlibm.h243 hidden float __sindf(double);
/haiku/src/system/libroot/posix/musl/math/arm64/
H A DJamfile73 __sindf.c sinf.c
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A DJamfile43 sincosl.c __sindf.c sinf.c sinh.c sinhf.c sinhl.c __sinl.c sinl.c
/haiku/src/system/libroot/posix/musl/math/m68k/
H A DJamfile71 __sindf.c sinf.c
/haiku/src/system/libroot/posix/musl/math/sparc/
H A DJamfile71 __sindf.c sinf.c
/haiku/src/system/libroot/posix/musl/math/ppc/
H A DJamfile71 __sindf.c sinf.c
/haiku/src/system/libroot/posix/musl/math/riscv64/
H A DJamfile71 __sindf.c sinf.c
/haiku/src/system/libroot/posix/musl/math/arm/
H A DJamfile71 __sindf.c sinf.c
/haiku/src/system/libroot/posix/musl/math/x86/
H A DJamfile48 __sindf.c sinf.c sinh.c sinhf.c sinhl.c