summaryrefslogtreecommitdiff
path: root/lib/libc/gen/ldexp.c
AgeCommit message (Expand)Author
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2013-07-03test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.Marc Espie
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2011-07-26At some point we've switched to the VFP floating-point--unlike FPAMartynas Venckus
2011-07-26__arm32__ -> __arm__, since our new compiler isn't defining theMartynas Venckus
2011-07-07Fix bit twiddling routines on ARM; where floating-point word orderMartynas Venckus
2011-05-30Trick lint into recording the right prototypes in the llib-lc.lnMartynas Venckus
2009-04-19- ldexp implementation has issues. switch to the one from libmMartynas Venckus