gecko-dev/modules/fdlibm/src
Karl Tomlinson ff49201f0f Bug 1358149 use fdlibm for inexact math functions in ffvpx/libavcodec r=padenot,firefox-build-system-reviewers,glandium
This includes the rdft FFT implementation.

Differential Revision: https://phabricator.services.mozilla.com/D185781
2023-08-10 19:46:05 +00:00
..
LICENSE
e_acos.cpp
e_acosf.cpp
e_acosh.cpp
e_asin.cpp
e_asinf.cpp
e_atan2.cpp
e_atanh.cpp
e_cosh.cpp
e_exp.cpp
e_expf.cpp
e_hypot.cpp
e_hypotf.cpp Bug 1358149 add log10f and hypotf from fdlibm r=arai 2023-08-10 11:16:39 +00:00
e_log.cpp
e_log2.cpp
e_log10.cpp
e_log10f.cpp Bug 1358149 add log10f and hypotf from fdlibm r=arai 2023-08-10 11:16:39 +00:00
e_logf.cpp
e_pow.cpp
e_powf.cpp
e_rem_pio2.cpp
e_rem_pio2f.cpp
e_sinh.cpp
e_sqrtf.cpp
fdlibm.h Bug 1358149 add log10f and hypotf from fdlibm r=arai 2023-08-10 11:16:39 +00:00
k_cos.cpp
k_cosf.cpp
k_exp.cpp
k_expf.cpp
k_log.h
k_logf.h Bug 1358149 add log10f and hypotf from fdlibm r=arai 2023-08-10 11:16:39 +00:00
k_rem_pio2.cpp
k_sin.cpp
k_sinf.cpp
k_tan.cpp
k_tanf.cpp
math_private.h Bug 1358149 add log10f and hypotf from fdlibm r=arai 2023-08-10 11:16:39 +00:00
moz.build Bug 1358149 use fdlibm for inexact math functions in ffvpx/libavcodec r=padenot,firefox-build-system-reviewers,glandium 2023-08-10 19:46:05 +00:00
s_asinh.cpp
s_atan.cpp
s_atanf.cpp
s_cbrt.cpp
s_ceil.cpp
s_ceilf.cpp
s_copysign.cpp
s_cos.cpp
s_cosf.cpp
s_exp2.cpp
s_exp2f.cpp
s_expm1.cpp
s_fabs.cpp
s_fabsf.cpp
s_floor.cpp
s_floorf.cpp
s_log1p.cpp
s_nearbyint.cpp
s_rint.cpp
s_rintf.cpp
s_scalbn.cpp
s_scalbnf.cpp
s_sin.cpp
s_sinf.cpp
s_tan.cpp
s_tanf.cpp
s_tanh.cpp
s_trunc.cpp
s_truncf.cpp