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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h274 #define VpSetPosInf(a) ((a)->frac[0]=0,(a)->Prec=1,(a)->sign=VP_SIGN_POSITIVE_INFINITE) macro
276 #define VpSetInf(a,s) ( ((s)>0)?VpSetPosInf(a):VpSetNegInf(a) )
H A Dbigdecimal.c2224 VpSetPosInf(y);
2233 VpSetPosInf(y);
2238 VpSetPosInf(y);
2284 VpSetPosInf(y);
2297 VpSetPosInf(y);
3860 VpSetPosInf(vp);
5438 if(d>0.0) VpSetPosInf(m);

Completed in 111 milliseconds