Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dnodebuild_utility.cpp465 fixed_t t = DivScale30 (center.y - v1->y, dy); in FindPolyContainers()
H A Dbasicinlines.h176 static inline SDWORD DivScale30 (SDWORD a, SDWORD b) { return (SDWORD)(((SQWORD)a << 30) / b); } in DivScale30() function
H A Dr_segs.cpp2656 int t = DivScale30 (z-s1, s2-s1); in OWallMost()
2674 int t = DivScale30 (z-s3, s4-s3); in OWallMost()