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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h123 #define VP_SIGN_POSITIVE_INFINITE 3 /* Positive infinite number */ macro
270 #define VpIsPosInf(a) ((a)->sign==VP_SIGN_POSITIVE_INFINITE)
274 #define VpSetPosInf(a) ((a)->frac[0]=0,(a)->Prec=1,(a)->sign=VP_SIGN_POSITIVE_INFINITE)
H A Dbigdecimal.c2699 VpSetInf(vy, VP_SIGN_POSITIVE_INFINITE);
2851 VpSetInf(vy, VP_SIGN_POSITIVE_INFINITE);
3160 rb_define_const(rb_cBigDecimal, "SIGN_POSITIVE_INFINITE",INT2FIX(VP_SIGN_POSITIVE_INFINITE));

Completed in 68 milliseconds