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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c105 #ifndef DECIMAL_SIZE_OF_BITS
106 #define DECIMAL_SIZE_OF_BITS(n) (((n) * 3010 + 9998) / 9999) macro

Completed in 161 milliseconds