Wrapper for unary half-precision functions needing specialization for individual argument types. More...
Static Public Member Functions | |
static half | negate (half arg) |
Negation implementation. More... | |
static half | fabs (half arg) |
Absolute value implementation. More... | |
static half | negate (half arg) |
Negation implementation. More... | |
static half | fabs (half arg) |
Absolute value implementation. More... | |
Wrapper for unary half-precision functions needing specialization for individual argument types.
T | argument type |
|
inlinestatic |
Negation implementation.
arg | value to negate |
|
inlinestatic |
Absolute value implementation.
arg | function argument |
|
inlinestatic |
Negation implementation.
arg | value to negate |
|
inlinestatic |
Absolute value implementation.
arg | function argument |