Searched refs:LL_L2F (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h179 ** LL_L2F Convert to floating point
188 #define LL_L2F(f, l) ((f) = (PRFloat64)(l)) macro
390 #define LL_L2F(f, l) { double _d; LL_L2D(_d, l); (f) = (PRFloat64)_d; } macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c521 /* LL_L2F -- Convert to 32bit floating point */
522 LL_L2F( resultF, bigOne );
524 SetFailed( "LL_L2F", "r != 1.0");
526 LL_L2F( resultF, bigMinusOne );
528 SetFailed( "LL_L2F", "r != 1.0");

Completed in 33 milliseconds