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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h124 #define VP_SIGN_NEGATIVE_INFINITE -3 /* Negative infinite number */ macro
271 #define VpIsNegInf(a) ((a)->sign==VP_SIGN_NEGATIVE_INFINITE)
275 #define VpSetNegInf(a) ((a)->frac[0]=0,(a)->Prec=1,(a)->sign=VP_SIGN_NEGATIVE_INFINITE)
H A Dbigdecimal.c3163 rb_define_const(rb_cBigDecimal, "SIGN_NEGATIVE_INFINITE",INT2FIX(VP_SIGN_NEGATIVE_INFINITE));

Completed in 57 milliseconds