Home
last modified time | relevance | path

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

/qemu/libdecnumber/dpd/
H A Ddecimal32.c337 char *dotat=cstart+pre; in decimal32ToString() local
338 if (dotat<c) { /* if embedded dot needed... */ in decimal32ToString()
340 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */ in decimal32ToString()
H A Ddecimal128.c398 char *dotat=cstart+pre; in decimal128ToString() local
399 if (dotat<c) { /* if embedded dot needed... */ in decimal128ToString()
401 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */ in decimal128ToString()
H A Ddecimal64.c396 char *dotat=cstart+pre; in decimal64ToString() local
397 if (dotat<c) { /* if embedded dot needed... */ in decimal64ToString()
399 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */ in decimal64ToString()