Home | History | Annotate | Download | only in perf

Lines Matching full:program

1 // This small program does some raytracing.  It tests Valgrind's handling of
4 // Licensing: This program is closely based on the one of the same name from
11 /* This program can be used in two ways. If INTRIG is undefined, sin,
13 defined, then the program calculates all this stuff from first
33 This program may be used, distributed, and modified freely as
42 program is typically far more sensitive to changes in the
44 average floating point program.
59 Special note regarding errors in accuracy: this program has
79 Inaccuracies reported by this program should be taken VERY
80 SERIOUSLY INDEED, as the program has been demonstrated to be
90 program with ACCURACY defined. This will generate a version
122 program which contained the identical algorithm.
198 the FORTRAN 77 version of the program, FBFORT77.F.
294 static char outarr[8][80]; /* Computed output of program goes here */
297 in the program is made global so that
321 /* The test case used in this program is the design for a 4 inch
725 printf("performance benchmark program. You call it with\n");
835 reference executions of this program. */