NativeRoundHelp< double > Class Template Reference

#include <NativeNativeInstruction.h>

List of all members.

Static Public Member Functions

static void r (double &result, double op1)


Detailed Description

template<>
class NativeRoundHelp< double >

Definition at line 475 of file NativeNativeInstruction.h.


Member Function Documentation

static void NativeRoundHelp< double >::r ( double &  result,
double  op1 
) [inline, static]

Definition at line 477 of file NativeNativeInstruction.h.

00477                                               {
00478         // implements round away from zero
00479         result = round(op1);
00480     }


The documentation for this class was generated from the following file:
Generated on Mon Jun 22 04:00:40 2009 for Fennel by  doxygen 1.5.1