Searched refs:PR_strtod (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprdtoa.h46 #define PR_strtod VBoxNsprPR_strtod macro
52 ** PR_strtod() returns as a double-precision floating-point number
70 PR_strtod(const char *s00, char **se);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddtoa.c42 * PR_strtod
66 num1 = PR_strtod("1e24",NULL);
79 num1 = PR_strtod("0.001e7",NULL);
91 num1 = PR_strtod("0.0000000000000753",NULL);
104 num1 = PR_strtod("1.867e73",NULL);
117 num1 = PR_strtod("-1.867e73",NULL);
129 num1 = PR_strtod("-1.867e-73",NULL);
143 num1 = PR_strtod("1.867e765",NULL);
156 num1 = PR_strtod("-1.867e765",NULL);
168 /* Testing for NaN. PR_strtod ca
[all...]
H A Dstrod.c91 answer = PR_strtod(number, NULL);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprscanf.c397 PRFloat64 dval = PR_strtod(buf, NULL);
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsStringObsolete.cpp1145 // Use PR_strtod, not strtod, since we don't want locale involved.
1146 res = (float)PR_strtod(str, &conv_stopped);
1169 // Use PR_strtod, not strtod, since we don't want locale involved.
1170 res = (float)PR_strtod(str, &conv_stopped);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c1606 PR_strtod function
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.cpp55 double value = PR_strtod(aString, &next);

Completed in 260 milliseconds