freebsd-dev/lib/msun/ld128
Mark Murray 03a88e3de9 * lib/msun/Makefile b/lib/msun/Makefile:
. Disconnect imprecise.c from the build.  This file can be deleted.
  . Add b_tgammal.c to the build for ld80 and ld128 targets.  The ld128
    is a 'git mv' of imprecise.c to ld128/b_tgammal.c.

* lib/msun/ld80/b_expl.c:
  . New file.  Implement __exp__D for ld80 targets.  This is based on
    bsdsrc/b_exp.c.

* lib/msun/ld80/b_logl.c:
  . New file.  Implement __log__D for ld80 targets.  This is based on
    bsdsrc/b_log.c.

* lib/msun/ld80/b_tgammal.c b/lib/msun/ld80/b_tgammal.c
  . New file.  Implement tgammal(x) for ld80 targets.

Submitted by:           Steve Kargl
Differential Revision:  https://reviews.freebsd.org/D33444
Reviewed by:            pfg
2021-12-15 18:36:20 +00:00
..
b_tgammal.c * lib/msun/Makefile b/lib/msun/Makefile: 2021-12-15 18:36:20 +00:00
e_lgammal_r.c
e_powl.c
e_rem_pio2l.h
invtrig.c
invtrig.h
k_cosl.c cosl(): fix polynomial approximation coefficients for ld128 version 2021-11-02 10:54:10 +02:00
k_cospil.h [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] 2021-10-26 02:50:20 +03:00
k_expl.h Apply fix for ld80 and ld128 submitted by Steve Kargl: 2020-09-20 05:28:31 +00:00
k_sinl.c
k_sinpil.h [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] 2021-10-26 02:50:20 +03:00
k_tanl.c
s_cexpl.c Implementations of cexpl() 2021-11-05 13:51:42 +02:00
s_cospil.c sinpi[fl] etc: Fix the ld128 implementations 2021-11-01 04:38:19 +02:00
s_erfl.c
s_exp2l.c
s_expl.c
s_logl.c lib/msun: Avoid FE_INEXACT for x86 log2l/log10l 2021-03-08 09:39:32 +00:00
s_nanl.c
s_sinpil.c sinpi[fl] etc: Fix the ld128 implementations 2021-11-01 04:38:19 +02:00
s_tanpil.c sinpi[fl] etc: Fix the ld128 implementations 2021-11-01 04:38:19 +02:00