Searched refs:MPN_ZERO (Results 1 – 4 of 4) sorted by relevance
/stdlib/ |
A D | mul.c | 77 MPN_ZERO (prodp, usize); in mpn_mul()
|
A D | mul_n.c | 66 MPN_ZERO (prodp, size); in impn_mul_n_basecase() 219 MPN_ZERO (prodp, size); in impn_sqr_n_basecase()
|
A D | strtod_l.c | 237 MPN_ZERO (retval, RETURN_LIMB_SIZE); in round_and_return() 258 MPN_ZERO (&retval[RETURN_LIMB_SIZE - (shift / BITS_PER_MP_LIMB)], in round_and_return() 1163 MPN_ZERO (retval, idx); in ____STRTOF_INTERNAL() 1302 MPN_ZERO (retval, RETURN_LIMB_SIZE - numsize); in ____STRTOF_INTERNAL() 1310 MPN_ZERO (retval, RETURN_LIMB_SIZE - numsize); in ____STRTOF_INTERNAL() 1322 MPN_ZERO (retval, RETURN_LIMB_SIZE - numsize - 1); in ____STRTOF_INTERNAL() 1336 MPN_ZERO (retval + numsize, RETURN_LIMB_SIZE - numsize); in ____STRTOF_INTERNAL() 1702 MPN_ZERO (num, empty + 1); in ____STRTOF_INTERNAL()
|
A D | gmp-impl.h | 128 #define MPN_ZERO(DST, NLIMBS) \ macro
|
Completed in 11 milliseconds