| Commit message (Expand) | Author | Age | Files | Lines |
* | test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53. |  espie | 2013-07-03 | 1 | -3/+3 |
* | Switch libc and libm to use strong aliases rather than weak aliases |  martynas | 2013-03-28 | 1 | -2/+2 |
* | Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB, |  martynas | 2013-01-13 | 1 | -8/+1 |
* | Finalize work on the math library. It's time to do this monster |  martynas | 2011-07-06 | 1 | -1/+14 |
* | Trick GCC optimizer into clipping any extra precision by making w |  martynas | 2011-04-20 | 1 | -3/+5 |
* | The {,l}lround{,f} implementations are based on {,l}lrint{,f}, |  martynas | 2011-04-17 | 1 | -3/+3 |
* | The {,l}lrint{,f} functions avoid to shift results by more than 31 |  martynas | 2011-04-10 | 1 | -5/+5 |
* | 20 -> DBL_FRACHBITS |  martynas | 2011-04-10 | 1 | -4/+4 |
* | The assumption that |1.0 * 2^exp| = 0, exp < -1 cannot be made when |  martynas | 2011-04-10 | 1 | -4/+4 |
* | Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c, |  kettenis | 2006-09-25 | 1 | -0/+95 |