Home
last modified time | relevance | path

Searched refs:inc1 (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/standard/tests/general_functions/
H A Dget_included_files.phpt15 echo "\n-- List included files atfter including inc1 -\n";
19 echo "\n-- List included files atfter including inc2 which will include inc3 which includes inc1 --…
32 -- List included files atfter including inc1 -
40 -- List included files atfter including inc2 which will include inc3 which includes inc1 --
/php-src/ext/gd/libgd/
H A Dgd_topal.c999 INT32 inc0, inc1, inc2; /* initial values for increments */ in find_best_colors() local
1029 inc1 = (minc1 - g) * C1_SCALE; in find_best_colors()
1030 dist0 += inc1 * inc1; in find_best_colors()
1035 inc1 = inc1 * (2 * STEP_C1) + STEP_C1 * STEP_C1; in find_best_colors()
1044 xx1 = inc1; in find_best_colors()

Completed in 14 milliseconds