Searched defs:FLONUM_P (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h375 #define FLONUM_P(x) ((((int)(SIGNED_VALUE)(x))&FLONUM_MASK) == FLONUM_FLAG) macro
377 #define FLONUM_P(x) 0 macro

Completed in 75 milliseconds