Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/int/
H A Di31_decred.c86 br_i31_muladd_small(x, acc, m); in br_i31_decode_reduce()
101 br_i31_muladd_small(x, acc, m); in br_i31_decode_reduce()
H A Di62_modpow2.c279 br_i31_muladd_small(x31, 0, m31); in br_i62_modpow_opt()
280 br_i31_muladd_small(x31, 0, m31); in br_i62_modpow_opt()
356 br_i31_muladd_small(x31, 0, m31); in br_i62_modpow_opt()
358 br_i31_muladd_small(x31, 0, m31); in br_i62_modpow_opt()
H A Di31_tmont.c34 br_i31_muladd_small(x, 0, m); in br_i31_to_monty()
H A Di31_reduce.c64 br_i31_muladd_small(x, a[u], m); in br_i31_reduce()
H A Di31_modpow2.c91 br_i31_muladd_small(x, 0, m); in br_i31_modpow_opt()
H A Di31_muladd.c29 br_i31_muladd_small(uint32_t *x, uint32_t z, const uint32_t *m) in br_i31_muladd_small() function
/freebsd/contrib/bearssl/src/
H A Dinner.h1427 void br_i31_muladd_small(uint32_t *x, uint32_t z, const uint32_t *m);