Searched refs:mp_int_sub_value (Results 1 – 4 of 4) sorted by relevance
118 #define mp_int_sub_value isl_mp_int_sub_value macro
130 mp_result mp_int_sub_value(mp_int a, mp_small value, mp_int c);
611 CHECK(mp_int_sub_value(q, 1, q)); in GMPZAPI()
695 mp_result mp_int_sub_value(mp_int a, mp_small value, mp_int c) in mp_int_sub_value() function1595 if ((res = mp_int_sub_value(TEMP(4), 1, TEMP(4))) != MP_OK) in mp_int_root()