Searched refs:ImplPower10 (Results 1 – 2 of 2) sorted by relevance
50 static BigInt ImplPower10( sal_uInt16 n ) in ImplPower10() function70 BigInt aTmp( ImplPower10( nDigits ) ); in ImplGetCurr()553 return (nValue * ImplPower10( GetDecimalDigits() ) ); in Normalize()560 BigInt nFactor = ImplPower10( GetDecimalDigits() ); in Denormalize()
62 static sal_Int64 ImplPower10( sal_uInt16 n ) in ImplPower10() function676 return Fraction( (double)nValue/(double)ImplPower10( GetDecimalDigits() ) ); in ConvertToFraction()684 aFract *= Fraction( (long)ImplPower10( GetDecimalDigits() ), 1 ); in ConvertToLong()692 return (nValue * ImplPower10( GetDecimalDigits() ) ); in Normalize()699 sal_Int64 nFactor = ImplPower10( GetDecimalDigits() ); in Denormalize()
Completed in 30 milliseconds