Lines Matching defs:fp
2 // Valgrind's handling of FP operations. It is representative of all3 // programs that do a lot of FP operations.338 FILE *fp;358 fp = fopen("fft.cap", "w");359 if (fp == NULL) {363 putc(':', fp);364 putc(1, fp);365 fwrite(patarr, SCRN, 1, fp);366 putc(6, fp);367 fclose(fp);