Searched refs:SignedMod32 (Results 1 – 3 of 3) sorted by relevance
69 int32_t SignedMod32(int32_t lhs, int32_t rhs) { in SignedMod32() function
261 V8_BASE_EXPORT int32_t SignedMod32(int32_t lhs, int32_t rhs);
862 base::bits::SignedMod32(m.left().Value(), m.right().Value())); in ReduceInt32Mod()