GlobeEngine
|
#include <Half.h>
Static Public Member Functions | |
static HALF_CONSTEXPR half | negate (half arg) |
static half | fabs (half arg) |
Wrapper for unary half-precision functions needing specialization for individual argument types.
T | argument type |
|
inlinestatic |
Absolute value implementation.
arg | function argument |
|
inlinestatic |
Negation implementation.
arg | value to negate |