RUBY_FLONUM_MASK  393 include/ruby/ruby.h #define RB_FLONUM_P(x) ((((int)(SIGNED_VALUE)(x))&RUBY_FLONUM_MASK) == RUBY_FLONUM_FLAG)
RUBY_FLONUM_MASK  437 include/ruby/ruby.h #define FLONUM_MASK RUBY_FLONUM_MASK