Home
last modified time | relevance | path

Searched refs:divrem16 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bearssl/src/int/
H A Di15_muladd.c32 divrem16(uint32_t x, uint32_t d, uint32_t *r) in divrem16() function
76 divrem16(((uint32_t)x[1] << 15) | z, m[1], &rem); in br_i15_muladd_small()
124 q = divrem16(a, b, NULL); in br_i15_muladd_small()