Searched refs:VP_SIGN_POSITIVE_ZERO (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h119 #define VP_SIGN_POSITIVE_ZERO 1 /* Positive zero */ macro
258 #define VpIsPosZero(a) ((a)->sign==VP_SIGN_POSITIVE_ZERO)
261 #define VpSetPosZero(a) ((a)->frac[0]=0,(a)->Prec=1,(a)->sign=VP_SIGN_POSITIVE_ZERO)
H A Dbigdecimal.c3148 rb_define_const(rb_cBigDecimal, "SIGN_POSITIVE_ZERO",INT2FIX(VP_SIGN_POSITIVE_ZERO));

Completed in 124 milliseconds