fune/modules/fdlibm/src
André Bargull eebb17f171 Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai
std::sqrt is guaranteed to have an error less than 0.5 ulp, so there's no need
to use fdlibm's slower implementation.

Differential Revision: https://phabricator.services.mozilla.com/D37256

--HG--
extra : moz-landing-system : lando
2019-07-08 16:52:45 +00:00
..
e_acos.cpp Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai 2019-07-08 16:52:45 +00:00
e_acosh.cpp Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai 2019-07-08 16:52:45 +00:00
e_asin.cpp Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai 2019-07-08 16:52:45 +00:00
e_atan2.cpp
e_atanh.cpp
e_cosh.cpp
e_exp.cpp
e_hypot.cpp Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai 2019-07-08 16:52:45 +00:00
e_log.cpp
e_log2.cpp
e_log10.cpp
e_pow.cpp Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai 2019-07-08 16:52:45 +00:00
e_sinh.cpp
fdlibm.h Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai 2019-07-08 16:52:45 +00:00
k_exp.cpp
k_log.h
math_private.h Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai 2019-07-08 16:52:45 +00:00
moz.build Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai 2019-07-08 16:52:45 +00:00
s_asinh.cpp Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai 2019-07-08 16:52:45 +00:00
s_atan.cpp
s_cbrt.cpp
s_ceil.cpp
s_ceilf.cpp
s_copysign.cpp
s_expm1.cpp
s_fabs.cpp
s_floor.cpp
s_floorf.cpp
s_log1p.cpp
s_nearbyint.cpp
s_rint.cpp
s_rintf.cpp
s_scalbn.cpp
s_tanh.cpp
s_trunc.cpp
s_truncf.cpp