Searched refs:dotat (Results 1 – 5 of 5) sorted by relevance
4 HOMEPAGE = "http://dotat.at/prog/unifdef/"11 SRC_URI = "http://dotat.at/prog/${BPN}/${BP}.tar.xz"
337 char *dotat=cstart+pre; in decimal32ToString() local338 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()
398 char *dotat=cstart+pre; in decimal128ToString() local399 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()
396 char *dotat=cstart+pre; in decimal64ToString() local397 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()
22119 M: Tony Finch <dot@dotat.at>22121 W: http://dotat.at/prog/unifdef