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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c3276 static int AddExponent(Real *a, SIGNED_VALUE n);
3754 AddExponent(Real *a, SIGNED_VALUE n) function
4398 if(!AddExponent(c,1)) return (size_t)-1L;
4471 if(!AddExponent(c,b->exponent)) {
4715 if(!AddExponent(c,2)) return 0;
4716 if(!AddExponent(c,-(b->exponent))) return 0;
4722 if(!AddExponent(r,1)) return 0;
4769 if (!AddExponent(a, -(SIGNED_VALUE)i)) return 0;
5922 if (!AddExponent(m, 1)) return 0;

Completed in 281 milliseconds