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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.h214 VP_EXPORT void VpToString(Real *a, char *psz, size_t fFmt, int fPlus);
H A Dbigdecimal.c377 VpToString(vp, psz+strlen(psz), 0, 0);
721 VpToString(p, buf, 0, 0);
1914 VpToString (vp, psz, mc, fPlus);
2015 VpToString(vp, tmp, 10, 0);
5102 VpToString(Real *a, char *psz, size_t fFmt, int fPlus) function

Completed in 294 milliseconds