OSDN Git Service

- add some more math functions (patch from gentoo/solar)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 25 Sep 2008 19:07:18 +0000 (19:07 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 25 Sep 2008 19:07:18 +0000 (19:07 -0000)
commitc7a58c2edadb8fce84ab2f8b129a87eb19bdc485
treeb0ce15fb6eb16bbfe34612a21ffc16709d397b33
parentc8d8b6d30a29b353637cd1c7379402bff2481b79
- add some more math functions (patch from gentoo/solar)
libm/Makefile.in
libm/s_fdim.c [new file with mode: 0644]
libm/s_fma.c [new file with mode: 0644]
libm/s_fmax.c [new file with mode: 0644]
libm/s_fmin.c [new file with mode: 0644]
libm/s_nearbyint.c [new file with mode: 0644]
libm/s_remquo.c [new file with mode: 0644]
libm/s_scalbln.c [new file with mode: 0644]
libm/w_exp2.c [new file with mode: 0644]
libm/w_tgamma.c [new file with mode: 0644]