Searched hist:260145 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A De_sinhl.cdiff 260145 Tue Dec 31 22:15:23 MST 2013 kargl * msun/man/cosh.3:
* msun/man/sinh.3:
* msun/man/tanh.3:
. Fix grammar.

* msun/src/e_coshl.c:
* msun/src/e_sinhl.c:
. Fix comment.

* msun/src/s_tanhl.c:
. Remove unused variables.
. Fix location/indentation of comments.
. Use comparison involving ints instead of long double.
. Re-order polynomial evaluation on ld128 for |x| < 0.25.
For now, retain the older order in an "#if 0 ... #else" block.
. Use int comparison to short-circuit the |x| < 1.5 condition.

Requested by: bde
H A Ds_tanhl.cdiff 260145 Tue Dec 31 22:15:23 MST 2013 kargl * msun/man/cosh.3:
* msun/man/sinh.3:
* msun/man/tanh.3:
. Fix grammar.

* msun/src/e_coshl.c:
* msun/src/e_sinhl.c:
. Fix comment.

* msun/src/s_tanhl.c:
. Remove unused variables.
. Fix location/indentation of comments.
. Use comparison involving ints instead of long double.
. Re-order polynomial evaluation on ld128 for |x| < 0.25.
For now, retain the older order in an "#if 0 ... #else" block.
. Use int comparison to short-circuit the |x| < 1.5 condition.

Requested by: bde
H A De_coshl.cdiff 260145 Tue Dec 31 22:15:23 MST 2013 kargl * msun/man/cosh.3:
* msun/man/sinh.3:
* msun/man/tanh.3:
. Fix grammar.

* msun/src/e_coshl.c:
* msun/src/e_sinhl.c:
. Fix comment.

* msun/src/s_tanhl.c:
. Remove unused variables.
. Fix location/indentation of comments.
. Use comparison involving ints instead of long double.
. Re-order polynomial evaluation on ld128 for |x| < 0.25.
For now, retain the older order in an "#if 0 ... #else" block.
. Use int comparison to short-circuit the |x| < 1.5 condition.

Requested by: bde

Completed in 83 milliseconds