Searched refs:dfile (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | parse.cpp | 198 FILE *dfile; in readmodel() local 202 dfile = nullptr; in readmodel() 205 if (dfile == nullptr) { in readmodel() 211 fclose(dfile); in readmodel() 223 fclose(dfile); in readmodel() 263 fscanf(dfile, "%f", &a); in GetScenedefs() 267 fscanf(dfile, "%f", &b); in GetScenedefs() 427 fscanf(dfile, "%f", &a); in GetTexBody() 431 fscanf(dfile, "%f", &b); in GetTexBody() 435 fscanf(dfile, "%f", &c); in GetTexBody() [all …]
|
| H A D | ppm.cpp | 67 static int getint(FILE *dfile) { in getint() argument 74 fscanf(dfile, "%s", ch); in getint() 76 fgets(ch, 200, dfile); in getint()
|
| H A D | vol.cpp | 312 FILE *dfile; in LoadVol() local 316 dfile = fopen(vol->name, "r"); in LoadVol() 317 if (dfile == nullptr) { in LoadVol() 331 status = fread(vol->data, 1, (vol->xres * vol->yres * vol->zres), dfile); in LoadVol() 332 fclose(dfile); in LoadVol()
|