summaryrefslogtreecommitdiff
path: root/cmp_ui.c
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+6
* Change the address of the FSF.pelissip2005-06-021-2/+2
* cmp(x,y) if x=NAN or y=NAN returns 0 and erange flag.pelissip2004-09-291-4/+8
* Likely some tests.pelissip2004-07-161-1/+1
* Add mpfr_cmp_ui and mpfr_cmp_si as real functionspelissip2004-03-091-0/+7
* Add ASSERT for NAN.pelissip2004-03-091-0/+1
* improved coverage testzimmerma2004-02-131-3/+1
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-051-8/+10
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* mpfr_cmp_ui_2exp and mpfr_cmp_si_2exp rewritten.vlefevre2002-04-161-75/+38
* mpfr_cmp_ui_2exp and mpfr_cmp_si_2exp can no longer be called with a NaN.vlefevre2002-04-151-54/+66
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* fixed pb in cmp_si when i = -2^31 (then beware that -1 * i < 0 !!!)zimmerma2002-03-271-2/+5
* Copyright line changed.vlefevre2002-03-041-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-15/+1
* fixed bug for mpfr_cmp_ui (Inf, 0)daney2001-04-051-2/+3
* Comparison between 0- and 0 now returns 0, NR 19-03-2001revol2001-03-191-2/+2
* k2r -> ansi stylezimmerma2000-12-211-3/+7
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-1/+3
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-9/+9
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-8/+8
* fixed pb in mpfr_cmp_ui_2exp for i=0zimmerma2000-05-041-1/+4
* SIGN -> MPFR_SIGNzimmerma2000-02-111-3/+3
* added copyright noticezimmerma1999-07-301-1/+20
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-2/+20
* fixed pb in mpfr_cmp_si_2exp (case b=0 or i=0)zimmerma1999-06-241-1/+1
* added mpfr_cmp_[us]i_2expzimmerma1999-06-151-14/+14
* Initial revisionhanrot1999-06-091-0/+79