Browse Source

Use <openlibm.h> consistently.

Ed Schouten 10 years ago
parent
commit
beb387c4b2

+ 1 - 1
ld128/e_acoshl.c

@@ -24,7 +24,7 @@
  *	acoshl(NaN) is NaN without signal.
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_atanhl.c

@@ -28,7 +28,7 @@
  *
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_coshl.c

@@ -46,7 +46,7 @@
  *      only coshl(0)=1 is exact for finite x.
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_expl.c

@@ -73,7 +73,7 @@
 /*	Exponential function	*/
 
 #include <float.h>
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_fmodl.c

@@ -16,7 +16,7 @@
  * Method: shift and subtract
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_hypotl.c

@@ -42,7 +42,7 @@
  * 	than 1 ulps (units in the last place)
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_lgammal_r.c

@@ -69,7 +69,7 @@
  *
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_log10l.c

@@ -59,7 +59,7 @@
  *
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_log2l.c

@@ -58,7 +58,7 @@
  *
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_logl.c

@@ -60,7 +60,7 @@
  *
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_powl.c

@@ -59,7 +59,7 @@
  *
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_sinhl.c

@@ -44,7 +44,7 @@
  *      only sinhl(0)=0 is exact for finite x.
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/e_tgammal.c

@@ -16,7 +16,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/s_asinhl.c

@@ -21,7 +21,7 @@
  *                := signl(x)*log1pl(|x| + x^2/(1 + sqrtl(1+x^2)))
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/s_ceill.c

@@ -19,7 +19,7 @@
  *	Inexact flag raised if x not equal to ceil(x).
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/s_erfl.c

@@ -91,7 +91,7 @@
  *		erfc/erf(NaN) is NaN
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/s_expm1l.c

@@ -54,7 +54,7 @@
  */
 
 #include <errno.h>
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/s_floorl.c

@@ -19,7 +19,7 @@
  *	Inexact flag raised if x not equal to floor(x).
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/s_log1pl.c

@@ -54,7 +54,7 @@
  *    IEEE      -1, 8       100000      1.9e-34     4.3e-35
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/s_modfl.c

@@ -20,7 +20,7 @@
  *	No exception.
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/s_nextafterl.c

@@ -17,7 +17,7 @@
  *   Special cases:
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/s_nexttoward.c

@@ -17,8 +17,8 @@
  *   Special cases:
  */
 
-#include <math.h>
 #include <float.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/s_nexttowardf.c

@@ -10,7 +10,7 @@
  * ====================================================
  */
 
-#include <math.h>
+#include <openlibm.h>
 
 #include "math_private.h"
 

+ 1 - 1
ld128/s_remquol.c

@@ -14,7 +14,7 @@
 #include <machine/ieee.h>
 
 #include <float.h>
-#include <math.h>
+#include <openlibm.h>
 #include <stdint.h>
 
 #include "math_private.h"

+ 2 - 1
ld128/s_tanhl.c

@@ -50,7 +50,8 @@
  *      only tanhl(0)=0 is exact for finite argument.
  */
 
-#include "math.h"
+#include <openlibm.h>
+
 #include "math_private.h"
 
 static const long double one = 1.0, two = 2.0, tiny = 1.0e-4900L;

+ 1 - 1
ld128/s_truncl.c

@@ -24,7 +24,7 @@
 #include <machine/ieee.h>
 
 #include <float.h>
-#include <math.h>
+#include <openlibm.h>
 #include <stdint.h>
 
 #include "math_private.h"