OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026