VpSetException    152 ext/bigdecimal/bigdecimal.c static void  VpSetException(unsigned short f);
VpSetException    537 ext/bigdecimal/bigdecimal.c 	    VpSetException((unsigned short)((val == Qtrue) ? (fo | VP_EXCEPTION_INFINITY) :
VpSetException    542 ext/bigdecimal/bigdecimal.c 	    VpSetException((unsigned short)((val == Qtrue) ? (fo | VP_EXCEPTION_NaN) :
VpSetException    547 ext/bigdecimal/bigdecimal.c 	    VpSetException((unsigned short)((val == Qtrue) ? (fo | VP_EXCEPTION_UNDERFLOW) :
VpSetException    552 ext/bigdecimal/bigdecimal.c 	    VpSetException((unsigned short)((val == Qtrue) ? (fo | VP_EXCEPTION_ZERODIVIDE) :
VpSetException   2691 ext/bigdecimal/bigdecimal.c     VpSetException(exception_mode);