rounded_floating< Mode > Struct Template Reference

#include <rounded.hpp>

List of all members.

Classes

Static Public Member Functions


Detailed Description

template<mmx_rounding Mode>
struct mmx::rounded_floating< Mode >

Definition at line 174 of file rounded.hpp.


Member Function Documentation

static C rounded_as ( const X1 &  x1,
const X2 &  x2 
) [inline, static]

Definition at line 220 of file rounded.hpp.

00220                                                           {
00221     return helper<Op,C>::op (x1, x2);
00222   };

static C rounded_as ( const X1 &  x1  )  [inline, static]

Definition at line 215 of file rounded.hpp.

00215                                             {
00216     return helper<Op,C>::op (x1);
00217   };

static C rounded_as (  )  [inline, static]

Definition at line 210 of file rounded.hpp.

00210                                 {
00211     return helper<Op,C>::op ();
00212   };


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

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1