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
/
math_private.h
Age
Commit message (
Expand
)
Author
2016-09-19
Add the complex trig functions from FreeBSD
christos
2015-03-26
Fix prototypes to match definitions
justin
2014-03-14
There is some very odd code in s_exp2.c that only works if 'double'
dsl
2013-11-19
Add cbrtl(3) and sqrtl(3), from FreeBSD.
joerg
2013-11-12
Initial version of fmodl from FreeBSD.
joerg
2013-02-11
hook fma to the build
christos
2012-05-05
Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq dot cz
christos
2010-09-16
fix an obvious botch which made eg conjl(3) a no-op
drochner
2010-09-15
Commit SoC long double support from Stathis Kamperis
christos
2010-01-11
Add exp2 and exp2m
christos
2008-04-26
pass a little lint.
christos
2005-07-21
Add log2 and log2f from FreeBSD PR 83845
christos
2001-02-21
Add support for ARM VFP-format doubles, conditional on __VFP_FP__.
bjh21
2001-02-09
__arm26__ || __arm32__ -> __arm__
bjh21
2000-05-09
Initial commit of arm26 port
bjh21
1999-07-02
More trailing white space.
simonb
1998-11-24
Use __arm32__, not arm32, for egcs.
mycroft
1997-10-09
rcsid facism, WARNSify
lukem
1996-10-13
remove inclusion of <machine/endian.h>
christos
1996-05-07
Get the word order of doubles correct for the arm32 port.
mark
1995-03-25
Fix overlooked FIXME: unsigned int -> u_int32_t.
jtc
1994-08-18
Change int -> int32_t and unsigned int -> u_int32_t to improve portabilty
jtc
1994-08-10
Float versions of math functions. From Ian Taylor (ian@cygnus.com), with
jtc