GetVpValueWithPrec  262 ext/bigdecimal/bigdecimal.c 	    pv = GetVpValueWithPrec(num, -1, must);
GetVpValueWithPrec  319 ext/bigdecimal/bigdecimal.c     return GetVpValueWithPrec(v, -1, must);
GetVpValueWithPrec  838 ext/bigdecimal/bigdecimal.c 	GUARD_OBJ(b, GetVpValueWithPrec(other, DBL_DIG+1, 1));
GetVpValueWithPrec  844 ext/bigdecimal/bigdecimal.c 	    GUARD_OBJ(b, GetVpValueWithPrec(other, pv->Prec*VpBaseFig(), 1));
GetVpValueWithPrec  895 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, DBL_DIG+1, 1);
GetVpValueWithPrec  898 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, a->Prec*VpBaseFig(), 1);
GetVpValueWithPrec  953 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, DBL_DIG+1, 1);
GetVpValueWithPrec  956 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, a->Prec*VpBaseFig(), 1);
GetVpValueWithPrec 1003 ext/bigdecimal/bigdecimal.c 	GUARD_OBJ(b, GetVpValueWithPrec(r, DBL_DIG+1, 0));
GetVpValueWithPrec 1007 ext/bigdecimal/bigdecimal.c 	GUARD_OBJ(b, GetVpValueWithPrec(r, a->Prec*VpBaseFig(), 0));
GetVpValueWithPrec 1216 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, DBL_DIG+1, 1);
GetVpValueWithPrec 1219 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, a->Prec*VpBaseFig(), 1);
GetVpValueWithPrec 1244 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, DBL_DIG+1, 1);
GetVpValueWithPrec 1247 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, a->Prec*VpBaseFig(), 1);
GetVpValueWithPrec 1321 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, DBL_DIG+1, 1);
GetVpValueWithPrec 1324 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, a->Prec*VpBaseFig(), 1);
GetVpValueWithPrec 1422 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, DBL_DIG+1, 1);
GetVpValueWithPrec 1425 ext/bigdecimal/bigdecimal.c 	b = GetVpValueWithPrec(r, a->Prec*VpBaseFig(), 1);
GetVpValueWithPrec 2275 ext/bigdecimal/bigdecimal.c 	exp = GetVpValueWithPrec(vexp, DBL_DIG+1, 1);
GetVpValueWithPrec 2289 ext/bigdecimal/bigdecimal.c 	exp = GetVpValueWithPrec(vexp, n, 1);
GetVpValueWithPrec 2587 ext/bigdecimal/bigdecimal.c 	return GetVpValueWithPrec(iniValue, mf, 1);
GetVpValueWithPrec 2795 ext/bigdecimal/bigdecimal.c 	    vx = GetVpValueWithPrec(x, DBL_DIG+1, 0);
GetVpValueWithPrec 2800 ext/bigdecimal/bigdecimal.c 	vx = GetVpValueWithPrec(x, prec, 0);
GetVpValueWithPrec 2808 ext/bigdecimal/bigdecimal.c 	    return ToValue(GetVpValueWithPrec(INT2FIX(0), prec, 1));
GetVpValueWithPrec 2944 ext/bigdecimal/bigdecimal.c 	    vx = GetVpValueWithPrec(x, DBL_DIG+1, 1);
GetVpValueWithPrec 2952 ext/bigdecimal/bigdecimal.c 	vx = GetVpValueWithPrec(x, prec, 1);