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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c209 GetVpValueWithPrec(VALUE v, long prec, int must) function
229 pv = GetVpValueWithPrec(num, -1, must);
288 return GetVpValueWithPrec(v, -1, must);
807 GUARD_OBJ(b, GetVpValueWithPrec(other, pv->Prec*VpBaseFig(), 1));
858 b = GetVpValueWithPrec(r, DBL_DIG+1, 1);
861 b = GetVpValueWithPrec(r, a->Prec*VpBaseFig(), 1);
912 b = GetVpValueWithPrec(r, DBL_DIG+1, 1);
915 b = GetVpValueWithPrec(r, a->Prec*VpBaseFig(), 1);
960 GUARD_OBJ(b, GetVpValueWithPrec(r, DBL_DIG+1, 0));
964 GUARD_OBJ(b, GetVpValueWithPrec(
[all...]

Completed in 116 milliseconds