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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c149 double tail_y; member in struct:accelerators
2474 acc->tail_y = 0.0;
2488 acc->tail_y = def->h / CUBED_ROOT_2 * sqrt(t);
2612 double tail_y; local in function:computeBound
2677 tail_y = acc->tail_y;
2678 if (tail_y > bound->ellipse.max)
2679 tail_y = bound->ellipse.max;
2680 else if (tail_y < bound->ellipse.min)
2681 tail_y
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c151 double tail_y; member in struct:accelerators
2556 acc->tail_y = 0.0;
2571 acc->tail_y = def->h / CUBED_ROOT_2 * sqrt(t);
2664 double tail_y; local in function:computeBound
2729 tail_y = acc->tail_y;
2730 if (tail_y > bound->ellipse.max)
2731 tail_y = bound->ellipse.max;
2732 else if (tail_y < bound->ellipse.min)
2733 tail_y
[all...]

Completed in 10 milliseconds