Searched hist:"1531 aa5f6a264a372718b83500f957f703797b41" (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | e_sinhl.c | diff 1531aa5f6a264a372718b83500f957f703797b41 Wed Jan 01 00:59:33 CET 2014 Steve Kargl <kargl@FreeBSD.org> * 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 D | e_coshl.c | diff 1531aa5f6a264a372718b83500f957f703797b41 Wed Jan 01 00:59:33 CET 2014 Steve Kargl <kargl@FreeBSD.org> * 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 D | s_tanhl.c | diff 1531aa5f6a264a372718b83500f957f703797b41 Wed Jan 01 00:59:33 CET 2014 Steve Kargl <kargl@FreeBSD.org> * 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
|
/freebsd/lib/msun/man/ |
H A D | tanh.3 | diff 1531aa5f6a264a372718b83500f957f703797b41 Wed Jan 01 00:59:33 CET 2014 Steve Kargl <kargl@FreeBSD.org> * 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 D | cosh.3 | diff 1531aa5f6a264a372718b83500f957f703797b41 Wed Jan 01 00:59:33 CET 2014 Steve Kargl <kargl@FreeBSD.org> * 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 D | sinh.3 | diff 1531aa5f6a264a372718b83500f957f703797b41 Wed Jan 01 00:59:33 CET 2014 Steve Kargl <kargl@FreeBSD.org> * 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
|