[BACK]Return to s_ilogb.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libm / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libm/src/s_ilogb.c between version 1.5 and 1.6

version 1.5, 1994/08/10 20:32:31 version 1.6, 1994/08/18 23:06:52
Line 30  static char rcsid[] = "$Id$";
Line 30  static char rcsid[] = "$Id$";
         double x;          double x;
 #endif  #endif
 {  {
         int hx,lx,ix;          int32_t hx,lx,ix;
   
         EXTRACT_WORDS(hx,lx,x);          EXTRACT_WORDS(hx,lx,x);
         hx &= 0x7fffffff;          hx &= 0x7fffffff;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>