Searched defs:x1 (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/filters/
H A Dsed0.c40 char *x1, char *ep, char *x3, char x4);
988 char *x1, char *ep, char *x3, char x4)
987 comple(sed_commands_t *commands, sed_comp_args *compargs, char *x1, char *ep, char *x3, char x4) argument
/httpd/modules/mappers/
H A Dmod_imagemap.c185 double x1=pgon[i][X]; local
189 double d=(y - y1) * (x2 - x1) - (x - x1) * (y2 - y1);
194 if (!d && fmin(x1,x2) <= x && x <= fmax(x1,x2)

Completed in 15 milliseconds