My Project
programmer's documentation
Functions
cs_fp_exception.h File Reference
#include "cs_defs.h"
Include dependency graph for cs_fp_exception.h:

Go to the source code of this file.

Functions

void cs_fp_exception_enable_trap (void)
 Enable floating-point exception trapping. More...
 
void cs_fp_exception_disable_trap (void)
 Disable floating-point exception trapping. More...
 
void cs_fp_exception_restore_trap (void)
 Restore floating-point exception trapping. More...
 

Function Documentation

◆ cs_fp_exception_disable_trap()

void cs_fp_exception_disable_trap ( void  )

Disable floating-point exception trapping.

Uses a counter to handle nested calls.

◆ cs_fp_exception_enable_trap()

void cs_fp_exception_enable_trap ( void  )

Enable floating-point exception trapping.

Uses a counter to handle nested calls.

◆ cs_fp_exception_restore_trap()

void cs_fp_exception_restore_trap ( void  )

Restore floating-point exception trapping.