Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dstrtod_l.c237 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()
Dmul_n.c66 MPN_ZERO (prodp, size); in impn_mul_n_basecase()
219 MPN_ZERO (prodp, size); in impn_sqr_n_basecase()
Dmul.c77 MPN_ZERO (prodp, usize); in mpn_mul()
Dgmp-impl.h128 #define MPN_ZERO(DST, NLIMBS) \ macro
/glibc-2.36/stdio-common/
Dprintf_fp.c479 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/
Darith.texi2943 @c MPN_ZERO ok