|
QDP++
|
Real32 word class - builtin machine word type over flow. More...
#include <qdp_word.h>
Public Member Functions | |
| Real32 () | |
| ~Real32 () | |
| Real32 (const float &rhs) | |
| dest = float | |
| Real32 & | operator= (int rhs) |
| dest = int | |
| Public Member Functions inherited from QDP::Word< float > | |
| Word () | |
| ~Word () | |
| float & | elem () |
Real32 word class - builtin machine word type over flow.
A template class wrapper for the actual machine primitive. NOTE: with inlining code optimization looks good even with a wrapper
Definition at line 49 of file qdp_word.h.
|
inline |
Definition at line 52 of file qdp_word.h.
Referenced by operator=().
|
inline |
Definition at line 53 of file qdp_word.h.
|
inlineexplicit |
|
inline |
dest = int
Fill with an integer constant. Will be promoted to underlying word type
Definition at line 65 of file qdp_word.h.
References QDP::Word< float >::elem(), and Real32().