| Skip Navigation Links | |
| Exit Print View | |
![]() | man pages section 3: Library Interfaces and Headers Oracle Solaris 11 Information Library |
Library Interfaces and Headers
SMHBA_GetAdapterAttributes(3LIB)
SMHBA_GetAdapterPortAttributes(3LIB)
SMHBA_GetBindingCapability(3LIB)
SMHBA_GetDiscoveredPortAttributes(3LIB)
SMHBA_GetFCPhyAttributes(3LIB)
SMHBA_GetPersistentBinding(3LIB)
SMHBA_GetPortAttributesByWWN(3LIB)
SMHBA_GetProtocolStatistics(3LIB)
SMHBA_GetSASPhyAttributes(3LIB)
SMHBA_GetVendorLibraryAttributes(3LIB)
SMHBA_GetWrapperLibraryAttributes(3LIB)
SMHBA_RegisterForAdapterAddEvents(3LIB)
SMHBA_RegisterForAdapterEvents(3LIB)
SMHBA_RegisterForAdapterPhyStatEvents(3LIB)
SMHBA_RegisterForAdapterPortEvents(3LIB)
SMHBA_RegisterForAdapterPortStatEvents(3LIB)
SMHBA_RegisterForTargetEvents(3LIB)
SMHBA_RemoveAllPersistentBindings(3LIB)
SMHBA_RemovePersistentBinding(3LIB)
- IEEE floating point definitions
#include <floatingpoint.h>
This file defines constants, types, and functions used to implement standard floating pointaccording to ANSI/IEEE Std 754-1985. The functions are implemented inlibc. Theincluded header file <sys/ieeefp.h> defines certain types of interest to the kernel.
The type of the IEEE rounding direction mode. Note: the order of enumeration varies according to hardware.
The type of the IEEE rounding precision mode, which only applies on systems that support extended precision such as machines based on the Intel 80387 FPU or the 80486.SIGFPE handling:
The type of aSIGFPE code.
The type of a user-definableSIGFPE exception handler called to handle a particularSIGFPE code.
A macro indicating the defaultSIGFPE exception handling, namely to perform the exception handling specified by the user, if any, and otherwise to dump core usingabort(3C).
A macro indicating an alternateSIGFPE exception handling, namely to ignore and continue execution.
A macro indicating an alternateSIGFPE exception handling, namely to abort with a core dump.
The number of distinct IEEE floating-point exceptions.
The type of theN_IEEE_EXCEPTION exceptions. Each exception is given a bit number.
The type intended to hold at leastN_IEEE_EXCEPTION bits corresponding to the IEEE exceptions numbered byfp_exception_type. Thusfp_inexact corresponds to the least significant bit andfp_invalid to the fifth least significant bit. Note: some operations may set more than one exception.
Definitions of IEEE formats.
An enumeration of the various classes of IEEE values and symbols.
The functions described underfloating_to_decimal(3C) anddecimal_to_floating(3C) satisfy not only the IEEEStandard, but also the stricter requirements of correct rounding for all arguments.
The length of adecimal_string.
The digit buffer in adecimal_record.
The canonical form for representing an unpacked decimal floating-point number.
The type used to specify fixed or floating binary to decimal conversion.
A struct that contains specifications for conversion between binary and decimal.
An enumeration of possible valid character strings representing floating-point numbers, infinities, or NaNs.
/usr/include/sys/ieeefp.h
abort(3C),decimal_to_floating(3C),econvert(3C),floating_to_decimal(3C),sigfpe(3C),string_to_decimal(3C),strtod(3C)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |