Searched refs:Fix16 (Results 1 – 1 of 1) sorted by relevance
34 typedef float Fix16; typedef40 typedef int Fix16; typedef44 #define FIX16_FROM_FLOAT(x) (Fix16)((x) * FIX16_ONE)49 typedef Fix16 Fix16VectorRec[3];50 typedef Fix16* Fix16Vector;52 static Fix1679 static Fix1685 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 …]