Nearest integer using half's internal rounding mode. \param arg half expression to round \return nearest integer using default rounding mode template typename enable ::type nearbyint(T arg) { return functions::nearbyint(arg); }
source not stored for this graph (policy: none)