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
/
ld128
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ld80/s_expl.c:
kargl
2012-09-23
1
-8
/
+5
*
* ld80/s_expl.c:
kargl
2012-09-23
1
-9
/
+13
*
Whitespace.
kargl
2012-07-30
1
-2
/
+2
*
Replace the macro name NUM with INTERVALS. This change provides
kargl
2012-07-26
1
-4
/
+5
*
* ld80/expl.c:
kargl
2012-07-26
1
-3
/
+2
*
Compute the exponential of x for Intel 80-bit format and IEEE 128-bit
kargl
2012-07-23
1
-0
/
+260
*
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
/
+143
*
Add implementations of acosl(), asinl(), atanl(), atan2l(),
das
2008-07-31
2
-0
/
+213
*
1 << 47 needs to be written 1ULL << 47.
das
2008-03-02
1
-1
/
+1
*
Add kernel functions for 128-bit long doubles. These could be improved
das
2008-02-17
3
-0
/
+239
*
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
/
+15
*
Implement exp2l(). There is one version for machines with 80-bit
das
2008-01-18
1
-0
/
+426
*
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