HomeSort by: relevance | last modified time | path
    Searched defs:NoTrials (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 96 IO NoTrials R4 RSqrt
942 int NoTrials = 20; /*Number of tests for commutativity. */
1701 printf ("Testing on %d random pairs.\n", NoTrials);
1714 while (!((I > NoTrials) || (Z9 != Zero)));
1715 if (I == NoTrials)
1725 if (!((I == NoTrials) || (Z9 == Zero)))
1728 printf (" No failures found in %d integer pairs.\n", NoTrials);
1750 printf ("Testing if sqrt(X * X) == X for %d Integers X.\n", NoTrials);
1760 while (!((Y - X >= NoTrials)));
1763 while (I <= NoTrials)
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 96 IO NoTrials R4 RSqrt
942 int NoTrials = 20; /*Number of tests for commutativity. */
1701 printf ("Testing on %d random pairs.\n", NoTrials);
1714 while (!((I > NoTrials) || (Z9 != Zero)));
1715 if (I == NoTrials)
1725 if (!((I == NoTrials) || (Z9 == Zero)))
1728 printf (" No failures found in %d integer pairs.\n", NoTrials);
1750 printf ("Testing if sqrt(X * X) == X for %d Integers X.\n", NoTrials);
1760 while (!((Y - X >= NoTrials)));
1763 while (I <= NoTrials)
    [all...]

Completed in 27 milliseconds