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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h120 #define VP_SIGN_NEGATIVE_ZERO -1 /* Negative zero */ macro
259 #define VpIsNegZero(a) ((a)->sign==VP_SIGN_NEGATIVE_ZERO)
262 #define VpSetNegZero(a) ((a)->frac[0]=0,(a)->Prec=1,(a)->sign=VP_SIGN_NEGATIVE_ZERO)
H A Dbigdecimal.c3151 rb_define_const(rb_cBigDecimal, "SIGN_NEGATIVE_ZERO",INT2FIX(VP_SIGN_NEGATIVE_ZERO));

Completed in 88 milliseconds