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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprlong.h168 ** LL_F2L Convert float to 64 bit
178 #define LL_F2L(l, f) ((l) = (PRInt64)(f)) macro
394 #define LL_F2L(l, f) { double _d = (double)f; LL_D2L(l, _d); } macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprlong.h168 ** LL_F2L Convert float to 64 bit
178 #define LL_F2L(l, f) ((l) = (PRInt64)(f)) macro
394 #define LL_F2L(l, f) { double _d = (double)f; LL_D2L(l, _d); } macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprlong.h168 ** LL_F2L Convert float to 64 bit
178 #define LL_F2L(l, f) ((l) = (PRInt64)(f)) macro
394 #define LL_F2L(l, f) { double _d = (double)f; LL_D2L(l, _d); } macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprlong.h168 ** LL_F2L Convert float to 64 bit
178 #define LL_F2L(l, f) ((l) = (PRInt64)(f)) macro
394 #define LL_F2L(l, f) { double _d = (double)f; LL_D2L(l, _d); } macro

Completed in 281 milliseconds