HomeSort by relevance Sort by last modified time
    Searched defs:multadd (Results 1 - 9 of 9) 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));
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
misc.c 158 multadd function
401 b = multadd(b, p05[i-1], 0);
gdtoaimp.h 524 #define multadd __multadd_D2A macro
575 extern Bigint *multadd (Bigint*, int, int);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
447 multadd(Bigint *b, int m, int a) /* multiply by m and add a */ function
520 b = multadd(b, 10, *s++ - '0');
526 b = multadd(b, 10, *s++ - '0');
743 b = multadd(b, p05[i-1], 0);
799 b = multadd(b, p05[i-1], 0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
430 multadd(Bigint *b, int m, int a) /* multiply by m and add a */ function
503 b = multadd(b, 10, *s++ - '0');
509 b = multadd(b, 10, *s++ - '0');
726 b = multadd(b, p05[i-1], 0);
782 b = multadd(b, p05[i-1], 0);
    [all...]
  /external/python/cpython2/Python/
dtoa.c 44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
447 multadd(Bigint *b, int m, int a) /* multiply by m and add a */ function
520 b = multadd(b, 10, *s++ - '0');
526 b = multadd(b, 10, *s++ - '0');
743 b = multadd(b, p05[i-1], 0);
799 b = multadd(b, p05[i-1], 0);
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 670 multadd function
795 do b = multadd(b, 10, *s++ - '0');
802 b = multadd(b, 10, *s++ - '0');
1018 b = multadd(b, p05[i-1], 0);
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 670 multadd function
795 do b = multadd(b, 10, *s++ - '0');
802 b = multadd(b, 10, *s++ - '0');
1018 b = multadd(b, p05[i-1], 0);
    [all...]

Completed in 127 milliseconds