VP_SIGN_POSITIVE_ZERO 1955 ext/bigdecimal/bigdecimal.c rb_define_const(rb_cBigDecimal, "SIGN_POSITIVE_ZERO",INT2FIX(VP_SIGN_POSITIVE_ZERO)); VP_SIGN_POSITIVE_ZERO 190 ext/bigdecimal/bigdecimal.h #define VpIsPosZero(a) ((a)->sign==VP_SIGN_POSITIVE_ZERO) VP_SIGN_POSITIVE_ZERO 193 ext/bigdecimal/bigdecimal.h #define VpSetPosZero(a) ((a)->frac[0]=0,(a)->Prec=1,(a)->sign=VP_SIGN_POSITIVE_ZERO)