newlib-cygwin/winsup/mingw/mingwex/math
Danny Smith 48051a71ce Get rid of some warnings
* mingwex/dirent.c (_topendir): Eliminate signed/unsigned warning.
	* mingwex/strtoimax.c (strtoimax): Likewise.
	* mingwex/wcstoimax.c (wcstoimax): Likewise.
	* mingwex/wtoll.c (wtoll): Remove unnecessary ';'
	* mingwex/fesentenv.c: Include float.h.
	* mingwex/math/powl.c: Eliminate type punning/strict aliasing 
	warning.
	* mingwex/math/tanhl.c: Eliminate signed/unsigned warning in
	constants.
	* mingwex/math/tgammal.c: Likewise.
2003-03-17 01:03:43 +00:00
..
acosf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
acosl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
asinf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
asinl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
atan2f.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
atan2l.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
atanf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
atanl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
cbrt.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
cbrtf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
cbrtl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
ceilf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
ceill.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
cephes_emath.c Add strtold and wcstold to libmingwex.a 2002-11-26 00:11:06 +00:00
cephes_emath.h * mingwex/math/cephes_emath.h: Don't redefine INFINITY. 2003-02-10 22:38:36 +00:00
cephes_mconf.h * mingwex/math/lgamma.c: New file. 2002-11-27 03:41:25 +00:00
copysign.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
copysignf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
copysignl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
cosf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
coshf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
coshl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
cosl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
exp2.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
exp2f.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
exp2l.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
expf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
expl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fabs.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fabsf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fabsl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fdim.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fdimf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fdiml.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
floorf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
floorl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fma.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fmaf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fmal.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fmax.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fmaxf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fmaxl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fmin.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fminf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fminl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fmodf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fmodl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fp_consts.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fp_consts.h Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fp_constsf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fp_constsl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fpclassify.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fpclassifyf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fpclassifyl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
frexpf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
frexpl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
fucom.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
hypotf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
hypotl.c * mingwex/math/hypotl.c: Replace with version based on cephes 2002-09-02 03:00:37 +00:00
ilogb.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
ilogbf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
ilogbl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
isnan.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
isnanf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
isnanl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
ldexpf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
ldexpl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
lgamma.c * mingwex/math/lgamma.c: New file. 2002-11-27 03:41:25 +00:00
lgammaf.c * mingwex/math/lgamma.c: New file. 2002-11-27 03:41:25 +00:00
lgammal.c * mingwex/math/lgamma.c: New file. 2002-11-27 03:41:25 +00:00
llrint.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
llrintf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
llrintl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
llround.c * mingwex/math/llround.c: Correct function name and 2003-01-11 10:52:20 +00:00
llroundf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
llroundl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
log1p.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
log1pf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
log1pl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
log2.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
log2f.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
log2l.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
log10f.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
log10l.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
logb.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
logbf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
logbl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
logf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
logl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
lrint.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
lrintf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
lrintl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
lround.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
lroundf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
lroundl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
modff.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
modfl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
nearbyint.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
nearbyintf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
nearbyintl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
nextafterf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
pow.c * mingwex/math/powil.c: Rename powil to __powil. 2002-10-06 23:26:43 +00:00
powf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
powi.c * mingwex/math/powil.c: Rename powil to __powil. 2002-10-06 23:26:43 +00:00
powif.c * mingwex/math/powil.c: Rename powil to __powil. 2002-10-06 23:26:43 +00:00
powil.c * mingwex/math/powil.c: Rename powil to __powil. 2002-10-06 23:26:43 +00:00
powl.c Get rid of some warnings 2003-03-17 01:03:43 +00:00
remainder.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
remainderf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
remainderl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
remquo.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
remquof.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
remquol.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
rint.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
rintf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
rintl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
round.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
roundf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
roundl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
s_erf.c * mingwex/math/s_erf.c: New file. 2002-12-08 01:46:42 +00:00
scalbn.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
scalbnf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
scalbnl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
sf_erf.c * mingwex/math/s_erf.c: New file. 2002-12-08 01:46:42 +00:00
signbit.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
signbitf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
signbitl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
sinf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
sinhf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
sinhl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
sinl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
sqrtf.c * include/math.h (sqrt): Remove inline definition. 2002-11-09 10:44:02 +00:00
sqrtl.c * include/math.h (sqrt): Remove inline definition. 2002-11-09 10:44:02 +00:00
tanf.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
tanhf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
tanhl.c Get rid of some warnings 2003-03-17 01:03:43 +00:00
tanl.S Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
tgamma.c * mingwex/math/lgamma.c: New file. 2002-11-27 03:41:25 +00:00
tgammaf.c * mingwex/math/lgamma.c: New file. 2002-11-27 03:41:25 +00:00
tgammal.c Get rid of some warnings 2003-03-17 01:03:43 +00:00
trunc.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
truncf.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00
truncl.c Add incomplet long double math support to libmingwex.a 2002-07-29 03:00:10 +00:00