about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32/s_scalblnf.c
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #6803] Set errno for scalbln, scalbnStefan Liebler2014-06-201-1/+0
| | | | | | | | | | | Errno is not set and the testcases will fail. Now the scalbln-aliases are removed in i386/m68 and the wrappers are used when calling the scalbln-functions. On ia64 only scalblnf has its own implementation. For scalbln and scalblnl the ieee754/dbl-64 and ieee754/ldbl-96 are used, thus the wrappers are needed, too.
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
| | | | Entire tree edited via find | grep | sed.
* Fix scalbn, scalbln integer overflow.Joseph Myers2012-03-021-3/+5
|
* Optimize scalblnUlrich Drepper2012-01-111-25/+13
|
* Update.Ulrich Drepper1999-07-141-0/+63