[BACK]Return to s_rintl.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_rintl.c between version 1.2 and 1.3

version 1.2, 2013/02/09 22:33:13 version 1.3, 2013/02/09 23:14:44
Line 34  __RCSID("$NetBSD$");
Line 34  __RCSID("$NetBSD$");
 #endif  #endif
   
 #include <float.h>  #include <float.h>
 #include <math.h>  #include <machine/ieee.h>
   
   #include "math.h"
   #include "math_private.h"
   
 #ifdef EXT_EXP_BIAS  #ifdef EXT_EXP_BIAS
 static const float  static const float

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>