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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprlong.h165 ** LL_L2D Convert to floating point
174 #define LL_L2D(d, l) ((d) = (PRFloat64)(l)) macro
375 #define LL_L2F(f, l) { double _d; LL_L2D(_d, l); (f) = (PRFloat64)_d; }
377 #define LL_L2D(d, l) { \ macro
406 LL_L2D(_d_hi, l); \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprlong.h165 ** LL_L2D Convert to floating point
174 #define LL_L2D(d, l) ((d) = (PRFloat64)(l)) macro
375 #define LL_L2F(f, l) { double _d; LL_L2D(_d, l); (f) = (PRFloat64)_d; }
377 #define LL_L2D(d, l) { \ macro
406 LL_L2D(_d_hi, l); \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprlong.h165 ** LL_L2D Convert to floating point
174 #define LL_L2D(d, l) ((d) = (PRFloat64)(l)) macro
375 #define LL_L2F(f, l) { double _d; LL_L2D(_d, l); (f) = (PRFloat64)_d; }
377 #define LL_L2D(d, l) { \ macro
406 LL_L2D(_d_hi, l); \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprlong.h165 ** LL_L2D Convert to floating point
174 #define LL_L2D(d, l) ((d) = (PRFloat64)(l)) macro
375 #define LL_L2F(f, l) { double _d; LL_L2D(_d, l); (f) = (PRFloat64)_d; }
377 #define LL_L2D(d, l) { \ macro
406 LL_L2D(_d_hi, l); \

Completed in 116 milliseconds