/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | floatingpoint.h | 153 extern char *qeconvert();
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_stdlib.c | 109 p = qeconvert(ldp, precision + 1, &decpt, &sign, digits); in longdoubletos()
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | ecvt.c | 91 return (qeconvert(&number, ndigits, decpt, sign, buf));
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | ecvt.c | 91 return (qeconvert(&number, ndigits, decpt, sign, buf)); in qecvt()
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | ecvt.c | 98 return (qeconvert(&number, ndigits, decpt, sign, buf));
|
/titanic_41/usr/src/lib/libc/amd64/gen/ |
H A D | ecvt.c | 98 return (qeconvert(&number, ndigits, decpt, sign, buf));
|
/titanic_41/usr/src/head/ |
H A D | floatingpoint.h | 184 extern char *qeconvert __P((quadruple *, int, int *, int *, char *));
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | qeconvert.c | 31 qeconvert(arg, ndigits, decpt, sign, buf) in qeconvert() function
|
/titanic_41/usr/src/lib/libc/port/fp/ |
H A D | econvert.c | 146 qeconvert(quadruple *arg, int ndigits, int *decpt, int *sign, char *buf) in qeconvert() function
|
/titanic_41/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 1418 FPCONV(qeconvert, &qval, in _wndoprnt() 1529 FPCONV(qeconvert, &qval, in _wndoprnt() 1613 FPCONV(qeconvert, &qval, min(prec, MAXECVT), in _wndoprnt()
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 709 qeconvert
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | doprnt.c | 700 bp = qeconvert(&qval, prec + 1, &decpt, &sign, convertbuffer); in _doprnt()
|
/titanic_41/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 91 _sprintf_sup.o _times_power.o qeconvert.o \
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 1054 qeconvert.3c \ 1567 qeconvert.3c := LINKSRC = econvert.3c
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1828 qeconvert;
|
H A D | llib-lc | 1743 extern char *qeconvert(quadruple *, int, int *, int *, char *);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1108 link path=usr/share/man/man3c/qeconvert.3c target=econvert.3c
|
/titanic_41/ |
H A D | .gitignore | 5139 usr/src/man/man3c/qeconvert.3c
|