Before You Begin |
This manual describes the floating-point environment supported by software and hardware on SPARC and x86 platforms running the Solaris operating system. Although this manual discusses some general aspects of the SPARC and Intel architectures, it is primarily a reference manual designed to accompany Sun language products.
Certain aspects of the IEEE Standard for Binary Floating-Point Arithmetic are discussed in this manual. To learn about IEEE arithmetic, see the 18-page Standard. See Appendix F for a brief bibliography on IEEE arithmetic.
This manual is written for those who develop, maintain, and port mathematical and scientific applications or benchmarks. Before using this manual, you should be familiar with the programming language used (Fortran, C, etc.), dbx (the source-level debugger), and the operating system commands and concepts.
Chapter 1 introduces the floating-point environment.
Chapter 2 describes the IEEE arithmetic model, IEEE formats, and underflow.
Chapter 3 describes the mathematics libraries provided with the Sun Forte Developer compilers.
Chapter 4 describes exceptions and shows how to detect, locate, and handle them.
Appendix A contains example programs.
Appendix B describes the floating-point hardware options for SPARC workstations.
Appendix C lists x86 and SPARC compatibility issues related to the floating-point units used in Intel systems.
Appendix D is an edited reprint of a tutorial on floating-point arithmetic by David Goldberg.
Appendix E discusses standards compliance.
Appendix F includes a list of references and related documentation.
Glossary contains a definition of terms.
The examples in this manual are in C and Fortran, but the concepts apply to either compiler on a SPARC or Intel system.
The "pipe" or "bar" symbol separates arguments, only one of which may be chosen. |
|||
The colon, like the comma, is sometimes used to separate arguments. |
|||
The Forte Developer product components and man pages are not installed into the standard /usr/bin/ and /usr/share/man directories. To access the Forte Developer compilers and tools, you must have the Forte Developer component directory in your PATH environment variable. To access the Forte Developer man pages, you must have the Forte Developer man page directory in your MANPATH environment variable.
For more information about the PATH variable, see the csh(1), sh(1), and ksh(1) man pages. For more information about the MANPATH variable, see the man(1) man page. For more information about setting your PATH and MANPATH variables to access this Forte Developer release, see the installation guide or your system administrator.
Use the steps below to determine whether you need to change your PATH variable to access the Forte Developer compilers and tools.
To Determine Whether You Need to Set Your PATH Environment Variable |
1. Display the current value of the PATH variable by typing the following at a command prompt:
% echo $PATH |
2. Review the output for a string of paths that contain /opt/SUNWspro/bin/.
If you find the path, your PATH variable is already set to access Forte Developer development tools. If you do not find the path, set your PATH environment variable by following the instructions in the next section.
To Set Your PATH Environment Variable to Enable Access to Forte Developer Compilers and Tools |
1. If you are using the C shell, edit your home .cshrc file. If you are using the Bourne shell or Korn shell, edit your home .profile file.
2. Add the following to your PATH environment variable.
Use the following steps to determine whether you need to change your MANPATH variable to access the Forte Developer man pages.
To Determine Whether You Need to Set Your MANPATH Environment Variable |
1. Request the dbx man page by typing the following at a command prompt:
% man dbx |
If the dbx(1) man page cannot be found or if the man page displayed is not for the current version of the software installed, follow the instructions in the next section for setting your MANPATH environment variable.
To Set Your MANPATH Environment Variable to Enable Access to Forte Developer Man Pages |
1. If you are using the C shell, edit your home .cshrc file. If you are using the Bourne shell or Korn shell, edit your home .profile file.
2. Add the following to your MANPATH environment variable.
You can access Forte Developer product documentation at the following locations:
The docs.sun.com web site (http://docs.sun.com) enables you to read, print, and buy Sun Microsystems manuals through the Internet. If you cannot find a manual, see the documentation index installed with the product on your local system or network.
Forte Developer 7 product documentation is provided in accessible formats that are readable by assistive technologies for users with disabilities. You can find accessible versions of documentation as described in the following table. If your product software is not installed in the /opt directory, ask your system administrator for the equivalent path on your system.
The following table describes related documentation that is available through the docs.sun.com web site.
Sun is interested in improving its documentation and welcomes your comments and suggestions. Email your comments to Sun at this address:
Copyright © 2002, Sun Microsystems, Inc. All rights reserved.