adding sccsid asciz string to each source file.
authorGroup working with Kahn on math lib <elefunt@ucbvax.Berkeley.EDU>
Fri, 13 Sep 1985 13:20:37 +0000 (05:20 -0800)
committerGroup working with Kahn on math lib <elefunt@ucbvax.Berkeley.EDU>
Fri, 13 Sep 1985 13:20:37 +0000 (05:20 -0800)
SCCS-vsn: lib/libm/vax/Makefile 1.3
SCCS-vsn: lib/libm/vax/argred.s 1.3
SCCS-vsn: lib/libm/vax/atan2.s 1.3
SCCS-vsn: lib/libm/vax/cabs.s 1.3
SCCS-vsn: lib/libm/vax/cbrt.s 1.3
SCCS-vsn: lib/libm/vax/infnan.s 1.3
SCCS-vsn: lib/libm/vax/sincos.s 1.3
SCCS-vsn: lib/libm/vax/sqrt.s 1.3
SCCS-vsn: lib/libm/vax/support.s 1.3
SCCS-vsn: lib/libm/vax/tan.s 1.3
SCCS-vsn: lib/libm/vax/mcount.sed 1.3
SCCS-vsn: lib/libm/vax/Makefile 1.3
SCCS-vsn: lib/libm/vax/argred.s 1.3
SCCS-vsn: lib/libm/vax/atan2.s 1.3
SCCS-vsn: lib/libm/vax/cabs.s 1.3
SCCS-vsn: lib/libm/vax/cbrt.s 1.3
SCCS-vsn: lib/libm/vax/infnan.s 1.3
SCCS-vsn: lib/libm/vax/sincos.s 1.3
SCCS-vsn: lib/libm/vax/sqrt.s 1.3
SCCS-vsn: lib/libm/vax/support.s 1.3
SCCS-vsn: lib/libm/vax/tan.s 1.3
SCCS-vsn: lib/libm/vax/mcount.sed 1.3

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 f17ed6a..4d3b79f 100644 (file)
@@ -1,5 +1,5 @@
-# @(#)Makefile 1.2 (ucb.elefunt) %G%
-# SCCSID = "@(#)Makefile       1.2 (ucb.elefunt) %G%"
+# @(#)Makefile 1.3 (ucb.elefunt) %G%
+# SCCSID = "@(#)Makefile       1.3 (ucb.elefunt) %G%"
 MORE=atan2.o cabs.o cbrt.o sqrt.o sincos.o tan.o argred.o support.o infnan.o
 
 .s.o:
 MORE=atan2.o cabs.o cbrt.o sqrt.o sincos.o tan.o argred.o support.o infnan.o
 
 .s.o:
index d771a76..008856f 100644 (file)
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
-
-# @(#)argred.s 1.1 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G%
+       .data
+       .align  2
+_sccsid:
+.asciz "@(#)argred.s   1.1 (Berkeley) 8/21/85; 1.3 (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 430adcd..9991afc 100644 (file)
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
-
-# @(#)atan2.s  1.2 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G%
+       .data
+       .align  2
+_sccsid:
+.asciz "@(#)atan2.s    1.2 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%"
 
 # ATAN2(Y,X)
 # RETURN ARG (X+iY)
 
 # ATAN2(Y,X)
 # RETURN ARG (X+iY)
index 3088fc6..1d5cfab 100644 (file)
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
-
-# @(#)cabs.s   1.2 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G%
+       .data
+       .align  2
+_sccsid:
+.asciz "@(#)cabs.s     1.2 (Berkeley) 8/21/85; 1.3 (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 953ebc1..6131d2e 100644 (file)
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
-
-# @(#)cbrt.s   1.1 (Berkeley) 5/23/85; 1.2 (ucb.elefunt) %G%
+       .data
+       .align  2
+_sccsid:
+.asciz "@(#)cbrt.s     1.1 (Berkeley) 5/23/85; 1.3 (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 4b6f02c..3002223 100644 (file)
@@ -9,16 +9,19 @@
  * ongoing  research  project and hence should  feel  obligated  to report
  * their  experiences (good or bad) with these elementary function  codes,
  * using "sendbug 4bsd-bugs@BERKELEY", to the authors.
  * ongoing  research  project and hence should  feel  obligated  to report
  * their  experiences (good or bad) with these elementary function  codes,
  * using "sendbug 4bsd-bugs@BERKELEY", to the authors.
