HomeSort by relevance Sort by last modified time
    Searched defs:quorem (Results 1 - 4 of 4) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dmisc.c 109 quorem function
130 /*debug*/ Bug("oversize b in quorem");
141 /*debug*/ Bug("oversized quotient in quorem");
gdtoaimp.h 554 #define quorem __quorem_D2A macro
605 extern int quorem ANSI((Bigint*, Bigint*));
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 612 static ALWAYS_INLINE int quorem(BigInt& b, BigInt& S) function in namespace:WTF
630 ASSERT_WITH_MESSAGE(b.size() <= n, "oversize b in quorem");
638 ASSERT_WITH_MESSAGE(q <= 9, "oversized quotient in quorem");
1051 * and for all and pass them and a shift to quorem, so it
1102 dig = quorem(b, S) + '0';
1167 *s++ = dig = quorem(b, S) + '0';
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 2195 quorem function
    [all...]

Completed in 1509 milliseconds