fpu_rounding< T > Struct Template Reference

#include <rounding_mode.hpp>

List of all members.

Public Types

Public Member Functions

Static Public Member Functions

Static Public Attributes


Detailed Description

template<class T>
struct mmx::numerics::fpu_rounding< T >

Definition at line 25 of file rounding_mode.hpp.


Member Typedef Documentation

typedef int rnd_t

Definition at line 27 of file rounding_mode.hpp.


Constructor & Destructor Documentation

fpu_rounding ( int   )  [inline]

Definition at line 34 of file rounding_mode.hpp.

00034 {}; 


Member Function Documentation

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().

00028 { return 0; };

static int rnd_dw (  )  [inline, static]

Definition at line 31 of file rounding_mode.hpp.

00031 { return 0; };

static int rnd_nr (  )  [inline, static]

Definition at line 32 of file rounding_mode.hpp.

00032 { return 0; };

static int rnd_up (  )  [inline, static]

Definition at line 30 of file rounding_mode.hpp.

00030 { return 0; };

static int rnd_z (  )  [inline, static]

Definition at line 33 of file rounding_mode.hpp.

00033 { return 0; };

static void setrnd ( rnd_t  r  )  [inline, static]

Member Data Documentation

const int id = 0 [static]

Definition at line 26 of file rounding_mode.hpp.


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for realroot by  doxygen 1.6.1