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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c3278 static BDIGIT VpSubAbs(Real *a,Real *b,Real *c);
4094 mrv = VpSubAbs(a_ptr, b_ptr, c);
4211 VpSubAbs(Real *a, Real *b, Real *c) function
4224 VPrint(stdout, "VpSubAbs called: a = %\n", a);
4302 VPrint(stdout, "VpSubAbs exit: c=% \n", c);

Completed in 79 milliseconds