VpSetPosInf 2611 ext/bigdecimal/bigdecimal.c VpSetPosInf(vp); VpSetPosInf 4185 ext/bigdecimal/bigdecimal.c if(d>0.0) VpSetPosInf(m); VpSetPosInf 208 ext/bigdecimal/bigdecimal.h #define VpSetInf(a,s) ( ((s)>0)?VpSetPosInf(a):VpSetNegInf(a) )