- *
- * @(#)infnan.s        1.1 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G%
- *
+ */
+       .data
+       .align  2
+_sccsid:
+.asciz "@(#)infnan.s   1.1 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%"
+
+/*
  * infnan(arg) int arg;
  * where arg :=    EDOM        if result is  NaN
  *          :=  ERANGE if result is +INF
  *          := -ERANGE if result is -INF
  *
  * The Reserved Operand Fault is generated inside of this routine.
  * infnan(arg) int arg;
  * where arg :=    EDOM        if result is  NaN
  *          :=  ERANGE if result is +INF
  *          := -ERANGE if result is -INF
  *
  * The Reserved Operand Fault is generated inside of this routine.
- *
  */    
        .globl  _infnan
        .set    EDOM,33
  */    
        .globl  _infnan
        .set    EDOM,33
index d8e4f57..a59ab43 100644 (file)
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
-
-# @(#)sincos.s 1.1 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G%
+       .data
+       .align  2
+_sccsid:
+.asciz "@(#)sincos.s   1.1 (Berkeley) 8/21/85; 1.3 (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 764c7f4..cdfc9aa 100644 (file)
@@ -9,10 +9,13 @@
  * ongoing  research  project and hence should  feel  obligated  to report
  * their  experiences (good or bad) with these elementary function  codes,
  * using "sendbug 4bsd-bugs@BERKELEY", to the authors.
  * ongoing  research  project and hence should  feel  obligated  to report
  * their  experiences (good or bad) with these elementary function  codes,
  * using "sendbug 4bsd-bugs@BERKELEY", to the authors.
- *
- *
- * @(#)sqrt.s  1.1 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G%
- *
+ */
+       .data
+       .align  2
+_sccsid:
+.asciz "@(#)sqrt.s     1.1 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%"
+
+/*
  * double sqrt(arg)   revised August 15,1982
  * double arg;
  * if(arg<0.0) { _errno = EDOM; return(<a reserved operand>); }
  * double sqrt(arg)   revised August 15,1982
  * double arg;
  * if(arg<0.0) { _errno = EDOM; return(<a reserved operand>); }
index b4b444c..809f32d 100644 (file)
@@ -9,9 +9,13 @@
  * ongoing  research  project and hence should  feel  obligated  to report
  * their  experiences (good or bad) with these elementary function  codes,
  * using "sendbug 4bsd-bugs@BERKELEY", to the authors.
  * ongoing  research  project and hence should  feel  obligated  to report
  * their  experiences (good or bad) with these elementary function  codes,
  * using "sendbug 4bsd-bugs@BERKELEY", to the authors.
- *
- * @(#)support.s       1.3 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G%
- *
+ */
+       .data
+       .align  2
+_sccsid:
+.asciz "@(#)support.s  1.3 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%"
+
+/*
  * copysign(x,y),
  * logb(x),
  * scalb(x,N),
  * copysign(x,y),
  * logb(x),
  * scalb(x,N),
index 028e13e..b3d3843 100644 (file)
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
 # their  experiences (good or bad) with these elementary function  codes,
 # using "sendbug 4bsd-bugs@BERKELEY", to the authors.
 #
-
-# @(#)tan.s    1.1 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G%
+       .data
+       .align  2
+_sccsid:
+.asciz "@(#)tan.s      1.1 (Berkeley) 8/21/85; 1.3 (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.