Query: feupdateenv
OS: hpux
Section: 3m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
feupdateenv(3M) feupdateenv(3M)NAMEfeupdateenv() - update floating-point environmentSYNOPSISHP Integrity Server Only PA-RISC OnlyDESCRIPTIONThe function saves the currently raised floating-point exceptions in its automatic storage, installs the floating-point environment repre- sented by the object pointed to by envp, and then raises the saved floating-point exceptions. Use with to hide spurious floating-point exceptions. The argument envp must point to an object set by a call to or or equal the macroUSAGETo 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 VALUEIntegrity Server Only This function always returns 0, indicating that all the actions were successfully carried out. PA-RISC Only None.ERRORSNo errors are defined.EXAMPLESStore the current floating-point environment in hide spurious underflow exceptions, and continue on any floating-point exceptions that occur until the call to is encountered.SEE ALSOfegetenv(3M), feholdexcept(3M), fesetenv(3M), fenv(5).STANDARDS CONFORMANCE: ISO/IEC C99 (including Annex F, "IEC 60559 floating-point arithmetic") feupdateenv(3M)
Related Man Pages |
---|
fegetenv(3) - mojave |
fesetenv(3) - mojave |
feholdexcept(3m) - hpux |
fesetenv(3m) - hpux |
feupdateenv(3m) - hpux |
Similar Topics in the Unix Linux Community |
---|
How use #pragma pack() in HP unix ? |
changing entry point |
pragma page |
GCC Alignment pragma |