Home
last modified time | relevance | path

Searched refs:Fix16 (Results 1 – 1 of 1) sorted by relevance

/external/qemu/android/skin/
Dtrackball.c34 typedef float Fix16; typedef
40 typedef int Fix16; typedef
44 #define FIX16_FROM_FLOAT(x) (Fix16)((x) * FIX16_ONE)
49 typedef Fix16 Fix16VectorRec[3];
50 typedef Fix16* Fix16Vector;
52 static Fix16
79 static Fix16
85 return (Fix16)(t >> FIX16_SHIFT); in fixedvector_dot()
478 Fix16 dot_threshold = DOT_THRESHOLD * diameter; in trackball_refresh()
493 Fix16 ax = fixedvector_dot( (Fix16Vector)&coord->f, (Fix16Vector)&faxes[0] ); in trackball_refresh()
[all …]