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