|
inlineconstexpr |
Parameters
x, y, t: floating arguments.c: Conditional expression masking the operation.m: Logical value masking the operation.Return value
x and y is returned. The call is semantically equivalent to x+t*(y-x) but uses fma opportunities.pedantic version of fma is used internally.