Home
last modified time | relevance | path

Searched refs:VpVtoD (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/bigdecimal/
H A Dbigdecimal.h323 VP_EXPORT int VpVtoD(double *d, SIGNED_VALUE *e, Real *m);
H A Dbigdecimal.c790 if (VpVtoD(&d, &e, p) != 1) in BigDecimal_to_f()
5803 VpVtoD(double *d, SIGNED_VALUE *e, Real *m) in VpVtoD() function
6049 VpVtoD(&val, &e, x); /* val <- x */ in VpSqrt()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.312405 * ext/bigdecimal/bigdecimal.h (VpVtoD): fix a type of e.