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