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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 646 b2d function
667 if (!y) Bug("zero y in b2d");
gdtoaimp.h 355 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */
531 #define b2d __b2d_D2A macro
583 extern double b2d ANSI((Bigint*, int*));
  /ndk/sources/android/support/src/stdio/
strtod.c 289 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */
1306 b2d function
1330 if (!y) Bug("zero y in b2d");
1528 value(da) = b2d(a, &ka);
1529 value(db) = b2d(b, &kb);
    [all...]

Completed in 2439 milliseconds