Searched refs:PR_dtoa (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprdtoa.h45 #define PR_dtoa VBoxNsprPR_dtoa macro
81 ** PR_dtoa() converts double to a string.
91 NSPR_API(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp482 // limit precision to avoid PR_dtoa bug 108335
513 if (PR_dtoa(d, mode, numdigits, &decpt, &sign, &endnum, num, bufsz) == PR_FAILURE) {
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsStringObsolete.cpp808 * of PR_dtoa is 2 rather than 1.)
830 if (PR_dtoa(fval, 2, prcsn, &decpt, &sign, &endnum, num, bufsz)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c3397 PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
3455 if (PR_dtoa(dval(fval),1,prcsn,&decpt,&sign,&endnum,num,bufsz)

Completed in 1087 milliseconds