Searched refs:ROUND_PREC (Results 1 – 1 of 1) sorted by relevance
106 #define ROUND_PREC(P) ((mp_size)(2*(((P)+1)/2))) macro392 prec = (mp_size) ROUND_PREC(prec); in mp_int_init_size()729 p = ROUND_PREC(osize); in mp_int_mul()797 p = ROUND_PREC(osize); in mp_int_sqr()2012 mp_size nsize = ROUND_PREC(min); in s_pad()