Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmprec.c372 __ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; in mult() local
401 xc0 = c->_x; in mult()
403 for (; xb < xbe; xb++, xc0++) in mult()
408 xc = xc0; in mult()
424 xc = xc0; in mult()
440 for (; xb < xbe; xc0++) in mult()
445 xc = xc0; in mult()
458 for (xc0 = c->_x, xc = xc0 + wc; wc > 0 && !*--xc; --wc); in mult()