index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libm
/
src
Age
Commit message (
Expand
)
Author
2019-04-27
Add a C99 symbol to libm: nexttowardl
kamil
2019-02-04
- avoid uninitialised memory usage
mrg
2018-03-27
Add missing alias for ldexpl on ! __HAVE_LONG_DOUBLE architectures.
martin
2018-03-10
Fix signed overflow in atan2
eadler
2017-08-16
On second thought, don't introduce nexttowardl() since we don't have that
he
2017-08-16
On systems without __HAVE_LONG_DOUBLE, also alias nexttoward() and
he
2017-06-22
Correct misleading indentation. NFC
maya
2017-05-09
Correct misleading indentation. NFC
maya
2017-05-07
Limit some rintl usage to #ifdef __HAVE_LONG_DOUBLE.
martin
2017-05-06
Replace our rounding functions with the ones from FreeBSD
christos
2017-05-06
add missing namespace.h
christos
2017-03-22
provide a common softfloat fenv implemenation and use it for softfloat builds.
chs
2017-02-27
the MI lrint() code assumes that rounding is done in at most double precision
chs
2017-02-09
ifdef out some dead code. improves code readability.
maya
2017-02-09
Appease static analyzers by making all code paths which assign
maya
2016-09-19
Add the complex trig functions from FreeBSD
christos
2016-08-27
no need for stdio.
christos
2016-08-27
sync with FreeBSD
christos
2016-08-27
correct case 23 for -0.0
christos
2016-08-26
do the FENV test consistently
christos
2016-08-26
fix sun2 build; only IEEE math platform (and coldfire) without fenv
christos
2016-08-24
fix ilogb*
christos
2016-01-24
Fix incorrect magic numbers in scaling. From FreeBSD commit 23397, by
gson
2015-09-08
Apply patch in PR 45391 from Yui NARUSE: generate HUGE_VAL rather than
dholland
2015-07-09
Return x for >= DBL_FRACBITS in lrint.c.
nat
2015-05-14
copysignl is also needed for PowerPC's double-double format, so special
joerg
2015-03-26
Fix prototypes to match definitions
justin
2014-11-14
Define copysignl on !long double platforms. Be consistent in the use of
joerg
2014-11-14
add erfl erfcl
christos
2014-11-13
add a couple more dummies (erf, erfc)
christos
2014-10-22
Support copysignl on PowerPC.
joerg
2014-06-16
Add modfl(3). From FreeBSD.
joerg
2014-03-18
Change 'i0' to be signed so that the sign bit is preserved on 'k'
dsl
2014-03-18
Merge riastradh-drm2 to HEAD.
riastradh
2014-03-16
Simplify somewhat: this is C not FORTRAN-IV - we have structures!
dsl
2014-03-16
Fix overflow and underflow on i386.
dsl
2014-03-14
There is some very odd code in s_exp2.c that only works if 'double'
dsl
2014-01-31
Just use EXT_EXP_INFNAN instead of EXT_EXP_INF or EXT_EXP_NAN.
matt
2013-11-29
Use normal style for checking for long double support. Add missing
joerg
2013-11-22
For the non-fenv archs: just use double - punt
martin
2013-11-22
Try to fix the build (again): move e_sqrtl.c to common soure, but
martin
2013-11-21
Fix copy & pasto (make temp variable long double).
martin
2013-11-20
Make it compile on archs with implicit NBIT
martin
2013-11-20
Fix operand order.
joerg
2013-11-20
Long double conditional.
joerg
2013-11-19
Add cbrtl(3) and sqrtl(3), from FreeBSD.
joerg
2013-11-19
Report correct exception for fmodl.
joerg
2013-11-19
Alias to fmod for platforms with double == long double
joerg
2013-11-14
Make it compile on archs with implicit NBIT
martin
2013-11-13
Add FreeBSD's truncl and minimal testing.
joerg
[next]