updated files to use the new private libroot include directory

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1696 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Daniel Reinhold
2002-10-26 20:39:16 +00:00
parent 5a1e90ba77
commit c4b1aad976
24 changed files with 31 additions and 24 deletions
+1
View File
@@ -27,6 +27,7 @@ KernelObjects
<$(SOURCE_GRIST)>log1p.c
<$(SOURCE_GRIST)>log__L.c
<$(SOURCE_GRIST)>pow.c
<$(SOURCE_GRIST)>math_globals.c
<$(SOURCE_GRIST)>sincos.c
<$(SOURCE_GRIST)>sinh.c
<$(SOURCE_GRIST)>tan.c
+1 -1
View File
@@ -68,7 +68,7 @@
* shown.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(ln2hi, 6.9314718055829871446E-1 ,7217,4031,0000,f7d0, 0, .B17217F7D00000)
vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
+2 -1
View File
@@ -63,7 +63,8 @@
* from decimal to binary accurately enough to produce the hexadecimal values
* shown.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(ln2hi, 6.9314718055829871446E-1 ,7217,4031,0000,f7d0, 0, .B17217F7D00000)
vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
+1 -1
View File
@@ -105,7 +105,7 @@
* shown.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(athfhi, 4.6364760900080611433E-1 ,6338,3fed,da7b,2b0d, -1, .ED63382B0DDA7B)
vc(athflo, 1.9338828231967579916E-19 ,5005,2164,92c0,9cfe, -62, .E450059CFE92C0)
+2 -1
View File
@@ -57,7 +57,8 @@
* observed error was 1.87 ulps (units in the last place) at
* x= -3.8962076028810414000e-03.
*/
#include "mathimpl.h"
#include <mathimpl.h>
#if defined(vax)||defined(tahoe)
#include <errno.h>
+2 -1
View File
@@ -83,7 +83,8 @@
* from decimal to binary accurately enough to produce the hexadecimal values
* shown.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(r2p1hi, 2.4142135623730950345E0 ,8279,411a,ef32,99fc, 2, .9A827999FCEF32)
vc(r2p1lo, 1.4349369327986523769E-17 ,597d,2484,754b,89b3, -55, .84597D89B3754B)
+1 -1
View File
@@ -78,7 +78,7 @@
* shown.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(mln2hi, 8.8029691931113054792E1 ,0f33,43b0,2bdb,c7e2, 7, .B00F33C7E22BDB)
vc(mln2lo,-4.9650192275318476525E-16 ,1b60,a70f,582a,279e, -50,-.8F1B60279E582A)
+1 -1
View File
@@ -140,7 +140,7 @@
*/
#include <math.h>
#include "mathimpl.h"
#include <mathimpl.h>
#if defined(vax) || defined(tahoe)
#define _IEEE 0
+2 -1
View File
@@ -73,7 +73,8 @@
* shown.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(ln2hi, 6.9314718055829871446E-1 ,7217,4031,0000,f7d0, 0, .B17217F7D00000)
vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
+1 -1
View File
@@ -82,7 +82,7 @@
* shown.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(p1, 1.5150724356786683059E-2 ,3abe,3d78,066a,67e1, -6, .F83ABE67E1066A)
vc(p2, 6.3112487873718332688E-5 ,5b42,3984,0173,48cd, -13, .845B4248CD0173)
+1 -1
View File
@@ -82,7 +82,7 @@
* shown.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(ln2hi, 6.9314718055829871446E-1 ,7217,4031,0000,f7d0, 0, .B17217F7D00000)
vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
+1 -1
View File
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(L, 4503599627370496.0E0 ,0000,5c00,0000,0000, 55, 1.0) /* 2**55 */
+1 -1
View File
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
#include <math.h>
#include <mathimpl.h>
/* fmod.c
*
+1 -1
View File
@@ -39,7 +39,7 @@
*/
#include <math.h>
#include "mathimpl.h"
#include <mathimpl.h>
#include <errno.h>
/* METHOD:
+1 -1
View File
@@ -69,7 +69,7 @@
* REVISED BY K.C. NG on 1/22/85, 2/13/85, 3/24/85.
*/
#include "mathimpl.h"
#include <mathimpl.h>
#if defined(vax)||defined(tahoe) /* VAX D format */
#include <errno.h>
+1 -1
View File
@@ -39,9 +39,9 @@
*/
#include <math.h>
#include <mathimpl.h>
#include <errno.h>
#include "mathimpl.h"
/* Log gamma function.
* Error: x > 0 error < 1.3ulp.
+1 -1
View File
@@ -32,9 +32,9 @@
*/
#include <math.h>
#include <mathimpl.h>
#include <errno.h>
#include "mathimpl.h"
/* Table-driven natural logarithm.
*
+1 -1
View File
@@ -69,7 +69,7 @@
* shown.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(ln10hi, 2.3025850929940456790E0 ,5d8d,4113,a8ac,ddaa, 2, .935D8DDDAAA8AC)
+1 -1
View File
@@ -90,8 +90,8 @@
* shown.
*/
#include <mathimpl.h>
#include <errno.h>
#include "mathimpl.h"
vc(ln2hi, 6.9314718055829871446E-1 ,7217,4031,0000,f7d0, 0, .B17217F7D00000)
vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
+1 -1
View File
@@ -65,7 +65,7 @@
* shown.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(L1, 6.6666666666666703212E-1 ,aaaa,402a,aac5,aaaa, 0, .AAAAAAAAAAAAC5)
vc(L2, 3.9999999999970461961E-1 ,cccc,3fcc,2684,cccc, -1, .CCCCCCCCCC2684)
+2 -2
View File
@@ -100,10 +100,10 @@
* shown.
*/
#include <errno.h>
#include <math.h>
#include <mathimpl.h>
#include <errno.h>
#include "mathimpl.h"
#if (defined(vax) || defined(tahoe))
#define TRUNC(x) x = (double) (float) x
+2 -1
View File
@@ -31,7 +31,8 @@
* SUCH DAMAGE.
*/
#include "trig.h"
#include <trig.h>
double
sin(double x)
{
+1 -1
View File
@@ -71,7 +71,7 @@
* shown.
*/
#include "mathimpl.h"
#include <mathimpl.h>
vc(mln2hi, 8.8029691931113054792E1 ,0f33,43b0,2bdb,c7e2, 7, .B00F33C7E22BDB)
vc(mln2lo,-4.9650192275318476525E-16 ,1b60,a70f,582a,279e, -50,-.8F1B60279E582A)
+2 -1
View File
@@ -31,7 +31,8 @@
* SUCH DAMAGE.
*/
#include "trig.h"
#include <trig.h>
double
tan(double x)
{