tahoe release
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Dec 1987 10:50:01 +0000 (02:50 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Dec 1987 10:50:01 +0000 (02:50 -0800)
SCCS-vsn: lib/libm/tahoe/cabs.s 5.2
SCCS-vsn: lib/libm/tahoe/cbrt.s 5.2
SCCS-vsn: lib/libm/tahoe/infnan.s 5.2
SCCS-vsn: lib/libm/tahoe/mcount.sed 5.2
SCCS-vsn: lib/libm/tahoe/sqrt.s 5.2
SCCS-vsn: lib/libm/tahoe/support.s 5.2
SCCS-vsn: lib/libm/vax/Makefile 5.1
SCCS-vsn: lib/libm/vax/argred.s 5.1
SCCS-vsn: lib/libm/vax/atan2.s 5.1
SCCS-vsn: lib/libm/vax/cabs.s 5.1
SCCS-vsn: lib/libm/vax/cbrt.s 5.1
SCCS-vsn: lib/libm/vax/infnan.s 5.1
SCCS-vsn: lib/libm/vax/mcount.sed 5.1
SCCS-vsn: lib/libm/vax/sincos.s 5.1
SCCS-vsn: lib/libm/vax/sqrt.s 5.1
SCCS-vsn: lib/libm/vax/support.s 5.1
SCCS-vsn: lib/libm/vax/tan.s 5.1

15 files changed:
usr/src/lib/libm/tahoe/cabs.s
usr/src/lib/libm/tahoe/cbrt.s
usr/src/lib/libm/tahoe/infnan.s
usr/src/lib/libm/tahoe/sqrt.s
usr/src/lib/libm/tahoe/support.s
usr/src/lib/libm/vax/Makefile
usr/src/lib/libm/vax/argred.s
usr/src/lib/libm/vax/atan2.s
usr/src/lib/libm/vax/cabs.s
usr/src/lib/libm/vax/cbrt.s
usr/src/lib/libm/vax/infnan.s
usr/src/lib/libm/vax/sincos.s
usr/src/lib/libm/vax/sqrt.s
usr/src/lib/libm/vax/support.s
usr/src/lib/libm/vax/tan.s

index ca6d6cf..69b4e01 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)cabs.s     5.1     5.1     (ucb.elefunt)   %G%"
+.asciz "@(#)cabs.s     5.2     5.2     (ucb.elefunt)   %G%"
 
 # double precision complex absolute value
 # CABS by W. Kahan, 9/7/80.
 
 # double precision complex absolute value
 # CABS by W. Kahan, 9/7/80.
index 3e41ac5..1b411c4 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)cbrt.s     5.1     (ucb.elefunt) %G%"
+.asciz "@(#)cbrt.s     5.2     (ucb.elefunt) %G%"
 
 # double cbrt(double arg)
 # W. Kahan, 10/13/80. revised 1/13/84 for keeping sign symmetry
 
 # double cbrt(double arg)
 # W. Kahan, 10/13/80. revised 1/13/84 for keeping sign symmetry
index 0e52769..2a52c9f 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)infnan.s   5.1     (ucb.elefunt)   %G%"
+.asciz "@(#)infnan.s   5.2     (ucb.elefunt)   %G%"
 
 /*
  * double infnan(arg)
 
 /*
  * double infnan(arg)
index c43e767..0a4a0ea 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)sqrt.s     5.1     (ucb.elefunt)   %G%"
+.asciz "@(#)sqrt.s     5.2     (ucb.elefunt)   %G%"
 
 /*
  * double sqrt(arg)   revised August 15,1982
 
 /*
  * double sqrt(arg)   revised August 15,1982
index 9c2cd66..1d29fdb 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-       .asciz  "@(#)support.s  5.1     (ucb.elefunt)   %G%"
+       .asciz  "@(#)support.s  5.2     (ucb.elefunt)   %G%"
 /*
  * copysign(x,y),
  * logb(x),
 /*
  * copysign(x,y),
  * logb(x),
index 146898d..2d1fe4f 100644 (file)
@@ -9,7 +9,7 @@
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
-#      @(#)Makefile    1.5 (Berkeley) %G%
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 OBJS=  atan2.o cabs.o cbrt.o sqrt.o sincos.o tan.o argred.o support.o \
        infnan.o
 #
 OBJS=  atan2.o cabs.o cbrt.o sqrt.o sincos.o tan.o argred.o support.o \
        infnan.o
index 5360c65..3ada6c1 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)argred.s   1.1 (Berkeley) 8/21/85; 1.4 (ucb.elefunt) %G%"
+.asciz "@(#)argred.s   1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
 
 #  libm$argred implements Bob Corbett's argument reduction and
 #  libm$sincos implements Peter Tang's double precision sin/cos.
 
 #  libm$argred implements Bob Corbett's argument reduction and
 #  libm$sincos implements Peter Tang's double precision sin/cos.
index 9991afc..6154d9b 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)atan2.s    1.2 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%"
+.asciz "@(#)atan2.s    1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
 
 # ATAN2(Y,X)
 # RETURN ARG (X+iY)
 
 # ATAN2(Y,X)
 # RETURN ARG (X+iY)
index 1d5cfab..f27c74e 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)cabs.s     1.2 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%"
+.asciz "@(#)cabs.s     1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
 
 # double precision complex absolute value
 # CABS by W. Kahan, 9/7/80.
 
 # double precision complex absolute value
 # CABS by W. Kahan, 9/7/80.
index 6131d2e..2ac63dd 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)cbrt.s     1.1 (Berkeley) 5/23/85; 1.3 (ucb.elefunt) %G%"
+.asciz "@(#)cbrt.s     1.1 (Berkeley) 5/23/85; 5.1 (ucb.elefunt) %G%"
 
 # double cbrt(double arg)
 # W. Kahan, 10/13/80. revised 1/13/84 for keeping sign symmetry
 
 # double cbrt(double arg)
 # W. Kahan, 10/13/80. revised 1/13/84 for keeping sign symmetry
index 3002223..27c11bb 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)infnan.s   1.1 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%"
+.asciz "@(#)infnan.s   1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
 
 /*
  * infnan(arg) int arg;
 
 /*
  * infnan(arg) int arg;
index a59ab43..3faf182 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)sincos.s   1.1 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%"
+.asciz "@(#)sincos.s   1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
 
 #  This is the implementation of Peter Tang's double precision  
 #  sine and cosine for the VAX using Bob Corbett's argument reduction.
 
 #  This is the implementation of Peter Tang's double precision  
 #  sine and cosine for the VAX using Bob Corbett's argument reduction.
index cdfc9aa..e36d61d 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)sqrt.s     1.1 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%"
+.asciz "@(#)sqrt.s     1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
 
 /*
  * double sqrt(arg)   revised August 15,1982
 
 /*
  * double sqrt(arg)   revised August 15,1982
index 809f32d..317d42e 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)support.s  1.3 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%"
+.asciz "@(#)support.s  1.3 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
 
 /*
  * copysign(x,y),
 
 /*
  * copysign(x,y),
index b3d3843..85871a5 100644 (file)
@@ -13,7 +13,7 @@
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)tan.s      1.1 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%"
+.asciz "@(#)tan.s      1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
 
 #  This is the implementation of Peter Tang's double precision  
 #  tangent for the VAX using Bob Corbett's argument reduction.
 
 #  This is the implementation of Peter Tang's double precision  
 #  tangent for the VAX using Bob Corbett's argument reduction.