Searched defs:SafeMul (Results 1 – 2 of 2) sorted by relevance
62 static inline select_bigger_t<T1, T2> SafeMul(T1 a, T2 b) { in SafeMul() function
50 static int64_t SafeMul(int64_t a, int64_t b, /*out*/ bool* overflow) { in SafeMul() function