Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h105 #ifndef MP_PREC
107 #define MP_PREC 32 /* default digits of precision */ macro
109 #define MP_PREC 8 /* default digits of precision */ macro
373 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC); in mp_init()
379 for (i = 0; i < MP_PREC; i++) { in mp_init()
386 a->alloc = MP_PREC; in mp_init()
1284 size += (MP_PREC * 2) - (size % MP_PREC); in mp_grow()
2534 size += (MP_PREC * 2) - (size % MP_PREC); in mp_init_size()