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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c2573 unsigned short const exception_mode = VpGetException(); local
2576 VpSetException(exception_mode);
3036 id_BigDecimal_exception_mode = rb_intern_const("BigDecimal.exception_mode");
3539 unsigned short const exception_mode = VpGetException(); local
3543 if (always || (exception_mode & f)) {

Completed in 116 milliseconds