Sponsored Content
Full Discussion: tpmC for hp superdome
Top Forums UNIX for Dummies Questions & Answers tpmC for hp superdome Post 24066 by ortsvorsteher on Thursday 4th of July 2002 12:27:51 PM
Old 07-04-2002
tpmC for hp superdome

Hello all,

we have here some hp superdomes with PA-RISC 8700 Processors and need to know how much tpmC / Processer ....

Do anyone knows what we mean? THX for help.... :-)
 

We Also Found This Discussion For You

1. HP-UX

modifying min_buf_huge -HP superdome

I have an HP Superdome. On one of the Vpars I want to modify the min_buf_huge on the virtual NIC ENT2. Can I use the chdev command to do this. (1 Reply)
Discussion started by: Techdude
1 Replies
feraiseexcept(3M)														 feraiseexcept(3M)

NAME
feraiseexcept() - raise floating-point exceptions SYNOPSIS
HP Integrity Server Only PA-RISC Only DESCRIPTION
The function raises the floating-point exceptions represented by its argument. The argument can be constructed as a bitwise OR of the exception macros: and represents all the exceptions. Any traps enabled for the specified exceptions will be taken. USAGE
To use this function, compile either with the default option or with the and options. Make sure your program includes For Integrity servers, specify on the compiler command line or place the call to this function under the effect of an affirmative pragma: If the pragma is placed outside of any top-level declarations in a file, the pragma will apply to all declarations in the compilation fol- lowing the pragma until another pragma is encountered or until the end of the file is reached. If the pragma is placed at the beginning of a block (compound statement), the pragma will apply until another pragma is encountered or until the end of the block is reached. For PA-RISC, you might need to use the compiler option in order to prevent optimizations that can undermine the specified behavior of this function. Link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site: RETURN VALUE
Integrity Server Only This function always returns 0, indicating that all the specified exceptions were successfully raised. PA-RISC Only None. ERRORS
No errors are defined. EXAMPLES
Raise the underflow and inexact exceptions: Raise all exceptions: SEE ALSO
feclearexcept(3M), fegetexceptflag(3M), fegettrapenable(3M), fesetexceptflag(3M), fesettrapenable(3M), fetestexcept(3M), fenv(5). STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex F, "IEC 60559 floating-point arithmetic") feraiseexcept(3M)
All times are GMT -4. The time now is 07:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy