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

/xsrc/external/mit/libXi/dist/src/
H A DXIQueryPointer.c43 #define FP1616toDBL(x) ((x) * 1.0 / (1 << 16)) macro
84 *root_x = FP1616toDBL(cvtINT16toInt(rep.root_x));
85 *root_y = FP1616toDBL(cvtINT16toInt(rep.root_y));
86 *win_x = FP1616toDBL(cvtINT16toInt(rep.win_x));
87 *win_y = FP1616toDBL(cvtINT16toInt(rep.win_y));
H A DXExtInt.c74 #define FP1616toDBL(x) ((x) * 1.0 / (1 << 16)) macro
1617 out->root_x = FP1616toDBL(in->root_x);
1618 out->root_y = FP1616toDBL(in->root_y);
1619 out->event_x = FP1616toDBL(in->event_x);
1620 out->event_y = FP1616toDBL(in->event_y);
2043 out->root_x = FP1616toDBL(in->root_x);
2044 out->root_y = FP1616toDBL(in->root_y);
2045 out->event_x = FP1616toDBL(in->event_x);
2046 out->event_y = FP1616toDBL(in->event_y);
2136 out->root_x = FP1616toDBL(i
[all...]

Completed in 5 milliseconds