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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h184 ** LL_D2L Convert float to 64 bit
194 #define LL_D2L(l, d) ((l) = (PRInt64)(d)) macro
409 #define LL_F2L(l, f) { double _d = (double)f; LL_D2L(l, _d); }
411 #define LL_D2L(l, d) { \ macro

Completed in 43 milliseconds