Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_fixed.h345 vector2_t *FV2_DivideEx(const vector2_t *a_i, fixed_t a_c, vector2_t *a_o);
H A Dm_fixed.c179 vector2_t *FV2_DivideEx(const vector2_t *a_i, fixed_t a_c, vector2_t *a_o) in FV2_DivideEx() function
188 return FV2_DivideEx(a_i, a_c, a_i); in FV2_Divide()