Searched refs:MUL31_lo (Results 1 – 3 of 3) sorted by relevance
73 f = MUL31_lo((d[1] + MUL31_lo(x[u + 1], y[1])), m0i); in br_i31_montymul()
38 f = MUL31_lo(x[1], m0i); in br_i31_from_monty()
973 MUL31_lo(uint32_t x, uint32_t y) in MUL31_lo() function994 #define MUL31_lo(x, y) (((uint32_t)(x) * (uint32_t)(y)) & (uint32_t)0x7FFFFFFF) macro