Searched refs:MPN_ZERO (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/stdlib/ |
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()
|
D | mul_n.c | 66 MPN_ZERO (prodp, size); in impn_mul_n_basecase() 219 MPN_ZERO (prodp, size); in impn_sqr_n_basecase()
|
D | mul.c | 77 MPN_ZERO (prodp, usize); in mpn_mul()
|
D | gmp-impl.h | 128 #define MPN_ZERO(DST, NLIMBS) \ macro
|
/glibc-2.36/stdio-common/ |
D | printf_fp.c | 479 MPN_ZERO (p.frac, (p.exponent + to_shift) / BITS_PER_MP_LIMB); in __printf_fp_l() 506 MPN_ZERO (p.tmp, _FLT128_FPIO_CONST_SHIFT); in __printf_fp_l() 526 MPN_ZERO (p.tmp, _FPIO_CONST_SHIFT); in __printf_fp_l()
|
/glibc-2.36/manual/ |
D | arith.texi | 2943 @c MPN_ZERO ok
|