| /src/external/lgpl3/gmp/dist/mpn/alpha/ |
| dive_1.c | 62 unsigned rshift, lshift; local 72 rshift = 0; 76 count_trailing_zeros (rshift, divisor); 78 divisor >>= rshift; local 82 lshift = 64 - rshift; 86 sr = s_next >> rshift; 97 sr = s_next >> rshift;
|
| /src/external/lgpl3/gmp/dist/mpn/sparc64/ |
| dive_1.c | 68 unsigned rshift, lshift; local 88 count_trailing_zeros (rshift, divisor); 89 divisor >>= rshift; local 90 lshift = 64 - rshift; 96 rshift = 0; 98 /* rshift==0 means no shift, so must mask out other part in this case */ 114 ls = (s >> rshift) | ((s_next << lshift) & lshift_mask); 129 ls = s >> rshift; 141 ls = (s >> rshift) | ((s_next << lshift) & lshift_mask); 156 ls = s >> rshift; [all...] |
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| get_d.c | 281 int rshift; local 286 rshift = -1022 - exp; 287 ASSERT (rshift > 0 && rshift < 53); 289 mlo >>= rshift; local 292 if (rshift >= 32) 296 rshift -= 32; 298 lshift = GMP_LIMB_BITS - rshift; 299 mlo = (mlo >> rshift) | (rshift == 0 ? 0 : mhi << lshift) 300 mhi >>= rshift; local [all...] |
| /src/lib/libc/gdtoa/ |
| gmisc.c | 38 rshift(b, k) Bigint *b; int k; function 40 rshift(Bigint *b, int k)
|
| gethex.c | 232 rshift(b, n); 295 rshift(b,n); 326 rshift(b,1);
|
| strtodg.c | 237 rshift(b, bdif); 246 rshift(b, 1); 272 rshift(b, k); 671 rshift(rvb, j); 703 rshift(rvb, -j); 775 rshift(bb, -bb2); 957 rshift(ab, -abe); 1003 rshift(rvb, 1); 1044 rshift(rvb, -j);
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/ |
| emmintrin.h | 1526 __v8hu rshift = { 15, 15, 15, 15, 15, 15, 15, 15 }; local 1532 rshift = (__v8hu) vec_splat_s16(__B); 1534 rshift = vec_splats ((unsigned short) __B); 1536 result = vec_sra ((__v8hi) __A, rshift); 1544 __v4su rshift = { 31, 31, 31, 31 }; local 1552 rshift = (__v4su) vec_splat_s32(__B); 1554 rshift = (__v4su) vec_splats((unsigned int)__B); 1557 rshift = vec_splats ((unsigned int) __B); 1559 result = vec_sra ((__v4si) __A, rshift); 1635 __v8hu rshift; local 1654 __v4su rshift; local 1679 __v2du rshift; local 1762 __v8hu rshift; local 1780 __v4su rshift; local 1797 __v8hu rshift; local 1817 __v4su rshift; local 1838 __v2du rshift; local [all...] |
| /src/external/lgpl3/gmp/dist/mpn/ia64/ |
| dive_1.asm | 46 define(`rshift', `r25') 100 (p9) mov rshift = 0 C M0 101 (p8) popcnt rshift = r8 C I0 r8 = cnt_lo_zeros(divisor) 105 (p8) shr.u divisor = divisor, rshift C I0 118 }{.mmi; sub lshift = 64, rshift C M2 131 shr.u r23 = r20, rshift C I0 155 shr.u r23 = r21, rshift C speculative, used iff n > 1 185 shr.u r23 = r21, rshift 209 shr.u r23 = r21, rshift
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bntests.pl | 48 } elsif ( defined $s{'RShift'} ) { 49 # RShift = A / 2**N 50 my $rshift = bn($s{'RShift'}); 53 return if $rshift == $a->brsft($n);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| bntests.pl | 48 } elsif ( defined $s{'RShift'} ) { 49 # RShift = A / 2**N 50 my $rshift = bn($s{'RShift'}); 53 return if $rshift == $a->brsft($n);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| bntests.pl | 48 } elsif ( defined $s{'RShift'} ) { 49 # RShift = A / 2**N 50 my $rshift = bn($s{'RShift'}); 53 return if $rshift == $a->brsft($n);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/ |
| krb5kdf.c | 294 unsigned int rotbits, rshift, rbyte; local 304 rshift = rotbits & 0x07; 308 tmp = (constant[(rbyte-1) % constant_len] << (8 - rshift) 309 | constant[rbyte % constant_len] >> rshift)
|
| /src/external/lgpl3/gmp/dist/mpn/x86/ |
| t-zdisp2.pl | 115 elsif ($base eq 'lorrshift') { @funs = qw(lshift rshift); }
|
| /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; 148 rshift %= BN_BITS2; /* say no to undefined behaviour */ 149 rmask = (BN_ULONG)0 - rshift; /* rmask = 0 - (rshift != 0) */ 155 m = (n >> rshift) & rmask;
|
| /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; 148 rshift %= BN_BITS2; /* say no to undefined behaviour */ 149 rmask = (BN_ULONG)0 - rshift; /* rmask = 0 - (rshift != 0) */ 155 m = (n >> rshift) & rmask;
|
| /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; 148 rshift %= BN_BITS2; /* say no to undefined behaviour */ 149 rmask = (BN_ULONG)0 - rshift; /* rmask = 0 - (rshift != 0) */ 155 m = (n >> rshift) & rmask;
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/ |
| krb5kdf.c | 314 unsigned int rotbits, rshift, rbyte; local 324 rshift = rotbits & 0x07; 328 tmp = (constant[(rbyte - 1) % constant_len] << (8 - rshift) 329 | constant[rbyte % constant_len] >> rshift)
|
| /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/ |
| rshift.asm | 38 include_mpn(`x86/pentium/mmx/rshift.asm')
|
| /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/mmx/ |
| rshift.asm | 39 include_mpn(`x86/pentium/mmx/rshift.asm')
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/ |
| rshift.asm | 37 include_mpn(`x86_64/fastsse/rshift-movdqu2.asm')
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/k10/ |
| rshift.asm | 37 include_mpn(`x86_64/fastsse/rshift-movdqu2.asm')
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/silvermont/ |
| rshift.asm | 37 include_mpn(`x86_64/fastsse/rshift-movdqu2.asm')
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/zen/ |
| rshift.asm | 37 include_mpn(`x86_64/fastsse/rshift-movdqu2.asm')
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| match.pd | 96 lshift rshift) 169 (bit_xor:c (plus:c @0 (rshift@2 @0 INTEGER_CST@1)) @2) 387 (convert (rshift @3 @2)) 388 (rshift @0 @2)))) 591 (rshift (convert @0) 709 (for shift (lshift rshift) 908 (for shift (lshift rshift) 929 (rshift (lshift @0 @2) @3) 932 (convert (rshift (lshift (convert:utype @0) @2) @3)))))) 947 (rshift (negate:s @0) cst@1 [all...] |