Home
last modified time | relevance | path

Searched refs:unsigned_int64_to_double (Results 1 – 1 of 1) sorted by relevance

/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx111 static inline double unsigned_int64_to_double( sal_uInt64 n ) SAL_THROW( () ) in unsigned_int64_to_double() function
121 static inline double unsigned_int64_to_double( sal_uInt64 n ) SAL_THROW( () ) in unsigned_int64_to_double() function
408 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 18 milliseconds