#include <mitsuba/core/half.h>
unsigned short half::bits |
( |
| ) |
const |
|
inline |
bool half::isDenormalized |
( |
| ) |
const |
|
inline |
bool half::isFinite |
( |
| ) |
const |
|
inline |
bool half::isInfinity |
( |
| ) |
const |
|
inline |
bool half::isNan |
( |
| ) |
const |
|
inline |
bool half::isNegative |
( |
| ) |
const |
|
inline |
bool half::isNormalized |
( |
| ) |
const |
|
inline |
bool half::isZero |
( |
| ) |
const |
|
inline |
half::operator float |
( |
| ) |
const |
|
inline |
half & half::operator*= |
( |
float |
f | ) |
|
|
inline |
half & half::operator+= |
( |
float |
f | ) |
|
|
inline |
half half::operator- |
( |
| ) |
const |
|
inline |
half & half::operator-= |
( |
float |
f | ) |
|
|
inline |
half & half::operator/= |
( |
float |
f | ) |
|
|
inline |
half & half::operator= |
( |
float |
f | ) |
|
|
inline |
half half::round |
( |
unsigned int |
n | ) |
const |
|
inline |
void half::setBits |
( |
unsigned short |
bits | ) |
|
|
inline |
The documentation for this class was generated from the following file: