Searched refs:LL_F2L (Results 1 - 2 of 2) 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
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c559 /* LL_F2L -- Convert 32bit float to 64bit signed */
560 LL_F2L( result, 1.0 );
562 SetFailed( "LL_F2L", "r != 1");
564 LL_F2L( result, -1.0 );
566 SetFailed( "LL_F2L", "r != -1");

Completed in 45 milliseconds