Searched defs:q52 (Results 1 – 2 of 2) sorted by relevance
1104 #define Q52_TO_INT(q52) ((q52) >> 2) argument1107 #define Q52_ARG(q52) Q52_TO_INT(q52), ((((q52) & 0x3) * 100) / 4) argument
857 #define Q52_ARG(q52) ((q52) / 4), (((q52) & 3) * 100 / 4) argument