Lines Matching refs:ok
86 int ok = 0;
232 ++ok;
260 printf("Tested %d finite values, %d non-finite, %d OK (%d failed) %d minor "
261 "arithmetic errors\n", finite, nonfinite, ok, failcount, minorarith);
642 int ok;
682 ok = fpround <= PNG_UINT_31_MAX &&
684 if (!ok) ++overflow;
687 ok = 0, ++overflow, fpround = fp/*misleading*/;
691 fp, ok ? "ok" : "overflow");
694 if (png_muldiv(&result, a, times, div) != ok)
697 if (ok)
704 else if (ok && result != fpround)