Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_fixed.h341 vector2_t *FV2_SubEx(const vector2_t *a_i, const vector2_t *a_c, vector2_t *a_o);
H A Dm_fixed.c155 vector2_t *FV2_SubEx(const vector2_t *a_i, const vector2_t *a_c, vector2_t *a_o) in FV2_SubEx() function
164 return FV2_SubEx(a_i, a_c, a_i); in FV2_Sub()