Searched refs:LL_F2L (Results 1 – 1 of 1) sorted by relevance
183 #define LL_F2L(l, f) ((l) = (PRInt64)(f)) macro399 #define LL_F2L(l, f) { double _d = (double)f; LL_D2L(l, _d); } macro