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

  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal128.c 395 char *dotat=cstart+pre; local
396 if (dotat<c) { /* if embedded dot needed... */
398 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
decimal32.c 332 char *dotat=cstart+pre; local
333 if (dotat<c) { /* if embedded dot needed... */
335 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
decimal64.c 393 char *dotat=cstart+pre; local
394 if (dotat<c) { /* if embedded dot needed... */
396 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal128.c 395 char *dotat=cstart+pre; local
396 if (dotat<c) { /* if embedded dot needed... */
398 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
decimal32.c 332 char *dotat=cstart+pre; local
333 if (dotat<c) { /* if embedded dot needed... */
335 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
decimal64.c 393 char *dotat=cstart+pre; local
394 if (dotat<c) { /* if embedded dot needed... */
396 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal128.c 395 char *dotat=cstart+pre; local
396 if (dotat<c) { /* if embedded dot needed... */
398 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
decimal32.c 332 char *dotat=cstart+pre; local
333 if (dotat<c) { /* if embedded dot needed... */
335 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
decimal64.c 393 char *dotat=cstart+pre; local
394 if (dotat<c) { /* if embedded dot needed... */
396 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal128.c 395 char *dotat=cstart+pre; local
396 if (dotat<c) { /* if embedded dot needed... */
398 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
decimal32.c 332 char *dotat=cstart+pre; local
333 if (dotat<c) { /* if embedded dot needed... */
335 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
decimal64.c 393 char *dotat=cstart+pre; local
394 if (dotat<c) { /* if embedded dot needed... */
396 for (; s>=dotat; s--, t--) *t=*s; /* open the gap; leave t at gap */
  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 1375 char *dotat=cstart+pre; local
1376 if (dotat<c) { /* if embedded dot needed... */
1379 s=dotat+ROUNDDOWN4(c-dotat); /* source */
1382 for (; s>=dotat; s-=4, t-=4) UBFROMUI(t, UBTOUI(s));
1383 *dotat='.';
1386 else for (; c<dotat; c++) *c='0'; /* pad for engineering */
1629 char *dotat=cstart+pre; local
1630 if (dotat<c) { /* if embedded dot needed... */
1634 s=dotat+ROUNDDOWN4(c-dotat); /* source *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 1375 char *dotat=cstart+pre; local
1376 if (dotat<c) { /* if embedded dot needed... */
1379 s=dotat+ROUNDDOWN4(c-dotat); /* source */
1382 for (; s>=dotat; s-=4, t-=4) UBFROMUI(t, UBTOUI(s));
1383 *dotat='.';
1386 else for (; c<dotat; c++) *c='0'; /* pad for engineering */
1629 char *dotat=cstart+pre; local
1630 if (dotat<c) { /* if embedded dot needed... */
1634 s=dotat+ROUNDDOWN4(c-dotat); /* source *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 1375 char *dotat=cstart+pre; local
1376 if (dotat<c) { /* if embedded dot needed... */
1379 s=dotat+ROUNDDOWN4(c-dotat); /* source */
1382 for (; s>=dotat; s-=4, t-=4) UBFROMUI(t, UBTOUI(s));
1383 *dotat='.';
1386 else for (; c<dotat; c++) *c='0'; /* pad for engineering */
1629 char *dotat=cstart+pre; local
1630 if (dotat<c) { /* if embedded dot needed... */
1634 s=dotat+ROUNDDOWN4(c-dotat); /* source *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 1375 char *dotat=cstart+pre; local
1376 if (dotat<c) { /* if embedded dot needed... */
1379 s=dotat+ROUNDDOWN4(c-dotat); /* source */
1382 for (; s>=dotat; s-=4, t-=4) UBFROMUI(t, UBTOUI(s));
1383 *dotat='.';
1386 else for (; c<dotat; c++) *c='0'; /* pad for engineering */
1629 char *dotat=cstart+pre; local
1630 if (dotat<c) { /* if embedded dot needed... */
1634 s=dotat+ROUNDDOWN4(c-dotat); /* source *
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 7497 dotat(dns_keytable_t *keytable, dns_keynode_t *keynode, dns_name_t *keyname, function
7565 dns_keytable_forall(secroots, dotat, &dotat_arg);

Completed in 53 milliseconds