Searched defs:quorem (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp1185 static ALWAYS_INLINE int quorem(BigInt& b, BigInt& S) function in namespace:WTF
1203 ASSERT_WITH_MESSAGE(b.size() <= n, "oversize b in quorem");
1211 ASSERT_WITH_MESSAGE(q <= 9, "oversized quotient in quorem");
1624 * and for all and pass them and a shift to quorem, so it
1675 dig = quorem(b, S) + '0';
1740 *s++ = dig = quorem(b, S) + '0';

Completed in 102 milliseconds