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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c179 VpException(VP_EXCEPTION_NaN,"Computation results to 'NaN'(Not a Number)",0);
181 VpException(VP_EXCEPTION_INFINITY,"Computation results to 'Infinity'",0);
183 VpException(VP_EXCEPTION_INFINITY,"Computation results to '-Infinity'",0);
554 return VpException(VP_EXCEPTION_INFINITY,"Exponent overflow",0);
642 VpException(VP_EXCEPTION_NaN,"Computation results to 'NaN'(Not a Number)",1);
644 VpException(VP_EXCEPTION_INFINITY,"Computation results to 'Infinity'",1);
646 VpException(VP_EXCEPTION_INFINITY,"Computation results to '-Infinity'",1);
731 VpException(VP_EXCEPTION_OVERFLOW, "BigDecimal to Float conversion", 0);
738 VpException(VP_EXCEPTION_UNDERFLOW, "BigDecimal to Float conversion", 0);
3293 VpException(VP_EXCEPTION_MEMOR
3535 VpException(unsigned short f, const char *str,int always) function
[all...]
H A Dbigdecimal.h196 VP_EXPORT int VpException(unsigned short f,const char *str,int always);

Completed in 79 milliseconds