HomeSort by: relevance | last modified time | path
    Searched refs:lshift (Results 1 - 25 of 174) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/lgpl3/gmp/dist/mpn/generic/
get_d.c 141 int lshift, nbits; local
177 count_leading_zeros (lshift, mlo);
179 exp -= (lshift - GMP_NAIL_BITS) + 1;
180 mlo <<= lshift; local
182 nbits = GMP_LIMB_BITS - lshift;
206 count_leading_zeros (lshift, x);
208 exp -= (lshift - GMP_NAIL_BITS) + 1;
209 x <<= lshift; local
212 if (lshift < 11) /* FIXME: never true if NUMB < 20 bits */
217 nbits = GMP_LIMB_BITS - lshift - 21
323 mhi <<= lshift; local
331 mlo <<= lshift; local
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/sparc64/
dive_1.c 68 unsigned rshift, lshift; local
90 lshift = 64 - rshift;
99 lshift = 0;
114 ls = (s >> rshift) | ((s_next << lshift) & lshift_mask);
141 ls = (s >> rshift) | ((s_next << lshift) & lshift_mask);
  /src/external/lgpl3/gmp/dist/mpn/alpha/
dive_1.c 62 unsigned rshift, lshift; local
82 lshift = 64 - rshift;
94 s = sr | ((s_next << lshift) & lshift_mask);
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
aorrlsh_n.asm 35 C AMD K8,K9 3.1 < 3.85 for lshift + add_n
36 C AMD K10 3.1 < 3.85 for lshift + add_n
37 C Intel P4 14.6 > 7.33 for lshift + add_n
38 C Intel core2 3.87 > 3.27 for lshift + add_n
39 C Intel NHM 4 > 3.75 for lshift + add_n
40 C Intel SBR (5.8) > 3.46 for lshift + add_n
41 C Intel atom (7.75) < 8.75 for lshift + add_n
42 C VIA nano 4.7 < 6.25 for lshift + add_n
  /src/external/lgpl3/gmp/dist/mpn/x86_64/k8/
aorrlsh_n.asm 34 C AMD K8,K9 2.87 < 3.85 for lshift + add_n
35 C AMD K10 2.75 < 3.85 for lshift + add_n
36 C Intel P4 22 > 7.33 for lshift + add_n
37 C Intel core2 4.1 > 3.27 for lshift + add_n
38 C Intel NHM 4.4 > 3.75 for lshift + add_n
39 C Intel SBR 3.17 < 3.46 for lshift + add_n
40 C Intel atom ? ? 8.75 for lshift + add_n
41 C VIA nano 4.7 < 6.25 for lshift + add_n
  /src/lib/libc/gdtoa/
g_ddfmt.c 121 x = lshift(x, i);
127 y = lshift(y, -i);
strtodg.c 252 b = lshift(b, -bdif);
684 rvb = lshift(rvb, j);
770 bb = lshift(bb, bb2);
782 bd = lshift(bd, bd2);
787 bs = lshift(bs, bs2);
837 delta = lshift(delta,1);
947 rvb = lshift(rvb, j = nbits - rvbits);
959 ab = lshift(ab, abe);
982 rvb = lshift(rvb, 1);
1039 rvb = lshift(rvb, j)
    [all...]
dtoa.c 607 b = lshift(b, b2);
612 S = lshift(S, s2);
644 mhi = lshift(mhi, m2);
659 mhi = lshift(mhi, Log2P);
712 b = lshift(b, 1);
789 b = lshift(b, 1);
gdtoa.c 605 b = lshift(b, b2);
610 S = lshift(S, s2);
644 mhi = lshift(mhi, m2);
659 mhi = lshift(mhi, 1);
720 b = lshift(b, 1);
788 b = lshift(b, 1);
  /src/crypto/external/apache2/openssl/dist/test/
