| /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/lgpl3/gmp/dist/mpn/x86_64/coreihwl/ |
| sqr_basecase.asm | 479 L(dtop):mov 32(rp), %r8 494 jnz L(dtop)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/ |
| sqr_basecase.asm | 455 L(dtop):add %r8, %r10 468 js L(dtop)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/ |
| sqr_basecase.asm | 872 L(dtop):mul %rax 885 js L(dtop)
|
| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| mdb.c | 6779 unsigned short dtop = 1; local 6784 dtop++; 6790 mc->mc_top += dtop;
|