glibc/sysdeps/ieee754/flt-32
Adhemerval Zanella 7fe0ace3e2 math: Simplify hypotf implementation
Use a more optimized comparison for check for NaN and infinite and
add an inlined issignaling implementation for float.  With gcc it
results in 2 FP comparisons.

The file Copyright is also changed to use  GPL, the implementation was
completely changed by 7c10fd3515 to use double precision instead of
scaling and this change removes all the GET_FLOAT_WORD usage.

Checked on x86_64-linux-gnu.
2021-12-13 09:02:30 -03:00
..
e_acosf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_acoshf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_asinf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_atan2f.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_atanhf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_coshf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_exp2f_data.c
e_exp2f.c
e_exp10f.c
e_expf.c
e_fmodf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_gammaf_r.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_hypotf.c math: Simplify hypotf implementation 2021-12-13 09:02:30 -03:00
e_ilogbf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_j0f.c Fixed inaccuracy of j0f (BZ #28185) 2021-10-05 13:45:37 +02:00
e_j1f.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_jnf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_lgammaf_r.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log2f_data.c
e_log2f.c
e_log10f.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_logf_data.c
e_logf.c
e_powf_log2_data.c
e_powf.c
e_remainderf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_sinhf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_sqrtf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
k_tanf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
lgamma_negf.c
lgamma_productf.c
math_config.h math: Simplify hypotf implementation 2021-12-13 09:02:30 -03:00
math_errf.c
mpn2flt.c
reduce_aux.h
s_asinhf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_atanf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_cbrtf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_ceilf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_copysignf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_cosf.c
s_erff.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_expm1f.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_fabsf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_finitef.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_floorf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_fpclassifyf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_frexpf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_fromfpf_main.c
s_fromfpf.c
s_fromfpxf.c
s_getpayloadf.c
s_isinff.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_isnanf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_issignalingf.c
s_llrintf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_llroundf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_log1pf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_logbf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_lrintf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_lroundf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_modff.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nearbyintf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nextafterf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nextupf.c
s_remquof.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_rintf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_roundevenf.c Use GCC builtins for roundeven functions if desired. 2021-06-27 07:56:57 -07:00
s_roundf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_scalblnf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_scalbnf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_setpayloadf_main.c
s_setpayloadf.c
s_setpayloadsigf.c
s_signbitf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_sincosf_data.c
s_sincosf.c
s_sincosf.h
s_sinf.c
s_tanf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_tanhf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_totalorderf.c
s_totalordermagf.c
s_truncf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_ufromfpf.c
s_ufromfpxf.c
sincosf_poly.h
w_exp2f.c
w_expf.c
w_log2f.c
w_logf.c
w_powf.c