gecko-dev/modules/fdlibm/src
Tom Ritter 65956c76e1 Bug 1760633: Apply the fdlibm patches for the new files to the in-tree files r=arai
This updates our previously in-tree files to account for the
new files we added.

Differential Revision: https://phabricator.services.mozilla.com/D164818
2023-01-06 20:12:33 +00:00
..
LICENSE
e_acos.cpp
e_acosf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
e_acosh.cpp
e_asin.cpp
e_asinf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
e_atan2.cpp
e_atanh.cpp
e_cosh.cpp
e_exp.cpp
e_expf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
e_hypot.cpp
e_log.cpp
e_log2.cpp
e_log10.cpp
e_logf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
e_pow.cpp
e_powf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
e_rem_pio2.cpp
e_rem_pio2f.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
e_sinh.cpp
e_sqrtf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
fdlibm.h Bug 1760633: Apply the fdlibm patches for the new files to the in-tree files r=arai 2023-01-06 20:12:33 +00:00
k_cos.cpp
k_cosf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
k_exp.cpp
k_expf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
k_log.h
k_rem_pio2.cpp
k_sin.cpp
k_sinf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
k_tan.cpp
k_tanf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
math_private.h Bug 1760633: Apply the fdlibm patches for the new files to the in-tree files r=arai 2023-01-06 20:12:33 +00:00
moz.build Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
s_asinh.cpp
s_atan.cpp
s_atanf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
s_cbrt.cpp
s_ceil.cpp
s_ceilf.cpp
s_copysign.cpp
s_cos.cpp
s_cosf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
s_exp2.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
s_exp2f.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
s_expm1.cpp
s_fabs.cpp
s_fabsf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
s_floor.cpp
s_floorf.cpp
s_log1p.cpp
s_nearbyint.cpp
s_rint.cpp
s_rintf.cpp
s_scalbn.cpp
s_scalbnf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
s_sin.cpp
s_sinf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
s_tan.cpp
s_tanf.cpp Bug 1760633: Actually add the new fdlibm files and apply the patches r=arai 2023-01-06 20:12:33 +00:00
s_tanh.cpp
s_trunc.cpp
s_truncf.cpp