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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c41 VALUE rb_cBigDecimal; variable
584 pv->obj = TypedData_Wrap_Struct(rb_cBigDecimal, &BigDecimal_data_type, pv);
2494 pv->obj = TypedData_Wrap_Struct(rb_cBigDecimal, &BigDecimal_data_type, pv);
3044 rb_cBigDecimal = rb_define_class("BigDecimal",rb_cNumeric);
3045 rb_define_alloc_func(rb_cBigDecimal, BigDecimal_s_allocate);
3051 rb_define_singleton_method(rb_cBigDecimal, "mode", BigDecimal_mode, -1);
3052 rb_define_singleton_method(rb_cBigDecimal, "limit", BigDecimal_limit, -1);
3053 rb_define_singleton_method(rb_cBigDecimal, "double_fig", BigDecimal_double_fig, 0);
3054 rb_define_singleton_method(rb_cBigDecimal, "_load", BigDecimal_load, 1);
3055 rb_define_singleton_method(rb_cBigDecimal, "ve
[all...]
H A Dbigdecimal.h58 extern VALUE rb_cBigDecimal;

Completed in 73 milliseconds