Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/unifdef/
H A Dunifdef_2.12.bb4 HOMEPAGE = "http://dotat.at/prog/unifdef/"
11 SRC_URI = "http://dotat.at/prog/${BPN}/${BP}.tar.xz \
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c336 char *dotat=cstart+pre; in decimal32ToString() local
337 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()
H A Ddecimal128.c397 char *dotat=cstart+pre; in decimal128ToString() local
398 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()
H A Ddecimal64.c395 char *dotat=cstart+pre; in decimal64ToString() local
396 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()