Searched defs:fixed_mul (Results 1 – 4 of 4) sorted by relevance
50 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) { in fixed_mul() function64 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) in fixed_mul() function77 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) in fixed_mul() function95 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) { in fixed_mul() function100 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) { in fixed_mul() function113 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) { in fixed_mul() function
317 fixed_mul(omnipyFixedObject* a, omnipyFixedObject* b) in fixed_mul() function
36 #define fixed_mul(_a, _b) \ macro