Searched refs:LL_D2L (Results 1 - 4 of 4) 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
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInt64.h84 LL_D2L(mValue, aFloat64);
H A DnsVariant.cpp687 LL_D2L(*_retval, tempData.u.mDoubleValue);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c568 /* LL_D2L -- Convert 64bit Float to 64bit signed */
569 LL_D2L( result, 1.0L );
571 SetFailed( "LL_D2L", "r != 1");
573 LL_D2L( result, -1.0L );
575 SetFailed( "LL_D2L", "r != -1");

Completed in 47 milliseconds