Searched defs:Mult32 (Results 1 – 2 of 2) sorted by relevance
29 #define Mult32(s32In1, s32In2, s32OutLow) \ macro40 #define Mult32(s32In1, s32In2, s32OutLow) s32OutLow = (int32_t)(s32In1) * (int32_t)(s32In2); macro
314 func (v *Element) Mult32(x *Element, y uint32) *Element { func