about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32/e_j1f.c
Commit message (Expand)AuthorAgeFilesLines
* math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy2022-01-101-2/+2
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann2021-04-021-30/+482
* Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers2020-02-141-2/+2
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-2/+3
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-091-0/+1
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-151-4/+4
* Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2017-02-151-1/+1
* Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers2015-10-231-1/+3
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-4/+1
* Fix j1, jn missing underflows (bug 16559).Joseph Myers2015-06-291-1/+9
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-031-1/+1
* Avoid uninitialized warnings in Bessel functions.Joseph Myers2015-02-261-2/+4
* Set errno for y1 overflow (bug 17050).Joseph Myers2014-06-231-1/+5
* Fix excessive ULP for y1_upward (0x2p+0) in test-float and test-ifloat.David S. Miller2014-05-311-0/+1
* Correct tinyness handling in long-double and float y0/y1.David S. Miller2012-11-181-1/+1
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Optimize libmUlrich Drepper2011-10-121-174/+65
* Update.Andreas Jaeger2003-12-281-2/+2
* Little optimization, use sincos.Ulrich Drepper2001-02-131-4/+2
* Update.Ulrich Drepper2000-10-251-15/+15
* Update.Ulrich Drepper1999-07-141-0/+444