Home
last modified time | relevance | path

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

/aoo4110/main/tools/inc/tools/
H A Dbigint.hxx42 #define MAX_DIGITS 8 macro
54 unsigned short nNum[MAX_DIGITS];
/aoo4110/main/tools/source/generic/
H A Dbigint.cxx609 while ( ( nValue > 65536.0 ) && ( i < MAX_DIGITS ) ) in BigInt()
616 if ( i < MAX_DIGITS ) in BigInt()

Completed in 16 milliseconds