/haiku/src/system/libroot/posix/glibc/arch/generic/ |
H A D | s_ccoshf.c | 45 sincosf (__imag__ x, &sinix, &cosix); in __ccoshf() 75 sincosf (__imag__ x, &sinix, &cosix); in __ccoshf()
|
H A D | s_cexpf.c | 44 sincosf (__imag__ x, &sinix, &cosix); in __cexpf() 87 sincosf (__imag__ x, &sinix, &cosix); in __cexpf()
|
H A D | s_csinhf.c | 48 sincosf (__imag__ x, &sinix, &cosix); in __csinhf() 94 sincosf (__imag__ x, &sinix, &cosix); in __csinhf()
|
H A D | s_csinf.c | 48 sincosf (__real__ x, &sinix, &cosix); in __csinf() 94 sincosf (__real__ x, &sinix, &cosix); in __csinf()
|
H A D | s_ctanf.c | 60 sincosf (2.0 * __real__ x, &sin2rx, &cos2rx); in __ctanf()
|
H A D | s_ctanhf.c | 60 sincosf (2.0 * __imag__ x, &sin2ix, &cos2ix); in __ctanhf()
|
/haiku/headers/compatibility/gnu/ |
H A D | math.h | 22 void sincosf(float x, float *sin, float *cos);
|
/haiku/src/system/libroot/posix/glibc/math/ |
H A D | math.h | 49 extern void sincosf(float x, float *sin, float *cos);
|
/haiku/src/system/libroot/posix/musl/math/ |
H A D | sincosf.c | 27 void sincosf(float x, float *sin, float *cos) in sincosf() function
|
/haiku/src/system/libroot/posix/musl/math/arm64/ |
H A D | Jamfile | 72 sincos.c sincosf.c sincosl.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 | 70 sincos.c sincosf.c sincosl.c
|
/haiku/src/system/libroot/posix/musl/math/sparc/ |
H A D | Jamfile | 70 sincos.c sincosf.c sincosl.c
|
/haiku/src/system/libroot/posix/musl/math/ppc/ |
H A D | Jamfile | 70 sincos.c sincosf.c sincosl.c
|
/haiku/src/system/libroot/posix/musl/math/riscv64/ |
H A D | Jamfile | 70 sincos.c sincosf.c sincosl.c
|
/haiku/src/system/libroot/posix/musl/math/arm/ |
H A D | Jamfile | 70 sincos.c sincosf.c sincosl.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
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 2456 void sincosf() {} in sincosf() function
|
H A D | libroot_stubs.c | 2472 void sincosf() {} in sincosf() function
|