Wrapper for binary half-precision functions needing specialization for individual argument types. More...
Static Public Member Functions | |
static expr | fmin (float x, float y) |
Minimum implementation. More... | |
static expr | fmax (float x, float y) |
Maximum implementation. More... | |
static expr | fmin (float x, float y) |
Minimum implementation. More... | |
static expr | fmax (float x, float y) |
Maximum implementation. More... | |
Wrapper for binary half-precision functions needing specialization for individual argument types.
T | first argument type |
U | first argument type |
|
inlinestatic |
Minimum implementation.
x | first operand |
y | second operand |
|
inlinestatic |
Maximum implementation.
x | first operand |
y | second operand |
|
inlinestatic |
Minimum implementation.
x | first operand |
y | second operand |
|
inlinestatic |
Maximum implementation.
x | first operand |
y | second operand |