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

  /src/lib/libm/src/
e_fmod.c 37 u_int32_t lx,ly,lz; local
102 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
105 if((hz|lz)==0) /* return sign(x)*0 */
107 hx = hz+hz+(lz>>31); lx = lz+lz;
110 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
111 if(hz>=0) {hx=hz;lx=lz;}
s_remquo.c 40 u_int32_t lx,ly,lz,q,sxy; local
112 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
114 else {hx = hz+hz+(lz>>31); lx = lz+lz; q++;}
117 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
118 if(hz>=0) {hx=hz;lx=lz;q++;}
e_fmodl.c 79 manl_t lx,ly,lz; local
128 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
131 if ((hz|lz)==0) /* return sign(x)*0 */
133 hx = hz+hz+(lz>>MANL_SHIFT); lx = lz+lz;
136 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
137 if(hz>=0) {hx=hz;lx=lz;}
s_remquol.c 83 manl_t lx,ly,lz; local
139 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
141 else {hx = hz+hz+(lz>>MANL_SHIFT); lx = lz+lz; q++;}
144 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
145 if(hz>=0) {hx=hz;lx=lz;q++;}
  /src/external/gpl3/gcc/dist/libquadmath/math/
fmodq.c 29 uint64_t lx,ly,lz; local
94 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
97 if((hz|lz)==0) /* return sign(x)*0 */
99 hx = hz+hz+(lz>>63); lx = lz+lz;
102 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
103 if(hz>=0) {hx=hz;lx=lz;}
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
fmodq.c 29 uint64_t lx,ly,lz; local
94 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
97 if((hz|lz)==0) /* return sign(x)*0 */
99 hx = hz+hz+(lz>>63); lx = lz+lz;
102 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
103 if(hz>=0) {hx=hz;lx=lz;}
  /src/external/public-domain/xz/dist/src/liblzma/lz/
lz_decoder.c 4 /// \brief LZ out window
14 // liblzma supports multiple LZ77-based filters. The LZ part is shared
15 // between these filters. The LZ code takes care of dictionary handling
27 /// The actual LZ-based decoder e.g. LZMA
28 lzma_lz_decoder lz; member in struct:__anon24620
38 /// True if the LZ decoder (e.g. LZMA) has detected end of payload
42 /// Temporary buffer needed when the LZ-based filter is not the last
45 /// LZ-based decoder.
80 // Calculate how much we allow coder->lz.code() to decode.
88 // Call the coder->lz.code() to do the actual decoding
    [all...]
