summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_scalbln.c
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Truncate the exponent 'n' of type long to a domain containedSteve Kargl2015-02-071-19/+9
* scanblnl: drop extra braces.Pedro F. Giffuni2015-02-031-2/+1
* Reduce confusion in scalbnl() family of functions.Pedro F. Giffuni2015-02-031-3/+10
* msun: use previously ignored value.Pedro F. Giffuni2015-01-301-22/+4
* - Implement scalblnl.David Schultz2005-03-071-2/+34
* Add trivial implementations of scalbln() and scalblnf().David Schultz2004-06-201-0/+44