Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/
H A Dmaths.c242 int FindShift32(int value, int limit) in FindShift32() function
2152 x_scale = FindShift32(s0, 16383); in PointInPolygon()
2153 y_scale = FindShift32(t0, 16383); in PointInPolygon()
/dports/games/avp/avp-20170505/src/include/
H A Dprototyp.h2134 int FindShift32(int value, int limit);