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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c4890 size_t i, j, nc, nd, ZeroSup; local
4915 ZeroSup = 1; /* Flag not to print the leading zeros as 0.00xxxxEnn */
4930 if((!ZeroSup) || nn) {
4935 ZeroSup = 0; /* Set to print succeeding zeros */
5025 size_t i, n, ZeroSup; local
5041 ZeroSup = 1; /* Flag not to print the leading zeros as 0.00xxxxEnn */
5050 if((!ZeroSup) || nn) {
5054 ZeroSup = 0; /* Set to print succeeding zeros */
5105 size_t i, n, ZeroSup; local
5112 ZeroSup
[all...]

Completed in 77 milliseconds