newlib/winsup/mingw/mingwex/math
Keith Marshall 47140f3cdb Avoid precision errors in round(), lround() and llround() functions. 2008-06-03 18:42:21 +00:00
..
acosf.c
acosh.c * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, 2004-10-06 20:31:32 +00:00
acoshf.c * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, 2004-10-06 20:31:32 +00:00
acoshl.c * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, 2004-10-06 20:31:32 +00:00
acosl.c
asinf.c
asinh.c * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, 2004-10-06 20:31:32 +00:00
asinhf.c * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, 2004-10-06 20:31:32 +00:00
asinhl.c * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, 2004-10-06 20:31:32 +00:00
asinl.c
atan2f.c
atan2l.c
atanf.c
atanh.c * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, 2004-10-06 20:31:32 +00:00
atanhf.c * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, 2004-10-06 20:31:32 +00:00
atanhl.c * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, 2004-10-06 20:31:32 +00:00
atanl.c
cbrt.c
cbrtf.c
cbrtl.c
ceilf.S
ceill.S
cephes_mconf.h * mingwex/math/cephes_mconf.h (NAN, NANF, NANL): 2003-10-21 09:10:51 +00:00
copysign.S
copysignf.S
copysignl.S
cosf.S
coshf.c
coshl.c
cosl.S
erfl.c * mingwex/math/erfl.c: New file. 2005-05-08 08:07:18 +00:00
exp2.S
exp2f.S
exp2l.S
expf.c
expl.c * mingwex/math/expl.c (expl): Move body of code to new static 2004-07-27 08:03:36 +00:00
expm1.c 2005-02-11 Gregory W. Chicares <chicares at cox dot net> 2005-02-11 04:15:17 +00:00
expm1f.c 2005-02-11 Gregory W. Chicares <chicares at cox dot net> 2005-02-11 04:15:17 +00:00
expm1l.c 2005-02-11 Gregory W. Chicares <chicares at cox dot net> 2005-02-11 04:15:17 +00:00
fabs.c
fabsf.c
fabsl.c
fastmath.h * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl, 2004-10-06 20:31:32 +00:00
fdim.c
fdimf.c
fdiml.c
floorf.S
floorl.S
fma.S
fmaf.S
fmal.c
fmax.c
fmaxf.c
fmaxl.c
fmin.c
fminf.c
fminl.c
fmodf.c
fmodl.c
fp_consts.c
fp_consts.h
fp_constsf.c
fp_constsl.c
fpclassify.c
fpclassifyf.c
fpclassifyl.c
frexpf.c
frexpl.S
fucom.c
hypotf.c
hypotl.c
ilogb.S
ilogbf.S
ilogbl.S
isnan.c
isnanf.c
isnanl.c
ldexpf.c
ldexpl.c * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale") 2004-02-01 02:52:21 +00:00
lgamma.c * mingwex/wcrtomb.c (wcsrtombs): Fix src end-pointer thinko. 2006-06-26 00:53:34 +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
llrintf.c
llrintl.c
log1p.S 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2007-11-27 02:14:19 +00:00
log1pf.S 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2007-11-27 02:14:19 +00:00
log1pl.S 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2007-11-27 02:14:19 +00:00
log2.S 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2007-11-27 02:14:19 +00:00
log2f.S 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2007-11-27 02:14:19 +00:00
log2l.S 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2007-11-27 02:14:19 +00:00
log10f.S 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2007-11-27 02:14:19 +00:00
log10l.S 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2007-11-27 02:14:19 +00:00
logb.c
logbf.c
logbl.c
logf.S 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2007-11-27 02:14:19 +00:00
logl.S 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2007-11-27 02:14:19 +00:00
lrint.c
lrintf.c
lrintl.c
lround_generic.c Avoid precision errors in round(), lround() and llround() functions. 2008-06-03 18:42:21 +00:00
modff.c * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint. 2003-07-03 11:24:18 +00:00
modfl.c * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint. 2003-07-03 11:24:18 +00:00
nearbyint.S
nearbyintf.S
nearbyintl.S
nextafterf.c * mingwex/math/nextafterf.c (nextafterf): Correct 2005-05-09 09:36:10 +00:00
nextafterl.c * mingwex/math/nexttoward.c: New file. 2005-05-10 08:39:07 +00:00
nexttoward.c * mingwex/math/nexttoward.c: New file. 2005-05-10 08:39:07 +00:00
nexttowardf.c * mingwex/math/nexttoward.c: New file. 2005-05-10 08:39:07 +00:00
pow.c * mingwex/math/powil.c: Rename powil to __powil. 2002-10-06 23:26:43 +00:00
powf.c
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 * mingwex/math/powl.c (powl): Revert change of 2004-02-01. 2004-07-28 11:25:27 +00:00
remainder.S
remainderf.S
remainderl.S
remquo.S
remquof.S
remquol.S
rint.c
rintf.c
rintl.c
round_generic.c Avoid precision errors in round(), lround() and llround() functions. 2008-06-03 18:42:21 +00:00
round_internal.h Avoid precision errors in round(), lround() and llround() functions. 2008-06-03 18:42:21 +00:00
s_erf.c * mingwex/math/s_erf.c (erf): Set errno to ERANGE if 2003-10-21 09:05:24 +00:00
scalbn.S
scalbnf.S
scalbnl.S
sf_erf.c * mingwex/wcrtomb.c (wcsrtombs): Fix src end-pointer thinko. 2006-06-26 00:53:34 +00:00
signbit.c * mingwex/math/signbit.c (__signbit): Make return value 2005-05-03 08:39:19 +00:00
signbitf.c * mingwex/math/signbit.c (__signbit): Make return value 2005-05-03 08:39:19 +00:00
signbitl.c * mingwex/math/signbit.c (__signbit): Make return value 2005-05-03 08:39:19 +00:00
sinf.S
sinhf.c
sinhl.c
sinl.S
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
tanhf.c
tanhl.c Get rid of some warnings 2003-03-17 01:03:43 +00:00
tanl.S
tgamma.c * mingwex/math/tgamma.c (SQTPI): Add braces. 2006-06-26 00:56:40 +00:00
tgammaf.c * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small): 2003-07-01 13:55:47 +00:00
tgammal.c * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small): 2003-07-01 13:55:47 +00:00
trunc.c * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint. 2003-07-03 11:24:18 +00:00
truncf.c * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint. 2003-07-03 11:24:18 +00:00
truncl.c * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint. 2003-07-03 11:24:18 +00:00