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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dtoa.c 131 int inexact, oldinexact; local
188 inexact = 1;
464 inexact = 0;
686 inexact = 0;
699 inexact = 0;
769 inexact = 0;
823 if (inexact) {
strtod.c 105 int inexact, oldinexact; local
434 inexact = 1;
695 inexact = 0;
799 inexact = 0;
806 inexact = 0;
1067 if (inexact) {
1094 if (inexact && !(word0(&rv) & Exp_mask)) {
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
dtoa.c 144 int inexact, oldinexact; local
188 inexact = 1;
463 inexact = 0;
675 inexact = 0;
688 inexact = 0;
754 inexact = 0;
801 if (inexact) {
strtod.c 102 int inexact, oldinexact; local
401 inexact = 1;
654 inexact = 0;
753 inexact = 0;
760 inexact = 0;
995 if (inexact) {
1018 if (inexact && !(word0(rv) & Exp_mask)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c 3095 int inexact, negate, a_is_small, b_is_small; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c 3109 int inexact, negate, a_is_small, b_is_small; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
longobject.c 3095 int inexact, negate, a_is_small, b_is_small; local
    [all...]

Completed in 158 milliseconds