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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h277 #define VpHasVal(a) (a->frac[0]) macro
H A Dbigdecimal.c1256 if(VpHasVal(div)) { /* frac[0] must be zero for NaN,INF,Zero */
5011 if (!VpHasVal(a)) return 0;
5567 if(!VpHasVal(x)) {
5831 if (!VpHasVal(y)) return 0; /* Unable to round */
5938 if(!VpHasVal(x)) {

Completed in 117 milliseconds