Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_fixed.h339 vector2_t *FV2_AddEx(const vector2_t *a_i, const vector2_t *a_c, vector2_t *a_o);
H A Dm_fixed.c143 vector2_t *FV2_AddEx(const vector2_t *a_i, const vector2_t *a_c, vector2_t *a_o) in FV2_AddEx() function
152 return FV2_AddEx(a_i, a_c, a_i); in FV2_Add()