GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fpucw-wrappers.c File Reference
#include "fpucw.h"
#include "fpucw-wrappers.h"

Go to the source code of this file.

Macros

#define _FPU_DEFAULT   0
 

Functions

unsigned int octave_begin_long_double_rounding (void)
 
void octave_end_long_double_rounding (unsigned int oldcw)
 
void octave_set_default_fpucw (void)
 

Macro Definition Documentation

◆ _FPU_DEFAULT

#define _FPU_DEFAULT   0

Definition at line 47 of file fpucw-wrappers.c.

Function Documentation

◆ octave_begin_long_double_rounding()

unsigned int octave_begin_long_double_rounding ( void  )

Definition at line 65 of file fpucw-wrappers.c.

◆ octave_end_long_double_rounding()

void octave_end_long_double_rounding ( unsigned int  oldcw)

Definition at line 78 of file fpucw-wrappers.c.

◆ octave_set_default_fpucw()

void octave_set_default_fpucw ( void  )

Definition at line 52 of file fpucw-wrappers.c.

References _FPU_DEFAULT.

Referenced by interpreter::interpreter().