Searched refs:dotat (Results 1 – 4 of 4) sorted by relevance
4 HOMEPAGE = "http://dotat.at/prog/unifdef/"11 SRC_URI = "http://dotat.at/prog/${BPN}/${BP}.tar.xz \
336 char *dotat=cstart+pre; in decimal32ToString() local337 if (dotat<c) { /* if embedded dot needed... */ in decimal32ToString()339 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */ in decimal32ToString()
397 char *dotat=cstart+pre; in decimal128ToString() local398 if (dotat<c) { /* if embedded dot needed... */ in decimal128ToString()400 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */ in decimal128ToString()
395 char *dotat=cstart+pre; in decimal64ToString() local396 if (dotat<c) { /* if embedded dot needed... */ in decimal64ToString()398 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */ in decimal64ToString()