Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h1718 int res, n, t, i, norm, neg; in mp_div() local
1764 norm = mp_count_bits(&y) % DIGIT_BIT; in mp_div()
1765 if (norm < (int)(DIGIT_BIT-1)) { in mp_div()
1766 norm = (DIGIT_BIT-1) - norm; in mp_div()
1767 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) { in mp_div()
1770 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) { in mp_div()
1774 norm = 0; in mp_div()
1884 mp_div_2d (&x, norm, &x, NULL); in mp_div()