Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c1072 unsigned short j, tdenm, tquot; in edivm() local
1093 tquot = 0xffff; in edivm()
1095 tquot = tnum / tdenm; in edivm()
1104 m16m (tquot, den, tprod); in edivm()
1108 tquot -= 1; in edivm()
1112 tquot -= 1; in edivm()
1135 equot[i] = tquot; in edivm()