newlib-cygwin/newlib/libm/ld
Kito Cheng 5c5ae2c086 newlib: Add more FreeBSD files for non LDBL_EQ_DBL support
For RISC-V, AArch64, i386, and x86_64

- k_tanl.c is required for tanl; the linker will report `__kernel_tanl`
  not found when tanl is called.
- s_cospil.c and s_sinpil.c are added for cospil and sinpil, which are already
  available for ld80 but not for ld128.
2024-07-16 15:19:21 -04:00
..
Makefile.inc
e_acoshl.c
e_acosl.c
e_asinl.c
e_atan2l.c
e_atanhl.c
e_coshl.c
e_fmodl.c
e_lgammal.c
e_remainderl.c
e_sinhl.c
fdiml.c
fpmath.h
invtrig.h
k_expl.h
math_private.h newlib: Add more FreeBSD files for non LDBL_EQ_DBL support 2024-07-16 15:19:21 -04:00
s_asinhl.c
s_atanl.c
s_cbrtl.c
s_ceill.c
s_copysignl.c
s_cosl.c
s_fabsl.c
s_floorl.c
s_fmal.c newlib: Fix long double for unsupported rounding modes and exceptions 2023-12-20 16:54:22 -05:00
s_fmaxl.c
s_fminl.c
s_frexpl.c
s_ilogbl.c
s_llrintl.c
s_llroundl.c
s_logbl.c
s_lrint.c newlib: Fix long double for unsupported rounding modes and exceptions 2023-12-20 16:54:22 -05:00
s_lrintl.c
s_lround.c newlib: Fix long double for unsupported rounding modes and exceptions 2023-12-20 16:54:22 -05:00
s_lroundl.c
s_modfl.c
s_nearbyintl.c
s_nextafterl.c
s_nexttoward.c
s_nexttowardf.c
s_remquol.c
s_rintl.c
s_roundl.c
s_scalbnl.c
s_sinl.c
s_tanhl.c
s_tanl.c
s_truncl.c
scalblnl.c