Lines Matching full:isfinite
180 if (!(std::isfinite(x) && (!std::isfinite(y) && !std::isnan(y))) &&181 !(x == 0 && (y != 0 && std::isfinite(y)))) {