Searched refs:trial (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXpm/dist/src/
H A Damigax.c213 XColor nearest, trial; local in function:AllocBestPen
231 trial.pixel = i;
232 QueryColor (colormap, &trial);
233 trial_delta = ((((screen_in_out->red >> 8) - (trial.red >> 8))
234 * ((screen_in_out->red >> 8) - (trial.red >> 8)))
236 (((screen_in_out->green >> 8) - (trial.green >> 8))
237 * ((screen_in_out->green >> 8) - (trial.green >> 8)))
239 (((screen_in_out->blue >> 8) - (trial.blue >> 8))
240 * ((screen_in_out->blue >> 8) - (trial.blue >> 8))));
243 nearest = trial;
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME-ISA.md49 All versions of the ISA document are vague about it, but after some trial and

Completed in 4 milliseconds