The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

feholdexcept (3)
  • >> feholdexcept (3) ( Solaris man: Библиотечные вызовы )
  • feholdexcept (3) ( FreeBSD man: Библиотечные вызовы )
  • feholdexcept (3) ( Русские man: Библиотечные вызовы )
  • feholdexcept (3) ( Linux man: Библиотечные вызовы )
  • feholdexcept (3) ( POSIX man: Библиотечные вызовы )
  •  

    NAME

    feholdexcept - save current floating-point environment
     
    

    SYNOPSIS

    c99 [ flag... ] file... -lm [ library... ]
    #include <fenv.h>
    
    int feholdexcept(fenv_t *envp);
    

     

    DESCRIPTION

    The feholdexcept() function saves the current floating-point environment in the object pointed to by envp, clears the floating-point status flags, and then installs a non-stop (continue on floating-point exceptions) mode, if available, for all floating-point exceptions.  

    RETURN VALUES

    The feholdexcept() function returns 0 if and only if non-stop floating-point exception handling was successfully installed.  

    ERRORS

    No errors are defined.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    fegetenv(3M), fenv.h(3HEAD), feupdateenv(3M), attributes(5), standards(5)  

    NOTES

    In a multithreaded program, the feholdexcept() function affects the floating point environment only for the calling thread.

    The feholdexcept() function automatically installs and deinstalls SIGFPE handlers and sets and clears the trap enable mode bits in the floating point status register as needed. If a program uses these functions and attempts to install a SIGFPE handler or control the trap enable mode bits independently, the resulting behavior is not defined.


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO
    NOTES


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру