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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 163 multadd function
400 b = multadd(b, p05[i-1], 0);
gdtoaimp.h 551 #define multadd __multadd_D2A macro
602 extern Bigint *multadd ANSI((Bigint*, int, int));
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 168 static void multadd(BigInt& b, int m, int a) /* multiply by m and add a */ function in namespace:WTF
379 multadd(b, p05[i - 1], 0);
1074 multadd(b, 10, 0); /* we botched the k estimate */
1076 multadd(mhi, 10, 0);
1083 multadd(S, 5, 0);
1161 multadd(b, 10, 0);
1162 multadd(mlo, 10, 0);
1163 multadd(mhi, 10, 0);
1172 multadd(b, 10, 0);
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 680 multadd function
805 do b = multadd(b, 10, *s++ - '0');
812 b = multadd(b, 10, *s++ - '0');
1028 b = multadd(b, p05[i-1], 0);
    [all...]

Completed in 210 milliseconds