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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h270 #define VpIsPosInf(a) ((a)->sign==VP_SIGN_POSITIVE_INFINITE) macro
272 #define VpIsInf(a) (VpIsPosInf(a) || VpIsNegInf(a))
H A Dbigdecimal.c180 } else if(VpIsPosInf(p)) {
623 if(VpIsPosInf(p)) return INT2FIX(1);
643 } else if(VpIsPosInf(p)) {
2664 infinite = VpIsPosInf(vx) || VpIsNegInf(vx);
2804 infinite = VpIsPosInf(vx) || VpIsNegInf(vx);
4898 if(VpIsPosInf(a)) {
5032 if(VpIsPosInf(a)) {
5077 if(VpIsPosInf(a)) {
5386 if(VpIsPosInf(m)) {
6015 VpSetInf(y, (n%2==0 || VpIsPosInf(
[all...]

Completed in 121 milliseconds