Searched refs:unsigned_int64_to_double (Results 1 – 1 of 1) sorted by relevance
111 static inline double unsigned_int64_to_double( sal_uInt64 n ) SAL_THROW( () ) in unsigned_int64_to_double() function121 static inline double unsigned_int64_to_double( sal_uInt64 n ) SAL_THROW( () ) in unsigned_int64_to_double() function408 if (fVal >= min && fVal <= unsigned_int64_to_double( max )) in toHyper()420 if (fVal >= min && fVal <= unsigned_int64_to_double( max )) in toHyper()506 fRet = unsigned_int64_to_double( *(sal_uInt64 const *)rAny.getValue() ); in toDouble()
Completed in 8 milliseconds