PageRenderTime 54ms queryTime 26ms sortTime 0ms getByIdsTime 1ms findMatchingLines 1ms

1+ results for 'while !isfinite(x)' (54 ms)

Not the results you expected?
palette.c https://git.sr.ht/~coco/imscript/ | C | 423 lines
                    
152	static float nodes[4*PALSAMPLES];
                    
153	while(fgets(buf, bufsize, f) && nnodes < PALSAMPLES) {
                    
154		//fprintf(stderr, "s = \"%s\"\n", buf);
                    
172	static float nodes[4*PALSAMPLES];
                    
173	while(fgets(buf, bufsize, f) && nnodes < PALSAMPLES) {
                    
174		//fprintf(stderr, "s = \"%s\"\n", buf);
                    
238	}
                    
239	if (!isfinite(x)) {
                    
240		rgb[0] = rgb[1] = rgb[2] = 255;
                    
                
 

Source

Language