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

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

Completed in 33 milliseconds