Home | History | Annotate | Download | only in ScriptCRT

Lines Matching full:isinf

328 static bool isinf(float f) {
588 if (!isinf(v) && !isnan(v) && (v < 0.f)) {