Home
last modified time | relevance | path

Searched refs:sincosf (Results 1 – 19 of 19) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ccoshf.c45 sincosf (__imag__ x, &sinix, &cosix); in __ccoshf()
75 sincosf (__imag__ x, &sinix, &cosix); in __ccoshf()
H A Ds_cexpf.c44 sincosf (__imag__ x, &sinix, &cosix); in __cexpf()
87 sincosf (__imag__ x, &sinix, &cosix); in __cexpf()
H A Ds_csinhf.c48 sincosf (__imag__ x, &sinix, &cosix); in __csinhf()
94 sincosf (__imag__ x, &sinix, &cosix); in __csinhf()
H A Ds_csinf.c48 sincosf (__real__ x, &sinix, &cosix); in __csinf()
94 sincosf (__real__ x, &sinix, &cosix); in __csinf()
H A Ds_ctanf.c60 sincosf (2.0 * __real__ x, &sin2rx, &cos2rx); in __ctanf()
H A Ds_ctanhf.c60 sincosf (2.0 * __imag__ x, &sin2ix, &cos2ix); in __ctanhf()
/haiku/headers/compatibility/gnu/
H A Dmath.h22 void sincosf(float x, float *sin, float *cos);
/haiku/src/system/libroot/posix/glibc/math/
H A Dmath.h49 extern void sincosf(float x, float *sin, float *cos);
/haiku/src/system/libroot/posix/musl/math/
H A Dsincosf.c27 void sincosf(float x, float *sin, float *cos) in sincosf() function
/haiku/src/system/libroot/posix/musl/math/arm64/
H A DJamfile72 sincos.c sincosf.c sincosl.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 DJamfile70 sincos.c sincosf.c sincosl.c
/haiku/src/system/libroot/posix/musl/math/sparc/
H A DJamfile70 sincos.c sincosf.c sincosl.c
/haiku/src/system/libroot/posix/musl/math/ppc/
H A DJamfile70 sincos.c sincosf.c sincosl.c
/haiku/src/system/libroot/posix/musl/math/riscv64/
H A DJamfile70 sincos.c sincosf.c sincosl.c
/haiku/src/system/libroot/posix/musl/math/arm/
H A DJamfile70 sincos.c sincosf.c sincosl.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
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2456 void sincosf() {} in sincosf() function
H A Dlibroot_stubs.c2472 void sincosf() {} in sincosf() function