Searched refs:dmax (Results 1 - 25 of 63) sorted by relevance

123

/netbsd-current/external/lgpl3/mpfr/dist/examples/
H A Ddivworst.c6 * Arguments: max difference of exponents dmax, significand size n.
10 * 1/2 <= y < 1, 0 <= Ex - Ey <= dmax, x - y is exactly representable
55 int dmax, n, p; local
60 fprintf (stderr, "Usage: divworst <dmax> <n> [ <p> ]\n");
64 dmax = atoi (argv[1]);
77 mpfr_get_exp (x) <= dmax;
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.h85 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c80 unsigned dmax; /* maximum distance from zlib header */ local
107 dmax = state->dmax;
179 if (dist > dmax) {
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/aarch64/
H A Dfstur.s22 dmax: label
88 adrp x0, dmax
89 add x0, x0, :lo12:dmax
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_intern.c148 return a->dmax;
155 for (i = a->top; i < a->dmax; i++)
182 a->dmax = a->top = size;
H A Dbn_lib.c148 * This function still leaks `a->dmax`: it's caller's responsibility to
159 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) {
185 * so that a->dmax is not leaking secret information.
204 OPENSSL_secure_clear_free(a->d, a->dmax * sizeof(a->d[0]));
206 OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0]));
264 /* The caller MUST check that words > b->dmax before calling this */
303 if (words > b->dmax) {
310 b->dmax = words;
341 bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top;
378 tmp_dmax = a->dmax;
[all...]
H A Dbn_mod.c76 ai += (i - a->dmax) >> (8 * sizeof(i) - 1);
77 bi += (i - b->dmax) >> (8 * sizeof(i) - 1);
153 ai += (i - a->dmax) >> (8 * sizeof(i) - 1);
154 bi += (i - b->dmax) >> (8 * sizeof(i) - 1);
H A Dbn_local.h178 if (_bnum1->top < _bnum1->dmax) { \
182 * wouldn't be constructed with top!=dmax. */ \
187 sizeof(*_not_const) * (_bnum1->dmax - _bnum1->top)); \
211 assert((words) <= (_bnum2)->dmax && \
243 int dmax; /* Size of the d array. */ member in struct:bignum_st
489 int ind = (a)->dmax - (a)->top; \
696 if (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_intern.c148 return a->dmax;
155 for (i = a->top; i < a->dmax; i++)
182 a->dmax = a->top = size;
H A Dbn_lib.c149 * This function still leaks `a->dmax`: it's caller's responsibility to
160 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) {
186 * so that a->dmax is not leaking secret information.
205 OPENSSL_secure_clear_free(a->d, a->dmax * sizeof(a->d[0]));
207 OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0]));
265 /* The caller MUST check that words > b->dmax before calling this */
304 if (words > b->dmax) {
311 b->dmax = words;
342 bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top;
379 tmp_dmax = a->dmax;
[all...]
H A Dbn_mod.c85 ai += (i - a->dmax) >> (8 * sizeof(i) - 1);
86 bi += (i - b->dmax) >> (8 * sizeof(i) - 1);
162 ai += (i - a->dmax) >> (8 * sizeof(i) - 1);
163 bi += (i - b->dmax) >> (8 * sizeof(i) - 1);
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dfstur.s22 dmax: label
88 adrp x0, dmax
89 add x0, x0, :lo12:dmax
/netbsd-current/tests/usr.bin/indent/
H A Dfmt_decl.c336 dmax = (double)3 * 10.0;
337 dmin = (double)dmax * 10.0;
338 davg = (double)dmax * dmin;
353 dmax = (double)3 * 10.0;
354 dmin = (double)dmax * 10.0;
355 davg = (double)dmax * dmin;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dinflate.h90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c61 unsigned dmax; /* maximum distance from zlib header */ local
88 dmax = state->dmax;
160 if (dist > dmax) {
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dinflate.h90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c61 unsigned dmax; /* maximum distance from zlib header */ local
88 dmax = state->dmax;
160 if (dist > dmax) {
/netbsd-current/common/dist/zlib/
H A Dinflate.h91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c63 unsigned dmax; /* maximum distance from zlib header */ local
90 dmax = state->dmax;
162 if (dist > dmax) {
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dinflate.h91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c61 unsigned dmax; /* maximum distance from zlib header */ local
88 dmax = state->dmax;
160 if (dist > dmax) {
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dinflate.h91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c61 unsigned dmax; /* maximum distance from zlib header */ local
88 dmax = state->dmax;
160 if (dist > dmax) {
/netbsd-current/sbin/fsck_ffs/
H A Dpass5.c66 daddr_t dbase, dmax; local
202 dmax = ffs_blknum(fs, fs->fs_size + fs->fs_frag - 1);
203 for (d = fs->fs_size; d < dmax; d++)
268 dmax = dbase + fs->fs_fpg;
269 if (dmax > fs->fs_size)
270 dmax = fs->fs_size;
275 newcg->cg_ndblk = dmax - dbase;
356 d < dmax;
/netbsd-current/sbin/fsck_ext2fs/
H A Dpass5.c87 daddr_t dbase, dmax; local
177 dmax = (c+1) * sblock.e2fs.e2fs_bpg +
181 d < dmax;

Completed in 188 milliseconds

123