index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
msun
/
ld80
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up the unneeded cpp macro INLINE_REM_PIO2L.
kargl
2011-05-30
1
-4
/
+1
*
Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79
kargl
2011-04-29
1
-0
/
+152
*
On i386, gcc truncates long double constants to double precision
das
2008-08-02
1
-4
/
+17
*
Add implementations of acosl(), asinl(), atanl(), atan2l(),
das
2008-07-31
2
-0
/
+183
*
2 long double constants were missing L suffixes. This helped break tanl()
bde
2008-02-18
1
-2
/
+2
*
Fix a typo which broke k_tanl.c on !(amd64 || i386).
bde
2008-02-18
1
-1
/
+1
*
Add kernel functions for 80-bit long doubles. Many thanks to Steve and
das
2008-02-17
3
-0
/
+264
*
Fix exp2*(x) on signaling NaNs by returning x+x as usual.
bde
2008-02-13
1
-1
/
+1
*
Use a better method of scaling by 2**k. Instead of adding to the
bde
2008-02-07
1
-11
/
+14
*
Implement exp2l(). There is one version for machines with 80-bit
das
2008-01-18
1
-0
/
+291
*
Since nan() is supposed to work the same as strtod("nan(...)", NULL),
das
2007-12-18
1
-10
/
+9
*
Implement and document nan(), nanf(), and nanl(). This commit
das
2007-12-16
1
-0
/
+47