summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_lrint.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas2013-01-131-8/+1
* Finalize work on the math library. It's time to do this monstermartynas2011-07-061-1/+14
* Trick GCC optimizer into clipping any extra precision by making wmartynas2011-04-201-3/+5
* The {,l}lround{,f} implementations are based on {,l}lrint{,f},martynas2011-04-171-3/+3
* The {,l}lrint{,f} functions avoid to shift results by more than 31martynas2011-04-101-5/+5
* 20 -> DBL_FRACHBITSmartynas2011-04-101-4/+4
* The assumption that |1.0 * 2^exp| = 0, exp < -1 cannot be made whenmartynas2011-04-101-4/+4
* Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c,kettenis2006-09-251-0/+95