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
/
sys
/
arch
/
m68k
/
fpe
Age
Commit message (
Expand
)
Author
2022-05-24
s/equivalant/equivalent/ in copy pasted comment.
andvar
2021-08-21
fix mainly same typos as in my previous commit but outside sys/dev/dm.
andvar
2021-03-08
Remove incorrect byte and word conversions from fpu_explode.
isaki
2019-12-27
s/opration/operation/
msaitoh
2019-04-06
Overhaul the API used to fetch and store individual memory cells in
thorpej
2017-01-16
FSINCOS: Fix register address which writes cosine value back.
isaki
2017-01-15
exp(>11356) is +inf even if extended precision.
isaki
2016-12-07
Fix sign of zero in case of x > -(2^18).
isaki
2016-12-06
Fix sign of NAN. Found by XM6i.
isaki
2016-12-06
Remove fpu_cordit2() and atanh_table[] completely.
isaki
2016-12-05
Improve the exponential and hyperbolic function's performance
isaki
2016-08-06
Modify fpu_sin()'s logic to avoid GCC's warning that has been
isaki
2016-08-04
Move fpu_cordit2() to #ifdef CORDIC_BOOTSTRAP section.
isaki
2016-03-23
avoid a GCC warning with this:
mrg
2015-02-05
For the extended precision, the MSB of the mantissa is an integer
isaki
2015-02-05
Fix typo in comment. pointed out by Y.Sugahara.
isaki
2014-01-04
FLOGNP1(-0.0) is -0.0, not +0.0. Found by XM6i.
isaki
2014-01-01
indent fix in a comment.
isaki
2014-01-01
Fix a sign when a source or destination is either (plus/minus)zero
isaki
2013-10-25
Comment unused stuff (for documentation purposes)
martin
2013-10-11
FATANH(-0) is -0, not +0.
isaki
2013-05-11
Revise the algorithm after Step3.
isaki
2013-05-05
R := X even if L < 0 in Step2, according to algorithm of the comment.
isaki
2013-05-05
Rename modrem -> is_mod for a readability.
isaki
2013-04-21
M68010 -> __mc68010__, pointed out by tsutsui@
isaki
2013-04-20
Rewrite around BFFFO inline asm.
isaki
2013-04-20
Support sinh(-0.0) and tanh(-0.0).
isaki
2013-04-20
Support sin(-0.0).
isaki
2013-04-20
Clean up some useless codes.
isaki
2013-04-20
Support tan(-0.0).
isaki
2013-04-20
Fix typo in comment.
isaki
2013-04-20
Terminate a loop in EXT_FRACBITS(64bits) instead of FP_NMANT(83bits).
isaki
2013-04-20
Break a loop off to avoid a long loop even if the precision is not enough.
isaki
2013-04-20
Update a list of implement/unimplement functions.
isaki
2013-04-20
Implement exponential and power functions.
isaki
2013-04-20
s/tayler/taylor/. pointed out by christos@
isaki
2013-04-19
Implement a hyperbolic arctangent (FATANH).
isaki
2013-04-19
Implement inverse trigonometric functions (i.e., FACOS, FASIN, FATAN
isaki
2013-04-19
Introduce the CORDIC algorithm.
isaki
2013-04-18
Improve how to use cmp/sub.
isaki
2013-04-11
Introduce FPU_CONST_* constants to avoid a magic number.
isaki
2013-04-01
quad_t -> uint64_t
isaki
2013-03-26
u_int -> uint32_t
isaki
2013-03-26
Fix a wrong "raw" comparison in step3.2.
isaki
2013-03-23
Use the #error directive.
isaki
2013-03-23
Remove about updating fpsr. It was introduced by me but obviously
isaki
2013-03-22
Fix fpu_ftox().
isaki
2013-03-19
const-ify.
isaki
2013-03-19
Remove 'register'.
isaki
2012-06-25
Rewrite fpu_int().
isaki
[next]