OSDN Git Service

Add incomplet long double math support to libmingwex.a
authordannysmith <dannysmith>
Mon, 29 Jul 2002 03:00:08 +0000 (03:00 +0000)
committerdannysmith <dannysmith>
Mon, 29 Jul 2002 03:00:08 +0000 (03:00 +0000)
commit619ddd8be88d374d91b25e6de1288fe675a6c17f
tree3a27a1328ebc570dd819f4a875df1c145155363a
parentf3151290f1bcec69cffa39d443f08185c29a98ea
Add incomplet long double math support to libmingwex.a
143 files changed:
winsup/mingw/ChangeLog
winsup/mingw/include/math.h
winsup/mingw/mingwex/Makefile.in
winsup/mingw/mingwex/fmal.c [deleted file]
winsup/mingw/mingwex/fp_consts.c [deleted file]
winsup/mingw/mingwex/log2.c [deleted file]
winsup/mingw/mingwex/log2f.c [deleted file]
winsup/mingw/mingwex/log2l.c [deleted file]
winsup/mingw/mingwex/math/acosf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/acosl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/asinf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/asinl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/atan2f.c [new file with mode: 0644]
winsup/mingw/mingwex/math/atan2l.c [new file with mode: 0644]
winsup/mingw/mingwex/math/atanf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/atanl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/cbrt.c [new file with mode: 0644]
winsup/mingw/mingwex/math/cbrtf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/cbrtl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/ceilf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/ceill.S [new file with mode: 0644]
winsup/mingw/mingwex/math/cephes_mconf.h [new file with mode: 0644]
winsup/mingw/mingwex/math/copysign.S [new file with mode: 0644]
winsup/mingw/mingwex/math/copysignf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/copysignl.S [moved from winsup/mingw/mingwex/copysignl.S with 93% similarity]
winsup/mingw/mingwex/math/cosf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/coshf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/coshl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/cosl.S [new file with mode: 0644]
winsup/mingw/mingwex/math/exp2.S [new file with mode: 0644]
winsup/mingw/mingwex/math/exp2f.S [new file with mode: 0644]
winsup/mingw/mingwex/math/exp2l.S [new file with mode: 0644]
winsup/mingw/mingwex/math/expf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/expl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/fabs.c [new file with mode: 0644]
winsup/mingw/mingwex/math/fabsf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/fabsl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/fdim.c [moved from winsup/mingw/mingwex/fdim.c with 100% similarity]
winsup/mingw/mingwex/math/fdimf.c [moved from winsup/mingw/mingwex/fdimf.c with 100% similarity]
winsup/mingw/mingwex/math/fdiml.c [moved from winsup/mingw/mingwex/fdiml.c with 100% similarity]
winsup/mingw/mingwex/math/files.txt [new file with mode: 0644]
winsup/mingw/mingwex/math/floorf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/floorl.S [new file with mode: 0644]
winsup/mingw/mingwex/math/fma.S [moved from winsup/mingw/mingwex/fma.S with 100% similarity]
winsup/mingw/mingwex/math/fmaf.S [moved from winsup/mingw/mingwex/fmaf.S with 100% similarity]
winsup/mingw/mingwex/math/fmal.c [new file with mode: 0644]
winsup/mingw/mingwex/math/fmax.c [moved from winsup/mingw/mingwex/fmax.c with 100% similarity]
winsup/mingw/mingwex/math/fmaxf.c [moved from winsup/mingw/mingwex/fmaxf.c with 100% similarity]
winsup/mingw/mingwex/math/fmaxl.c [moved from winsup/mingw/mingwex/fmaxl.c with 100% similarity]
winsup/mingw/mingwex/math/fmin.c [moved from winsup/mingw/mingwex/fmin.c with 100% similarity]
winsup/mingw/mingwex/math/fminf.c [moved from winsup/mingw/mingwex/fminf.c with 100% similarity]
winsup/mingw/mingwex/math/fminl.c [moved from winsup/mingw/mingwex/fminl.c with 100% similarity]
winsup/mingw/mingwex/math/fmodf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/fmodl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/fp_consts.c [new file with mode: 0644]
winsup/mingw/mingwex/math/fp_consts.h [new file with mode: 0644]
winsup/mingw/mingwex/math/fp_constsf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/fp_constsl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/fpclassify.c [moved from winsup/mingw/mingwex/fpclassify.c with 100% similarity]
winsup/mingw/mingwex/math/fpclassifyf.c [moved from winsup/mingw/mingwex/fpclassifyf.c with 100% similarity]
winsup/mingw/mingwex/math/fpclassifyl.c [moved from winsup/mingw/mingwex/fpclassifyl.c with 100% similarity]
winsup/mingw/mingwex/math/frexpf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/frexpl.S [new file with mode: 0644]
winsup/mingw/mingwex/math/fucom.c [moved from winsup/mingw/mingwex/fucom.c with 100% similarity]
winsup/mingw/mingwex/math/hypotf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/hypotl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/ilogb.S [new file with mode: 0644]
winsup/mingw/mingwex/math/ilogbf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/ilogbl.S [new file with mode: 0644]
winsup/mingw/mingwex/math/isnan.c [moved from winsup/mingw/mingwex/isnan.c with 100% similarity]
winsup/mingw/mingwex/math/isnanf.c [moved from winsup/mingw/mingwex/isnanf.c with 100% similarity]
winsup/mingw/mingwex/math/isnanl.c [moved from winsup/mingw/mingwex/isnanl.c with 100% similarity]
winsup/mingw/mingwex/math/ldexpf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/ldexpl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/llrint.c [new file with mode: 0644]
winsup/mingw/mingwex/math/llrintf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/llrintl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/llround.c [new file with mode: 0644]
winsup/mingw/mingwex/math/llroundf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/llroundl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/log10f.S [new file with mode: 0644]
winsup/mingw/mingwex/math/log10l.S [new file with mode: 0644]
winsup/mingw/mingwex/math/log1p.S [new file with mode: 0644]
winsup/mingw/mingwex/math/log1pf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/log1pl.S [new file with mode: 0644]
winsup/mingw/mingwex/math/log2.S [new file with mode: 0644]
winsup/mingw/mingwex/math/log2f.S [new file with mode: 0644]
winsup/mingw/mingwex/math/log2l.S [new file with mode: 0644]
winsup/mingw/mingwex/math/logb.c [new file with mode: 0644]
winsup/mingw/mingwex/math/logbf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/logbl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/logf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/logl.S [new file with mode: 0644]
winsup/mingw/mingwex/math/lrint.c [new file with mode: 0644]
winsup/mingw/mingwex/math/lrintf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/lrintl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/lround.c [new file with mode: 0644]
winsup/mingw/mingwex/math/lroundf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/lroundl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/modff.c [new file with mode: 0644]
winsup/mingw/mingwex/math/modfl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/nearbyint.S [new file with mode: 0644]
winsup/mingw/mingwex/math/nearbyintf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/nearbyintl.S [new file with mode: 0644]
winsup/mingw/mingwex/math/nextafterf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/powf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/powil.c [new file with mode: 0644]
winsup/mingw/mingwex/math/powl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/remainder.S [new file with mode: 0644]
winsup/mingw/mingwex/math/remainderf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/remainderl.S [new file with mode: 0644]
winsup/mingw/mingwex/math/remquo.S [new file with mode: 0644]
winsup/mingw/mingwex/math/remquof.S [new file with mode: 0644]
winsup/mingw/mingwex/math/remquol.S [new file with mode: 0644]
winsup/mingw/mingwex/math/rint.c [moved from winsup/mingw/mingwex/rint.c with 100% similarity]
winsup/mingw/mingwex/math/rintf.c [moved from winsup/mingw/mingwex/rintf.c with 100% similarity]
winsup/mingw/mingwex/math/rintl.c [moved from winsup/mingw/mingwex/rintl.c with 100% similarity]
winsup/mingw/mingwex/math/round.c [moved from winsup/mingw/mingwex/round.c with 100% similarity]
winsup/mingw/mingwex/math/roundf.c [moved from winsup/mingw/mingwex/roundf.c with 100% similarity]
winsup/mingw/mingwex/math/roundl.c [moved from winsup/mingw/mingwex/roundl.c with 100% similarity]
winsup/mingw/mingwex/math/scalbn.S [new file with mode: 0644]
winsup/mingw/mingwex/math/scalbnf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/scalbnl.S [new file with mode: 0644]
winsup/mingw/mingwex/math/signbit.c [moved from winsup/mingw/mingwex/signbit.c with 100% similarity]
winsup/mingw/mingwex/math/signbitf.c [moved from winsup/mingw/mingwex/signbitf.c with 100% similarity]
winsup/mingw/mingwex/math/signbitl.c [moved from winsup/mingw/mingwex/signbitl.c with 100% similarity]
winsup/mingw/mingwex/math/sinf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/sinhf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/sinhl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/sinl.S [new file with mode: 0644]
winsup/mingw/mingwex/math/sqrtf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/sqrtl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/tanf.S [new file with mode: 0644]
winsup/mingw/mingwex/math/tanhf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/tanhl.c [new file with mode: 0644]
winsup/mingw/mingwex/math/tanl.S [new file with mode: 0644]
winsup/mingw/mingwex/math/trunc.c [moved from winsup/mingw/mingwex/trunc.c with 100% similarity]
winsup/mingw/mingwex/math/truncf.c [moved from winsup/mingw/mingwex/truncf.c with 100% similarity]
winsup/mingw/mingwex/math/truncl.c [moved from winsup/mingw/mingwex/truncl.c with 100% similarity]
winsup/mingw/mingwex/math_stubs.c [deleted file]
winsup/mingw/moldname-crtdll.def
winsup/mingw/moldname-msvcrt.def
winsup/mingw/moldname.def.in