helper< Op, floating< V > > Struct Template Reference

#include <rounded.hpp>

List of all members.

Public Types

Public Member Functions

Static Public Member Functions


Detailed Description

template<mmx_rounding Mode>
template<typename Op, typename V>
struct mmx::rounded_floating< Mode >::helper< Op, floating< V > >

Definition at line 179 of file rounded.hpp.


Member Typedef Documentation

Definition at line 180 of file rounded.hpp.

typedef rnd_floating<V,H::template translate<Mode>::val> RV

Definition at line 181 of file rounded.hpp.


Member Function Documentation

static floating<V> op ( const floating< W1 > &  x1,
const floating< W2 > &  x2 
) [inline, static]

Definition at line 205 of file rounded.hpp.

00205                                                         {
00206       return view<V> (Rop::op (view<RV> (x1), view<RV> (x2))); }

static floating<V> op ( const floating< W1 > &  x1  )  [inline, static]

Definition at line 200 of file rounded.hpp.

00200                                 {
00201       return view<V> (Rop::op (view<RV> (x1))); }

static floating<V> op ( const X1 &  x1,
const X2 &  x2 
) [inline, static]

Definition at line 195 of file rounded.hpp.

00195                                     {
00196       return view<V> (Rop::op (x1, x2)); }

static floating<V> op ( const X1 &  x1  )  [inline, static]

Definition at line 190 of file rounded.hpp.

00190                       {
00191       return view<V> (Rop::op (x1)); }

static floating<V> op (  )  [inline, static]

Definition at line 185 of file rounded.hpp.

00185           {
00186       return view<V> (Rop::op ()); }

typedef Return_op ( Op  ,
floating< RV  
)

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

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1