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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h111 #define VP_ROUND_HALF_DOWN 4 macro
H A Dbigdecimal.c425 return VP_ROUND_HALF_DOWN;
3134 rb_define_const(rb_cBigDecimal, "ROUND_HALF_DOWN",INT2FIX(VP_ROUND_HALF_DOWN));
3435 case VP_ROUND_HALF_DOWN:
5763 case VP_ROUND_HALF_DOWN:
5880 case VP_ROUND_HALF_DOWN:
5893 /* as per VP_ROUND_HALF_DOWN, because this is the last digit of precision,

Completed in 197 milliseconds