HomeSort by: relevance | last modified time | path
    Searched defs:dfrom (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_superblock.c 244 v7fs_daddr_t *dfrom = from->freeblock; local
246 for (i = 0; i < V7FS_MAX_FREEBLOCK; i++, dfrom++, dto++)
247 *dto = V7FS_VAL32(fs, *dfrom);
  /src/external/gpl3/binutils/dist/libiberty/
floatformat.c 628 double dfrom;
635 dfrom = *from;
643 if (dfrom < 0)
646 dfrom = -dfrom;
649 if (dfrom == 0)
655 if (dfrom != dfrom)
666 if (dfrom + dfrom == dfrom
627 double dfrom; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
floatformat.c 628 double dfrom;
635 dfrom = *from;
643 if (dfrom < 0)
646 dfrom = -dfrom;
649 if (dfrom == 0)
655 if (dfrom != dfrom)
666 if (dfrom + dfrom == dfrom
627 double dfrom; local
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
floatformat.c 633 double dfrom;
640 dfrom = *from;
648 if (dfrom < 0)
651 dfrom = -dfrom;
654 if (dfrom == 0)
660 if (dfrom != dfrom)
671 if (dfrom + dfrom == dfrom
632 double dfrom; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
floatformat.c 633 double dfrom;
640 dfrom = *from;
648 if (dfrom < 0)
651 dfrom = -dfrom;
654 if (dfrom == 0)
660 if (dfrom != dfrom)
671 if (dfrom + dfrom == dfrom
632 double dfrom; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
floatformat.c 624 double dfrom;
631 dfrom = *from;
639 if (dfrom < 0)
642 dfrom = -dfrom;
645 if (dfrom == 0)
651 if (dfrom != dfrom)
662 if (dfrom + dfrom == dfrom
623 double dfrom; local
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
floatformat.c 624 double dfrom;
631 dfrom = *from;
639 if (dfrom < 0)
642 dfrom = -dfrom;
645 if (dfrom == 0)
651 if (dfrom != dfrom)
662 if (dfrom + dfrom == dfrom
623 double dfrom; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
target-float.c 768 T dfrom; local
783 memcpy (&dfrom, from, sizeof (dfrom));
794 dtop = (double) dfrom;
800 dbot = (double) (dfrom - (T) dtop);
809 if (dfrom == 0)
811 if (dfrom != dfrom) /* Result is NaN */
823 if (dfrom < 0)
826 dfrom = -dfrom
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
target-float.c 768 T dfrom; local
783 memcpy (&dfrom, from, sizeof (dfrom));
794 dtop = (double) dfrom;
800 dbot = (double) (dfrom - (T) dtop);
809 if (dfrom == 0)
811 if (dfrom != dfrom) /* Result is NaN */
823 if (dfrom < 0)
826 dfrom = -dfrom
    [all...]

Completed in 46 milliseconds