Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizer.cpp148 float c_value = (1 - tanf(theta * q / 2.0)) / (1 + tanf(theta * q / 2.0)); in BandPassFilterCalcs()
/haiku/src/system/libroot/posix/musl/math/
H A Dtanf.c26 float tanf(float x) in tanf() function
/haiku/src/system/libroot/posix/musl/math/arm64/
H A DJamfile76 __tan.c tan.c __tandf.c tanf.c __tanl.c tanl.c
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A DJamfile44 __tan.c tan.c __tandf.c tanf.c tanh.c tanhf.c tanhl.c __tanl.c
/haiku/src/system/libroot/posix/musl/math/m68k/
H A DJamfile74 __tan.c tan.c __tandf.c tanf.c __tanl.c tanl.c
/haiku/src/system/libroot/posix/musl/math/sparc/
H A DJamfile74 __tan.c tan.c __tandf.c tanf.c __tanl.c tanl.c
/haiku/src/system/libroot/posix/musl/math/ppc/
H A DJamfile74 __tan.c tan.c __tandf.c tanf.c __tanl.c tanl.c
/haiku/src/system/libroot/posix/musl/math/riscv64/
H A DJamfile74 __tan.c tan.c __tandf.c tanf.c __tanl.c tanl.c
/haiku/src/system/libroot/posix/musl/math/arm/
H A DJamfile74 __tan.c tan.c __tandf.c tanf.c __tanl.c tanl.c
/haiku/src/system/libroot/posix/musl/math/x86/
H A DJamfile49 __tan.c tan.c __tandf.c tanf.c __tanl.c tanl.c
/haiku/headers/posix/
H A Dmath.h190 extern float tanf(float x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2551 void tanf() {} in tanf() function
H A Dlibroot_stubs.c2565 void tanf() {} in tanf() function
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h486 t[2] = tanf(a); t[3] = 1.0f; in nsvg__xformSetSkewX()
492 t[0] = 1.0f; t[1] = tanf(a); in nsvg__xformSetSkewY()