Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/Half/halfFunction.h>
Public Member Functions | |
template<class Function > | |
halfFunction (Function f, half domainMin=-HALF_MAX, half domainMax=HALF_MAX, T defaultValue=0, T posInfValue=0, T negInfValue=0, T nanValue=0) | |
T | operator() (half x) const |
Definition at line 91 of file halfFunction.h.
halfFunction< T >::halfFunction | ( | Function | f, |
half | domainMin = -HALF_MAX , |
||
half | domainMax = HALF_MAX , |
||
T | defaultValue = 0 , |
||
T | posInfValue = 0 , |
||
T | negInfValue = 0 , |
||
T | nanValue = 0 |
||
) |
Definition at line 126 of file halfFunction.h.
References half::isInfinity(), half::isNan(), half::isNegative(), and half::setBits().
|
inline |
Definition at line 153 of file halfFunction.h.
References half::bits().