diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-30 18:23:40 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-30 18:23:40 +0000 |
commit | bfc27bae1acb55886146a7c67f85cf752b5d532c (patch) | |
tree | b50cd33ffa95c856e6d7d1e6bc506acc643e8f7e /newlib/libm/math/e_pow.c | |
parent | 1bf83a86f6487859997dd2161a408df6be9f032a (diff) | |
download | cygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.tar.gz cygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.tar.bz2 cygnal-bfc27bae1acb55886146a7c67f85cf752b5d532c.zip |
* Various formatting and whitespace changes.
Diffstat (limited to 'newlib/libm/math/e_pow.c')
-rw-r--r-- | newlib/libm/math/e_pow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/math/e_pow.c b/newlib/libm/math/e_pow.c index 9312085d4..240a18613 100644 --- a/newlib/libm/math/e_pow.c +++ b/newlib/libm/math/e_pow.c @@ -179,7 +179,7 @@ ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/ } /* (x<0)**(non-int) is NaN */ - /* CYGNUS LOCAL: This used to be + /* REDHAT LOCAL: This used to be if((((hx>>31)+1)|yisint)==0) return (x-x)/(x-x); but ANSI C says a right shift of a signed negative quantity is implementation defined. */ |