[BACK]Return to insert-dbl.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp

Diff for /OpenXM_contrib/gmp/Attic/insert-dbl.c between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/09/09 14:12:16 version 1.1.1.2, 2003/08/25 16:06:00
Line 1 
Line 1 
 /* __gmp_insert_double -- convert from array of mp_limb_t to double.  /* __gmp_scale2 -- Scale a double by exponent manipulation.
   
 Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc.  Copyright 1996, 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
   
 This file is part of the GNU MP Library.  This file is part of the GNU MP Library.
   
Line 31  MA 02111-1307, USA. */
Line 31  MA 02111-1307, USA. */
 #endif  #endif
   
 double  double
 #if __STDC__  
 __gmp_scale2 (double d, int exp)  __gmp_scale2 (double d, int exp)
 #else  
 __gmp_scale2 (d, exp)  
      double d;  
      int exp;  
 #endif  
 {  {
 #if _GMP_IEEE_FLOATS  #if _GMP_IEEE_FLOATS
   {    {

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>