Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add scalbnl(3) mlinks.
details: https://anonhg.NetBSD.org/src/rev/d0e1dba15460
branches: trunk
changeset: 767745:d0e1dba15460
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Jul 28 21:10:25 2011 +0000
description:
Add scalbnl(3) mlinks.
diffstat:
distrib/sets/lists/comp/mi | 5 ++++-
lib/libm/Makefile | 4 ++--
lib/libm/man/ieee.3 | 9 ++++++---
3 files changed, 12 insertions(+), 6 deletions(-)
diffs (84 lines):
diff -r a5630aa19e85 -r d0e1dba15460 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Thu Jul 28 20:53:20 2011 +0000
+++ b/distrib/sets/lists/comp/mi Thu Jul 28 21:10:25 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1647 2011/07/24 08:55:29 uch Exp $
+# $NetBSD: mi,v 1.1648 2011/07/28 21:10:25 joerg Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -8496,6 +8496,7 @@
./usr/share/man/cat3/scalbf.0 comp-c-catman .cat
./usr/share/man/cat3/scalbn.0 comp-c-catman .cat
./usr/share/man/cat3/scalbnf.0 comp-c-catman .cat
+./usr/share/man/cat3/scalbnl.0 comp-c-catman .cat
./usr/share/man/cat3/scale_form.0 comp-c-catman .cat
./usr/share/man/cat3/scandir.0 comp-c-catman .cat
./usr/share/man/cat3/scanf.0 comp-c-catman .cat
@@ -14547,6 +14548,7 @@
./usr/share/man/html3/scalbf.html comp-c-htmlman html
./usr/share/man/html3/scalbn.html comp-c-htmlman html
./usr/share/man/html3/scalbnf.html comp-c-htmlman html
+./usr/share/man/html3/scalbnl.html comp-c-htmlman html
./usr/share/man/html3/scale_form.html comp-c-htmlman html
./usr/share/man/html3/scandir.html comp-c-htmlman html
./usr/share/man/html3/scanf.html comp-c-htmlman html
@@ -20603,6 +20605,7 @@
./usr/share/man/man3/scalbf.3 comp-c-man .man
./usr/share/man/man3/scalbn.3 comp-c-man .man
./usr/share/man/man3/scalbnf.3 comp-c-man .man
+./usr/share/man/man3/scalbnl.3 comp-c-man .man
./usr/share/man/man3/scale_form.3 comp-c-man .man
./usr/share/man/man3/scandir.3 comp-c-man .man
./usr/share/man/man3/scanf.3 comp-c-man .man
diff -r a5630aa19e85 -r d0e1dba15460 lib/libm/Makefile
--- a/lib/libm/Makefile Thu Jul 28 20:53:20 2011 +0000
+++ b/lib/libm/Makefile Thu Jul 28 21:10:25 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2011/07/28 20:53:20 matt Exp $
+# $NetBSD: Makefile,v 1.114 2011/07/28 21:10:29 joerg Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -253,7 +253,7 @@
MLINKS+=fmod.3 fmodf.3
MLINKS+=hypot.3 hypotf.3
MLINKS+=ieee.3 finite.3 ieee.3 finitef.3 \
- ieee.3 scalbn.3 ieee.3 scalbnf.3
+ ieee.3 scalbn.3 ieee.3 scalbnf.3 ieee.3 scalbnl.3
MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
diff -r a5630aa19e85 -r d0e1dba15460 lib/libm/man/ieee.3
--- a/lib/libm/man/ieee.3 Thu Jul 28 20:53:20 2011 +0000
+++ b/lib/libm/man/ieee.3 Thu Jul 28 21:10:25 2011 +0000
@@ -26,16 +26,17 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91
-.\" $NetBSD: ieee.3,v 1.25 2011/05/10 06:38:33 jruoho Exp $
+.\" $NetBSD: ieee.3,v 1.26 2011/07/28 21:10:30 joerg Exp $
.\"
-.Dd April 12, 2011
+.Dd July 28, 2011
.Dt IEEE 3
.Os
.Sh NAME
.Nm finite ,
.Nm finitef ,
.Nm scalbn ,
-.Nm scalbnf
+.Nm scalbnf ,
+.Nm scalbnl
.Nd functions for IEEE arithmetic
.Sh LIBRARY
.Lb libm
@@ -49,6 +50,8 @@
.Fn scalbn "double x" "int n"
.Ft float
.Fn scalbnf "float x" "int n"
+.Ft long double
+.Fn scalbnf "long double x" "int n"
.Sh DESCRIPTION
These functions are required or recommended by
.St -ieee754 .
Home |
Main Index |
Thread Index |
Old Index