83 #ifndef _HALF_FUNCTION_H_
84 #define _HALF_FUNCTION_H_
99 template <
class Function>
125 template <
class Function>
134 for (
int i = 0; i < (1 << 16); i++)
142 _lut[i] = x.
isNegative()? negInfValue: posInfValue;
143 else if (x < domainMin || x > domainMax)
144 _lut[i] = defaultValue;
155 return _lut[x.
bits()];
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
void setBits(unsigned short bits)
unsigned short bits() const