|
| half (float f) |
|
| operator float () const |
|
half | operator- () const |
|
half & | operator= (float f) |
|
half & | operator+= (const half &h) |
|
half & | operator+= (float f) |
|
half & | operator-= (const half &h) |
|
half & | operator-= (float f) |
|
half & | operator*= (const half &h) |
|
half & | operator*= (float f) |
|
half & | operator/= (const half &h) |
|
half & | operator/= (float f) |
|
half | round (unsigned int n) const |
|
bool | isFinite () const |
|
bool | isNormalized () const |
|
bool | isDenormalized () const |
|
bool | isZero () const |
|
bool | isNan () const |
|
bool | isInfinity () const |
|
bool | isNegative () const |
|
unsigned short | bits () const |
|
void | setBits (unsigned short bits) |
|