| /openbsd-src/lib/libcrypto/bn/ |
| H A D | bn_shift.c | 27 size_t lshift, rshift; in bn_lshift() local 47 lshift = shift_bits % BN_BITS2; in bn_lshift() 48 rshift = (BN_BITS2 - lshift) % BN_BITS2; in bn_lshift() 49 rstride = 0 - (lshift + rshift) / BN_BITS2; in bn_lshift() 73 *dst = *src << lshift | src[rstride] >> rshift; in bn_lshift() 77 *dst = *src << lshift; in bn_lshift() 97 size_t lshift, rshift; in bn_rshift() local 119 lshift = (BN_BITS2 - rshift) % BN_BITS2; in bn_rshift() 120 lstride = (lshift + rshift) / BN_BITS2; in bn_rshift() 135 *dst = src[lstride] << lshift | *src >> rshift; in bn_rshift()
|
| /openbsd-src/lib/libc/gdtoa/ |
| H A D | dtoa.c | 603 b = lshift(b, b2); 608 S = lshift(S, s2); 643 mhi = lshift(mhi, m2); 658 mhi = lshift(mhi, Log2P); 711 b = lshift(b, 1); 788 b = lshift(b, 1);
|
| H A D | strtodg.c | 261 b = lshift(b, -bdif); 718 rvb = lshift(rvb, j); 806 bb = lshift(bb, bb2); 818 bd = lshift(bd, bd2); 823 bs = lshift(bs, bs2); 873 delta = lshift(delta,1); 983 rvb = lshift(rvb, j = nbits - rvbits); 995 ab = lshift(ab, abe); 1018 rvb = lshift(rvb, 1); 1075 rvb = lshift(rvb, j);
|
| H A D | gdtoa.c | 601 b = lshift(b, b2); 606 S = lshift(S, s2); 643 mhi = lshift(mhi, m2); 658 mhi = lshift(mhi, 1); 719 b = lshift(b, 1); 787 b = lshift(b, 1);
|
| H A D | strtod.c | 660 bb = lshift(bb, bb2); 670 bd = lshift(bd, bd2); 675 bs = lshift(bs, bs2); 713 delta = lshift(delta,Log2P); 807 delta = lshift(delta,Log2P);
|
| H A D | gdtoaimp.h | 547 #define lshift __lshift_D2A macro 597 extern Bigint *lshift ANSI((Bigint*, int));
|
| H A D | gethex.c | 254 b = lshift(b, n);
|
| H A D | misc.c | 462 lshift in lshift() function
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | overload.pl | 175 lshift (<<
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | overload.inc | 145 "(<<", /* lshift */
|
| /openbsd-src/bin/csh/ |
| H A D | misc.c | 264 lshift(Char **v, int c) in lshift() function
|
| H A D | extern.h | 198 void lshift(Char **, int);
|
| H A D | func.c | 259 lshift(kp->t_dcom, vv - kp->t_dcom); in doif() 515 lshift(v, 2); in dorepeat()
|
| H A D | exec.c | 378 lshift(kp->t_dcom, 1); in execash()
|
| H A D | set.c | 560 lshift(argv->vec, 1); in shift()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ia64-tdep.c | 344 int lshift; in extract_bit_field() local 351 lshift = 8 - (from % 8); in extract_bit_field() 355 result |= ((long long) b[i]) << lshift; in extract_bit_field() 356 lshift += 8; in extract_bit_field() 363 result |= ((long long) c) << lshift; in extract_bit_field()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
| H A D | BigFloat.pm | |
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | fold-const.c | 10261 tree lshift; in fold_binary() local 10268 lshift = build_int_cst (type, -1); in fold_binary() 10269 lshift = int_const_binop (code, lshift, arg1, 0); in fold_binary() 10271 return fold_build2 (BIT_AND_EXPR, type, arg00, lshift); in fold_binary()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | intrin.def | 271 DEFNAME ("LSHIFT", "lshift", "LShift", genNONE, specLSHIFT) /* F2C */
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | arm.md | 2694 HOST_WIDE_INT lshift = 32 - INTVAL (operands[2]) - INTVAL (operands[3]); 2699 if (lshift == 0) 2705 operands[2] = GEN_INT (lshift);
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm.md | 2969 HOST_WIDE_INT lshift = 32 - INTVAL (operands[2]) - INTVAL (operands[3]); 2974 if (lshift == 0) 2980 operands[2] = GEN_INT (lshift);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.5 | 8381 (lshift:DI/ashift:DI): Disable for 64bit.
|
| H A D | ChangeLog.7 | 8432 * fold-const.c (lshift-double): Cast the high word to an unsigned
|