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
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
2013-11-13
Add missing __HAVE_LONG_DOUBLE protection.
joerg
2013-11-12
Typo.
joerg
2013-11-12
Add some fake long double -> double wrappers for various transcendental
joerg
2013-11-12
Initial version of fmodl from FreeBSD.
joerg
2013-11-11
Add initial version of ceill, floorl and roundl from FreeBSD.
joerg
2013-11-06
simplify.
christos
2013-08-21
Add support for the long double format used on sparc64
martin
2013-08-21
Add support for archs with LDBL_IMPLICIT_NBIT
martin
2013-07-18
If __HAVE_LONG_DOUBLE is not defined,
matt
2013-07-18
Only compile is __HAVE_LONG_DOUBLE is defined
matt
2013-05-20
Fix ldexp aliases.
joerg
2013-05-19
Try to fix bogus underflow test (obvious copy & pasto) - someone please
martin
2013-04-28
Drop s_scalbnl.c (and s_scalbln.S as side effect) and provide scalbnl in
joerg
2013-04-27
Retire ldexp sources. scalbn has the aliases.
joerg
2013-04-27
Add aliases to scalbn* as ldexp*, they are identical for FLT_RADIX=2.
joerg
2013-04-27
Move scalbnl back to s_scalbln.c to match the assembler implementations.
joerg
2013-04-27
Casting is a not a valid way to check for overflow, so be explicit and
joerg
2013-04-27
Use namespace.h. Don't redefine scalblnl on 64bit platforms.
joerg
2013-02-14
Use right macro for __strong_alias
matt
2013-02-14
Define a strong alias, not a weak one
matt
2013-02-14
Deal with an implicit NBIT
matt
2013-02-12
Use __HAVE_LONG_DOUBLE instead of EXT_EXPBITS and include s_nextafterl.c
martin
2013-02-12
Use __weak_alias instead of __weak_reference (obvious pasto)
martin
[next]