Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_fixed.h343 vector2_t *FV2_MulEx(const vector2_t *a_i, fixed_t a_c, vector2_t *a_o);
H A Dm_fixed.c167 vector2_t *FV2_MulEx(const vector2_t *a_i, fixed_t a_c, vector2_t *a_o) in FV2_MulEx() function
176 return FV2_MulEx(a_i, a_c, a_i); in FV2_Mul()