lz_encoder.c 4 /// \brief LZ in window
27 /// LZ-based encoder e.g. LZMA
28 lzma_lz_encoder lz; member in struct:__anon24625
48 // Align the move to a multiple of 16 bytes. Some LZ-based encoders
177 const lzma_ret ret = coder->lz.code(coder->lz.coder,
496 if (coder->lz.end != NULL)
497 coder->lz.end(coder->lz.coder, allocator);
499 lzma_free(coder->lz.coder, allocator)
    [all...]
  /src/lib/libc/citrus/modules/
citrus_mapper_std.c 89 struct _citrus_mapper_std_linear_zone *lz; local
99 lz = &rc->rc_src_rowcol[0]; i > 0; ++lz) {
102 if (n < lz->begin || n > lz->end) {
113 idx = idx * lz->width + n - lz->begin;
142 set_linear_zone(struct _citrus_mapper_std_linear_zone *lz,
145 _DIAGASSERT(lz != NULL);
150 lz->begin = begin
162 struct _citrus_mapper_std_linear_zone *lz; local
193 ++rc->rc_src_rowcol_len, ++lz; local
206 struct _citrus_mapper_std_linear_zone *lz; local
264 struct _citrus_mapper_std_linear_zone *lz; local
    [all...]
  /src/external/lgpl3/mpfr/dist/tests/
tset_str.c 148 long bd, k, lz; local
151 lz = -bd;
158 if (lz == -bd && *str2 != '0')
159 lz = k - bd; /* position of the first 1 */
170 if (lz == -bd && *str2 != '0')
171 lz = k; /* position of the first 1 */
181 ((mpfr_eexp_t) mpfr_get_emin () + lz - 1));
183 /* if (i >= NR/2) printf ("lz = %ld, str: %s\n", lz, str); */
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
exec.c 527 register int lm, lz, lp;
530 lz = zerlab->labelno;
541 if(lm == lz)
544 exar2(OPNE, expr, lm, lz);
545 else if(lz == lp)
546 exar2(OPGE, expr, lz, lm);
548 prarif(expr, lm, lz, lp);
525 register int lm, lz, lp; local
  /src/usr.bin/gzip/
unlz.c 293 lz_flush(struct lz_decoder *lz)
295 off_t offs = lz->pos - lz->spos;
300 lz_crc_update(&lz->crc, lz->obuf + lz->spos, size);
301 if (!tflag && fwrite(lz->obuf + lz->spos, 1, size, lz->fout) != size)
304 lz->wrapped = lz->pos >= lz->dict_size
317 struct lz_decoder *lz = cookie; local
338 struct lz_decoder *lz = cookie; local
595 struct lz_decoder lz; local
    [all...]
  /src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c 161 uint32_t lz, x, y; local
186 lz = 1;
188 lz++;
191 x = 16 - lz;
193 lz = 1;
195 lz++;
198 y = 16 - lz;
219 uint32_t lz, x; local
232 lz = 1;
234 lz++
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 1520 adjusted_mantissa compute_error_scaled(int64_t q, uint64_t w, int lz) noexcept {
1525 answer.power2 = int32_t(detail::power(int32_t(q)) + bias - hilz - lz - 62 + invalid_am_bias);
1534 int lz = leading_zeroes(w); variable
1535 w <<= lz; variable
1537 return compute_error_scaled<binary>(q, product.high, lz);
1564 int lz = leading_zeroes(w); variable
1565 w <<= lz; variable
1580 return compute_error_scaled<binary>(q, product.high, lz);
1591 answer.power2 = int32_t(detail::power(int32_t(q)) + upperbit - lz - binary::minimum_exponent());
2161 int lz = ctlz()
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 1492 adjusted_mantissa compute_error_scaled(int64_t q, uint64_t w, int lz) noexcept {
1497 answer.power2 = int32_t(detail::power(int32_t(q)) + bias - hilz - lz - 62 + invalid_am_bias);
1506 int lz = leading_zeroes(w); variable
1507 w <<= lz; variable
1509 return compute_error_scaled<binary>(q, product.high, lz);
1536 int lz = leading_zeroes(w); variable
1537 w <<= lz; variable
1552 return compute_error_scaled<binary>(q, product.high, lz);
1563 answer.power2 = int32_t(detail::power(int32_t(q)) + upperbit - lz - binary::minimum_exponent());
2133 int lz = ctlz()
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 4496 unsigned long lz, bs; local
4505 lz = bs;
4507 lz = 0;
4509 lz = bs - mpz_sizeinbase (e->value.integer, 2);
4511 return gfc_get_int_expr (gfc_default_integer_kind, &e->where, lz);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 4441 unsigned long lz, bs; local
4450 lz = bs;
4452 lz = 0;
4454 lz = bs - mpz_sizeinbase (e->value.integer, 2);
4456 return gfc_get_int_expr (gfc_default_integer_kind, &e->where, lz);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 10357 int lz = clz_hwi (c);
10359 /* If lz == 0, the left shift is undefined. */
10360 if (!lz)
10364 = c | (HOST_WIDE_INT_M1U << (HOST_BITS_PER_WIDE_INT - lz));
10369 *mask = HOST_WIDE_INT_M1U >> lz;
10425 int lz = clz_hwi (c);
10427 /* If lz == HOST_BITS_PER_WIDE_INT, the left shift is undefined. */
10428 if (lz >= HOST_BITS_PER_WIDE_INT)
10431 int middle_ones = clz_hwi (~(c << lz));
10432 if (tz + lz + middle_ones >= one
10343 int lz = clz_hwi (c); local
10411 int lz = clz_hwi (c); local
15237 int lz = clz_hwi (c); local
    [all...]

Completed in 87 milliseconds