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

  /src/external/gpl3/gdb.old/dist/gdb/
target-float.c 662 T dtop, dbot; local
664 from_target (fmt->split_half, ufrom, &dtop);
667 if (dtop == 0.0)
669 *to = dtop;
674 *to = dtop + dbot;
791 static volatile double dtop, dbot; local
794 dtop = (double) dfrom;
797 if (dtop + dtop == dtop && dtop != 0.0
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
target-float.c 662 T dtop, dbot; local
664 from_target (fmt->split_half, ufrom, &dtop);
667 if (dtop == 0.0)
669 *to = dtop;
674 *to = dtop + dbot;
791 static volatile double dtop, dbot; local
794 dtop = (double) dfrom;
797 if (dtop + dtop == dtop && dtop != 0.0
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_gpsdjson.c 2211 char *dtop = s_lbuf + sizeof(s_lbuf) - 1; /* for NUL */ local
2213 while (sptr != stop && dptr != dtop) {
2216 dptr = add_string(dptr, dtop, "\\\\");
2222 dptr = add_string(dptr, dtop, fbuf);
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 6779 unsigned short dtop = 1; local
6784 dtop++;
6790 mc->mc_top += dtop;

Completed in 54 milliseconds