VpExponent10      700 ext/bigdecimal/bigdecimal.c     e = VpExponent10(p);
VpExponent10      795 ext/bigdecimal/bigdecimal.c     power = VpExponent10(p);
VpExponent10     2051 ext/bigdecimal/bigdecimal.c     e = VpExponent10(vp);
VpExponent10     2069 ext/bigdecimal/bigdecimal.c     ssize_t e = VpExponent10(GetVpValue(self, 1));
VpExponent10     2842 ext/bigdecimal/bigdecimal.c 	SIGNED_VALUE const ey = VpExponent10(DATA_PTR(y));
VpExponent10     2843 ext/bigdecimal/bigdecimal.c 	SIGNED_VALUE const ed = VpExponent10(DATA_PTR(d));
VpExponent10     2865 ext/bigdecimal/bigdecimal.c 	vprec = SSIZET2NUM(prec - VpExponent10(DATA_PTR(y)));
VpExponent10     2990 ext/bigdecimal/bigdecimal.c     expo = VpExponent10(vx);
VpExponent10     3006 ext/bigdecimal/bigdecimal.c 	SIGNED_VALUE const ey = VpExponent10(DATA_PTR(y));
VpExponent10     3007 ext/bigdecimal/bigdecimal.c 	SIGNED_VALUE const ed = VpExponent10(DATA_PTR(d));
VpExponent10     5108 ext/bigdecimal/bigdecimal.c 		nc += fprintf(fp, "E%"PRIdSIZE, VpExponent10(a));
VpExponent10      257 ext/bigdecimal/bigdecimal.h VP_EXPORT ssize_t VpExponent10(Real *a);