realroot_doc 0.1.1
|
#include <rounding_mode.hpp>
Definition at line 25 of file rounding_mode.hpp.
typedef int rnd_t |
Definition at line 27 of file rounding_mode.hpp.
fpu_rounding | ( | int | ) | [inline] |
Definition at line 34 of file rounding_mode.hpp.
{};
static rnd_t getrnd | ( | ) | [inline, static] |
Definition at line 28 of file rounding_mode.hpp.
Referenced by fpu_rounding< floating<> >::fpu_rounding(), and fpu_rounding< long double >::fpu_rounding().
{ return 0; };
static int rnd_dw | ( | ) | [inline, static] |
Definition at line 31 of file rounding_mode.hpp.
{ return 0; };
static int rnd_nr | ( | ) | [inline, static] |
Definition at line 32 of file rounding_mode.hpp.
{ return 0; };
static int rnd_up | ( | ) | [inline, static] |
Definition at line 30 of file rounding_mode.hpp.
{ return 0; };
static int rnd_z | ( | ) | [inline, static] |
Definition at line 33 of file rounding_mode.hpp.
{ return 0; };
static void setrnd | ( | rnd_t | r | ) | [inline, static] |
Definition at line 29 of file rounding_mode.hpp.
Referenced by fpu_rounding< floating<> >::fpu_rounding(), fpu_rounding< long double >::fpu_rounding(), fpu_rounding< floating<> >::~fpu_rounding(), and fpu_rounding< long double >::~fpu_rounding().
{ };
const int id = 0 [static] |
Definition at line 26 of file rounding_mode.hpp.