summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/ldexp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-271-1/+2
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-211-2/+2
* test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.espie2013-07-031-3/+3
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-9/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* At some point we've switched to the VFP floating-point--unlike FPAmartynas2011-07-261-3/+3
* __arm32__ -> __arm__, since our new compiler isn't defining themartynas2011-07-261-3/+3
* Fix bit twiddling routines on ARM; where floating-point word ordermartynas2011-07-071-3/+3
* Trick lint into recording the right prototypes in the llib-lc.lnmartynas2011-05-301-8/+9
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-191-0/+133