Searched refs:summ (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_ppmd_private.h | 93 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift)) argument 94 #define PPMD_GET_MEAN(summ) PPMD_GET_MEAN_SPEC((summ), PPMD_PERIOD_BITS, 2) argument
|
| /netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
| H A D | decBasic.c | 1129 Int summ; /* sum of the MSDs */ in decFloatAdd() local 1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */ in decFloatAdd() 1157 summ+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */ in decFloatAdd() 1175 if (summ<=8) { /* MSD+MSD is good, or there is a special */ in decFloatAdd() 1176 if (summ<0) { /* there is a special */ in decFloatAdd() 1178 if (summ<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */ in decFloatAdd() 1180 if (summ==-64 && diffsign) return decInvalid(result, set); in decFloatAdd()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/ |
| H A D | decBasic.c | 1129 Int summ; /* sum of the MSDs */ in decFloatAdd() local 1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */ in decFloatAdd() 1157 summ+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */ in decFloatAdd() 1175 if (summ<=8) { /* MSD+MSD is good, or there is a special */ in decFloatAdd() 1176 if (summ<0) { /* there is a special */ in decFloatAdd() 1178 if (summ<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */ in decFloatAdd() 1180 if (summ==-64 && diffsign) return decInvalid(result, set); in decFloatAdd()
|
| /netbsd-src/external/gpl3/gdb/dist/libdecnumber/ |
| H A D | decBasic.c | 1129 Int summ; /* sum of the MSDs */ in decFloatAdd() local 1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */ in decFloatAdd() 1157 summ+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */ in decFloatAdd() 1175 if (summ<=8) { /* MSD+MSD is good, or there is a special */ in decFloatAdd() 1176 if (summ<0) { /* there is a special */ in decFloatAdd() 1178 if (summ<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */ in decFloatAdd() 1180 if (summ==-64 && diffsign) return decInvalid(result, set); in decFloatAdd()
|
| /netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/ |
| H A D | decBasic.c | 1129 Int summ; /* sum of the MSDs */ in decFloatAdd() local 1152 summ=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */ in decFloatAdd() 1157 summ+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */ in decFloatAdd() 1175 if (summ<=8) { /* MSD+MSD is good, or there is a special */ in decFloatAdd() 1176 if (summ<0) { /* there is a special */ in decFloatAdd() 1178 if (summ<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */ in decFloatAdd() 1180 if (summ==-64 && diffsign) return decInvalid(result, set); in decFloatAdd()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
| H A D | netpgpperl_wrap.c | 1509 double summ, reps, diff; in SWIG_CanCastAsInteger() local 1517 summ = rd + x; in SWIG_CanCastAsInteger() 1518 reps = diff/summ; in SWIG_CanCastAsInteger()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| H A D | netpgppython_wrap.c | 2560 double summ, reps, diff; in SWIG_CanCastAsInteger() local 2568 summ = rd + x; in SWIG_CanCastAsInteger() 2569 reps = diff/summ; in SWIG_CanCastAsInteger()
|