_nn_divrem_normalized
ret = _nn_divrem_normalized(q, &r, a, b, v); EG(ret, err);
ret = _nn_divrem_normalized(q, r, a, b, v);