added Berkeley specific header
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 30 Apr 1988 03:36:25 +0000 (19:36 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 30 Apr 1988 03:36:25 +0000 (19:36 -0800)
SCCS-vsn: lib/libm/vax/argred.s 5.2
SCCS-vsn: lib/libm/vax/atan2.s 5.2
SCCS-vsn: lib/libm/vax/cabs.s 5.2
SCCS-vsn: lib/libm/vax/cbrt.s 5.2
SCCS-vsn: lib/libm/vax/infnan.s 5.2
SCCS-vsn: lib/libm/vax/sincos.s 5.2
SCCS-vsn: lib/libm/vax/sqrt.s 5.2
SCCS-vsn: lib/libm/vax/support.s 5.2
SCCS-vsn: lib/libm/vax/tan.s 5.2

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 3ada6c1..2baf43d 100644 (file)
@@ -1,19 +1,24 @@
-# 
 # Copyright (c) 1985 Regents of the University of California.
 # Copyright (c) 1985 Regents of the University of California.
-# 
-# Use and reproduction of this software are granted  in  accordance  with
-# the terms and conditions specified in  the  Berkeley  Software  License
-# Agreement (in particular, this entails acknowledgement of the programs'
-# source, and inclusion of this notice) with the additional understanding
-# that  all  recipients  should regard themselves as participants  in  an
-# 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.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+# All recipients should regard themselves as participants in an ongoing
+# research project and hence should feel obligated to report their
+# experiences (good or bad) with these elementary function codes, using
+# the sendbug(8) program, to the authors.
+#
+#      @(#)argred.s    5.2 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)argred.s   1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
+.asciz "@(#)argred.s   1.1 (Berkeley) 8/21/85; 5.2 (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 6154d9b..faa3679 100644 (file)
@@ -1,19 +1,24 @@
-# 
 # Copyright (c) 1985 Regents of the University of California.
 # Copyright (c) 1985 Regents of the University of California.
-# 
-# Use and reproduction of this software are granted  in  accordance  with
-# the terms and conditions specified in  the  Berkeley  Software  License
-# Agreement (in particular, this entails acknowledgement of the programs'
-# source, and inclusion of this notice) with the additional understanding
-# that  all  recipients  should regard themselves as participants  in  an
-# 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.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+# All recipients should regard themselves as participants in an ongoing
+# research project and hence should feel obligated to report their
+# experiences (good or bad) with these elementary function codes, using
+# the sendbug(8) program, to the authors.
+#
+#      @(#)atan2.s     5.2 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)atan2.s    1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
+.asciz "@(#)atan2.s    1.2 (Berkeley) 8/21/85; 5.2 (ucb.elefunt) %G%"
 
 # ATAN2(Y,X)
 # RETURN ARG (X+iY)
 
 # ATAN2(Y,X)
 # RETURN ARG (X+iY)
index f27c74e..89201fa 100644 (file)
@@ -1,19 +1,24 @@
-# 
 # Copyright (c) 1985 Regents of the University of California.
 # Copyright (c) 1985 Regents of the University of California.
-# 
-# Use and reproduction of this software are granted  in  accordance  with
-# the terms and conditions specified in  the  Berkeley  Software  License
-# Agreement (in particular, this entails acknowledgement of the programs'
-# source, and inclusion of this notice) with the additional understanding
-# that  all  recipients  should regard themselves as participants  in  an
-# 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.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+# All recipients should regard themselves as participants in an ongoing
+# research project and hence should feel obligated to report their
+# experiences (good or bad) with these elementary function codes, using
+# the sendbug(8) program, to the authors.
+#
+#      @(#)cabs.s      5.2 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)cabs.s     1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
+.asciz "@(#)cabs.s     1.2 (Berkeley) 8/21/85; 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 2ac63dd..ebd0192 100644 (file)
@@ -1,19 +1,24 @@
-# 
 # Copyright (c) 1985 Regents of the University of California.
 # Copyright (c) 1985 Regents of the University of California.
-# 
-# Use and reproduction of this software are granted  in  accordance  with
-# the terms and conditions specified in  the  Berkeley  Software  License
-# Agreement (in particular, this entails acknowledgement of the programs'
-# source, and inclusion of this notice) with the additional understanding
-# that  all  recipients  should regard themselves as participants  in  an
-# 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.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+# All recipients should regard themselves as participants in an ongoing
+# research project and hence should feel obligated to report their
+# experiences (good or bad) with these elementary function codes, using
+# the sendbug(8) program, to the authors.
+#
+#      @(#)cbrt.s      5.2 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)cbrt.s     1.1 (Berkeley) 5/23/85; 5.1 (ucb.elefunt) %G%"
+.asciz "@(#)cbrt.s     1.1 (Berkeley) 5/23/85; 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 27c11bb..e845670 100644 (file)
@@ -1,19 +1,25 @@
-/* 
+/*
  * Copyright (c) 1985 Regents of the University of California.
  * Copyright (c) 1985 Regents of the University of California.
- * 
- * Use and reproduction of this software are granted  in  accordance  with
- * the terms and conditions specified in  the  Berkeley  Software  License
- * Agreement (in particular, this entails acknowledgement of the programs'
- * source, and inclusion of this notice) with the additional understanding
- * that  all  recipients  should regard themselves as participants  in  an
- * 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.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ * All recipients should regard themselves as participants in an ongoing
+ * research project and hence should feel obligated to report their
+ * experiences (good or bad) with these elementary function codes, using
+ * the sendbug(8) program, to the authors.
+ *
+ *     @(#)infnan.s    5.2 (Berkeley) %G%
  */
        .data
        .align  2
 _sccsid:
  */
        .data
        .align  2
 _sccsid:
-.asciz "@(#)infnan.s   1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
+.asciz "@(#)infnan.s   1.1 (Berkeley) 8/21/85; 5.2 (ucb.elefunt) %G%"
 
 /*
  * infnan(arg) int arg;
 
 /*
  * infnan(arg) int arg;
index 3faf182..143f7f1 100644 (file)
@@ -1,19 +1,24 @@
-# 
 # Copyright (c) 1985 Regents of the University of California.
 # Copyright (c) 1985 Regents of the University of California.
-# 
-# Use and reproduction of this software are granted  in  accordance  with
-# the terms and conditions specified in  the  Berkeley  Software  License
-# Agreement (in particular, this entails acknowledgement of the programs'
-# source, and inclusion of this notice) with the additional understanding
-# that  all  recipients  should regard themselves as participants  in  an
-# 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.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+# All recipients should regard themselves as participants in an ongoing
+# research project and hence should feel obligated to report their
+# experiences (good or bad) with these elementary function codes, using
+# the sendbug(8) program, to the authors.
+#
+#      @(#)sincos.s    5.2 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)sincos.s   1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
+.asciz "@(#)sincos.s   1.1 (Berkeley) 8/21/85; 5.2 (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 e36d61d..296d472 100644 (file)
@@ -1,19 +1,24 @@
-/* 
- * Copyright (c) 1985 Regents of the University of California.
- * 
- * Use and reproduction of this software are granted  in  accordance  with
- * the terms and conditions specified in  the  Berkeley  Software  License
- * Agreement (in particular, this entails acknowledgement of the programs'
- * source, and inclusion of this notice) with the additional understanding
- * that  all  recipients  should regard themselves as participants  in  an
- * 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.
- */
+# Copyright (c) 1985 Regents of the University of California.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+# All recipients should regard themselves as participants in an ongoing
+# research project and hence should feel obligated to report their
+# experiences (good or bad) with these elementary function codes, using
+# the sendbug(8) program, to the authors.
+#
+#      @(#)sqrt.s      5.2 (Berkeley) %G%
+#
        .data
        .align  2
 _sccsid:
        .data
        .align  2
 _sccsid:
-.asciz "@(#)sqrt.s     1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
+.asciz "@(#)sqrt.s     1.1 (Berkeley) 8/21/85; 5.2 (ucb.elefunt) %G%"
 
 /*
  * double sqrt(arg)   revised August 15,1982
 
 /*
  * double sqrt(arg)   revised August 15,1982
index 317d42e..85f21c4 100644 (file)
@@ -1,19 +1,25 @@
-/* 
+/*
  * Copyright (c) 1985 Regents of the University of California.
  * Copyright (c) 1985 Regents of the University of California.
- * 
- * Use and reproduction of this software are granted  in  accordance  with
- * the terms and conditions specified in  the  Berkeley  Software  License
- * Agreement (in particular, this entails acknowledgement of the programs'
- * source, and inclusion of this notice) with the additional understanding
- * that  all  recipients  should regard themselves as participants  in  an
- * 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.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ * All recipients should regard themselves as participants in an ongoing
+ * research project and hence should feel obligated to report their
+ * experiences (good or bad) with these elementary function codes, using
+ * the sendbug(8) program, to the authors.
+ *
+ *     @(#)support.s   5.2 (Berkeley) %G%
  */
        .data
        .align  2
 _sccsid:
  */
        .data
        .align  2
 _sccsid:
-.asciz "@(#)support.s  1.3 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
+.asciz "@(#)support.s  1.3 (Berkeley) 8/21/85; 5.2 (ucb.elefunt) %G%"
 
 /*
  * copysign(x,y),
 
 /*
  * copysign(x,y),
index 85871a5..bca3d64 100644 (file)
@@ -1,19 +1,24 @@
-# 
 # Copyright (c) 1985 Regents of the University of California.
 # Copyright (c) 1985 Regents of the University of California.
-# 
-# Use and reproduction of this software are granted  in  accordance  with
-# the terms and conditions specified in  the  Berkeley  Software  License
-# Agreement (in particular, this entails acknowledgement of the programs'
-# source, and inclusion of this notice) with the additional understanding
-# that  all  recipients  should regard themselves as participants  in  an
-# 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.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+# All recipients should regard themselves as participants in an ongoing
+# research project and hence should feel obligated to report their
+# experiences (good or bad) with these elementary function codes, using
+# the sendbug(8) program, to the authors.
+#
+#      @(#)tan.s       5.2 (Berkeley) %G%
 #
        .data
        .align  2
 _sccsid:
 #
        .data
        .align  2
 _sccsid:
-.asciz "@(#)tan.s      1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%"
+.asciz "@(#)tan.s      1.1 (Berkeley) 8/21/85; 5.2 (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.