HomeSort by: relevance | last modified time | path
    Searched refs:summ (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd_private.h 93 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift))
94 #define PPMD_GET_MEAN(summ) PPMD_GET_MEAN_SPEC((summ), PPMD_PERIOD_BITS, 2)
107 UInt16 Summ; /* Freq */
114 (p)->Summ <<= 1; \
  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 1129 Int summ; /* sum of the MSDs */ local
1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1157 summ+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */
1172 /* the summ value just calculated, so the test for specials is no */
1175 if (summ<=8) { /* MSD+MSD is good, or there is a special */
1176 if (summ<0) { /* there is a special */
1178 if (summ<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */
1180 if (summ==-64 && diffsign) return decInvalid(result, set);
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 1129 Int summ; /* sum of the MSDs */ local
1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1157 summ+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */
1172 /* the summ value just calculated, so the test for specials is no */
1175 if (summ<=8) { /* MSD+MSD is good, or there is a special */
1176 if (summ<0) { /* there is a special */
1178 if (summ<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */
1180 if (summ==-64 && diffsign) return decInvalid(result, set);
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 1129 Int summ; /* sum of the MSDs */ local
1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1157 summ+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */
1172 /* the summ value just calculated, so the test for specials is no */
1175 if (summ<=8) { /* MSD+MSD is good, or there is a special */
1176 if (summ<0) { /* there is a special */
1178 if (summ<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */
1180 if (summ==-64 && diffsign) return decInvalid(result, set);
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 1129 Int summ; /* sum of the MSDs */ local
1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1157 summ+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */
1172 /* the summ value just calculated, so the test for specials is no */
1175 if (summ<=8) { /* MSD+MSD is good, or there is a special */
1176 if (summ<0) { /* there is a special */
1178 if (summ<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */
1180 if (summ==-64 && diffsign) return decInvalid(result, set);
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 1509 double summ, reps, diff; local
1517 summ = rd + x;
1518 reps = diff/summ;
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 2560 double summ, reps, diff; local
2568 summ = rd + x;
2569 reps = diff/summ;

Completed in 122 milliseconds