summaryrefslogtreecommitdiff
path: root/cmp_si.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-2/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Likely some testspelissip2005-01-041-1/+1
* cmp(x,y) if x=NAN or y=NAN returns 0 and erange flag.pelissip2004-09-291-9/+12
* Add mpfr_cmp_ui and mpfr_cmp_si as real functionspelissip2004-03-091-0/+7
* Add ASSERT for NAN.pelissip2004-03-091-1/+1
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* SAFE_ABS changed so that it can be used for any unsigned type.vlefevre2002-04-191-1/+1
* mpfr_cmp_ui_2exp and mpfr_cmp_si_2exp rewritten.vlefevre2002-04-161-0/+93