version 1.1, 2000/09/09 14:12:16 |
version 1.1.1.2, 2003/08/25 16:06:00 |
|
|
/* __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 |
{ |
{ |