Synopsis
float fmaf(float x,
           float y,
           float z);
Description

fmaf computes x × y + z with a single rounding.