NativeRoundHelp< float > Class Template Reference

#include <NativeNativeInstruction.h>

List of all members.

Static Public Member Functions

static void r (float &result, float op1)


Detailed Description

template<>
class NativeRoundHelp< float >

Definition at line 484 of file NativeNativeInstruction.h.


Member Function Documentation

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

Definition at line 486 of file NativeNativeInstruction.h.

00486                                             {
00487         // implements round away from zero
00488         result = roundf(op1);
00489     }


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