Searched defs:Ten_pmax (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoaimp.h326 /* Ten_pmax = floor(P*log(2)/log(5)) */
345 #define Ten_pmax 22 macro
384 #define Ten_pmax 22 macro
409 #define Ten_pmax 24 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c397 /* Ten_pmax = floor(P*log(2)/log(5)) */
416 #define Ten_pmax 22 macro
472 #define Ten_pmax 22 macro
497 #define Ten_pmax 24 macro
1824 if (e <= Ten_pmax) {
1840 if (e <= Ten_pmax + i) {
1871 else if (e >= -Ten_pmax) {
2889 if (k >= 0 && k <= Ten_pmax) {

Completed in 38 milliseconds