bntests.pl 42 } elsif ( defined $s{'LShift'} ) {
43 # LShift = A * 2**N
44 my $lshift = bn($s{'LShift'});
47 return if $lshift == $a->blsft($n);
  /src/crypto/external/bsd/openssl/dist/test/
bntests.pl 42 } elsif ( defined $s{'LShift'} ) {
43 # LShift = A * 2**N
44 my $lshift = bn($s{'LShift'});
47 return if $lshift == $a->blsft($n);
  /src/crypto/external/bsd/openssl.old/dist/test/
bntests.pl 42 } elsif ( defined $s{'LShift'} ) {
43 # LShift = A * 2**N
44 my $lshift = bn($s{'LShift'});
47 return if $lshift == $a->blsft($n);
  /src/external/lgpl3/gmp/dist/mpn/x86/
t-zdisp2.pl 115 elsif ($base eq 'lorrshift') { @funs = qw(lshift rshift); }
  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
emmintrin.h 1467 __v8hu lshift; local
1473 lshift = (__v8hu) vec_splat_s16(__B);
1475 lshift = vec_splats ((unsigned short) __B);
1477 result = vec_sl ((__v8hi) __A, lshift);
1486 __v4su lshift; local
1492 lshift = (__v4su) vec_splat_s32(__B);
1494 lshift = vec_splats ((unsigned int) __B);
1496 result = vec_sl ((__v4si) __A, lshift);
1506 __v2du lshift; local
1512 lshift = (__v2du) vec_splat_s32(__B)
1704 __v8hu lshift; local
1724 __v4su lshift; local
1744 __v2du lshift; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
fixed-value.cc 409 f->data = f->data.lshift (-GET_MODE_FBIT (f->mode),
498 r = r.lshift (-GET_MODE_FBIT (f->mode),
523 f->data = a->data.lshift (GET_MODE_FBIT (f->mode),
578 mod = mod.lshift (1);
585 quo_s = quo_s.lshift (1);
597 s = s.lshift (1);
642 f->data = a->data.lshift (left_p ? b->data.low : -b->data.low,
658 temp_low = a->data.lshift (b->data.low,
820 temp_low = a->data.lshift (amount,
883 temp = a->data.lshift (GET_MODE_FBIT (mode) - GET_MODE_FBIT (a->mode)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fixed-value.cc 409 f->data = f->data.lshift (-GET_MODE_FBIT (f->mode),
498 r = r.lshift (-GET_MODE_FBIT (f->mode),
523 f->data = a->data.lshift (GET_MODE_FBIT (f->mode),
578 mod = mod.lshift (1);
585 quo_s = quo_s.lshift (1);
597 s = s.lshift (1);
642 f->data = a->data.lshift (left_p ? b->data.low : -b->data.low,
658 temp_low = a->data.lshift (b->data.low,
820 temp_low = a->data.lshift (amount,
883 temp = a->data.lshift (GET_MODE_FBIT (mode) - GET_MODE_FBIT (a->mode)
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/ia64/
dive_1.asm 45 define(`lshift', `r24')
118 }{.mmi; sub lshift = 64, rshift C M2
150 shl r22 = r21, lshift C speculative, used iff n > 1
180 shl r22 = r21, lshift
198 shl r22 = r21, lshift
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_div.c 145 int rshift = BN_num_bits_word(d[top - 1]), lshift, i; local
147 lshift = BN_BITS2 - rshift;
154 d[i] = ((n << lshift) | m) & BN_MASK2;
158 return lshift;
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_div.c 145 int rshift = BN_num_bits_word(d[top - 1]), lshift, i; local
147 lshift = BN_BITS2 - rshift;
154 d[i] = ((n << lshift) | m) & BN_MASK2;
158 return lshift;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_div.c 145 int rshift = BN_num_bits_word(d[top - 1]), lshift, i; local
147 lshift = BN_BITS2 - rshift;
154 d[i] = ((n << lshift) | m) & BN_MASK2;
158 return lshift;
  /src/external/gpl3/gcc/lib/libquadmath/
defs.mk 5 G_libquadmath_la_SOURCES=math/x2y2m1q.c math/acoshq.c math/fmodq.c math/acosq.c math/frexpq.c math/rem_pio2q.c math/asinhq.c math/hypotq.c math/remainderq.c math/asinq.c math/rintq.c math/atan2q.c math/isinfq.c math/roundq.c math/atanhq.c math/isnanq.c math/scalblnq.c math/atanq.c math/j0q.c math/scalbnq.c math/cbrtq.c math/j1q.c math/signbitq.c math/ceilq.c math/jnq.c math/sincos_table.c math/complex.c math/ldexpq.c math/sincosq.c math/copysignq.c math/lgammaq.c math/sincosq_kernel.c math/coshq.c math/llroundq.c math/sinhq.c math/cosq.c math/log10q.c math/sinq.c math/cosq_kernel.c math/log1pq.c math/sinq_kernel.c math/erfq.c math/logq.c math/sqrtq.c math/expm1q.c math/lroundq.c math/tanhq.c math/expq.c math/modfq.c math/tanq.c math/fabsq.c math/nanq.c math/tgammaq.c math/finiteq.c math/nextafterq.c math/truncq.c math/floorq.c math/powq.c math/fmaq.c math/logbq.c math/exp2q.c math/issignalingq.c math/lgammaq_neg.c math/lgammaq_product.c math/tanq_kernel.c math/tgammaq_product.c math/casinhq_kernel.c math/cacoshq.c math/cacosq.c math/casinhq.c math/casinq.c math/catanhq.c math/catanq.c math/cimagq.c math/conjq.c math/cprojq.c math/crealq.c math/fdimq.c math/fmaxq.c math/fminq.c math/ilogbq.c math/llrintq.c math/log2q.c math/lrintq.c math/nearbyintq.c math/remquoq.c math/ccoshq.c math/cexpq.c math/clog10q.c math/clogq.c math/csinq.c math/csinhq.c math/csqrtq.c math/ctanq.c math/ctanhq.c printf/addmul_1.c printf/add_n.c printf/cmp.c printf/divrem.c printf/flt1282mpn.c printf/fpioconst.c printf/lshift.c printf/mul_1.c printf/mul_n.c printf/mul.c printf/printf_fphex.c printf/printf_fp.c printf/quadmath-printf.c printf/rshift.c printf/submul_1.c printf/sub_n.c strtod/strtoflt128.c strtod/mpn2flt128.c strtod/tens_in_limb.c
  /src/external/lgpl3/gmp/dist/mpn/x86/p6/mmx/
lshift.asm 38 include_mpn(`x86/pentium/mmx/lshift.asm')
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/mmx/
lshift.asm 39 include_mpn(`x86/pentium/mmx/lshift.asm')
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
lshift.asm 37 include_mpn(`x86_64/fastsse/lshift-movdqu2.asm')
  /src/external/lgpl3/gmp/dist/mpn/x86_64/k10/
lshift.asm 37 include_mpn(`x86_64/fastsse/lshift-movdqu2.asm')

Completed in 44 milliseconds

1 2 3 4 5 6 7