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

1 2

  /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/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/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/bin/csh/
misc.c 314 lshift(Char **v, size_t c) function
  /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/lib/libc/gdtoa/
misc.c 469 lshift function
gdtoaimp.h 564 #define lshift __lshift_D2A macro
615 extern Bigint *lshift ANSI((Bigint*, int));
  /src/external/gpl3/gcc/dist/gcc/
double-int.cc 704 return double_int_one.lshift (prec - 1, prec, false);
1084 double_int::lshift (HOST_WIDE_INT count) const function in class:double_int
1150 double_int::lshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const function in class:double_int
poly-int.h 1094 /* Poly version of wi::lshift, with the same interface. */
1098 lshift (const poly_int<N, Ca> &a, const Cb &b) function in namespace:wi
1103 POLY_SET_COEFF (C, r, i, wi::lshift (a.coeffs[i], b));
  /src/external/gpl3/gcc.old/dist/gcc/
double-int.cc 704 return double_int_one.lshift (prec - 1, prec, false);
1084 double_int::lshift (HOST_WIDE_INT count) const function in class:double_int
1150 double_int::lshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const function in class:double_int
poly-int.h 1167 /* Poly version of wi::lshift, with the same interface. */
1171 lshift (const poly_int_pod<N, Ca> &a, const Cb &b) function in namespace:wi
1176 POLY_SET_COEFF (C, r, i, wi::lshift (a.coeffs[i], b));
wide-int.h 191 wi::lshift (1, 100); // 1 << 100 as a widest_int
608 SHIFT_FUNCTION lshift (const T1 &, const T2 &);
760 ASSIGNMENT_OPERATOR (operator <<=, lshift)
3033 wi::lshift (const T1 &x, const T2 &y) function in class:wi
3171 WI_UNARY_RESULT (T1) left = wi::lshift (x, ymod);
3193 WI_UNARY_RESULT (T1) left = wi::lshift (x, wi::sub (width, ymod));
3302 SHIFT_OPERATOR (operator <<, lshift)
  /src/crypto/external/bsd/openssl/dist/test/
bntest.c 1332 || !equalBN("LShift >> 1", a, ret)
1334 || !equalBN("LShift >> 1", a, ret))
1342 || !equalBN("(LShift | 1) >> 1", a, ret))
1359 BIGNUM *a = NULL, *lshift = NULL, *ret = NULL; local
1363 || !TEST_ptr(lshift = getBN(s, "LShift"))
1369 || !equalBN("A << N", lshift, ret)
1370 || !TEST_true(BN_rshift(ret, lshift, n))
1377 BN_free(lshift);
3045 {"LShift", file_lshift}
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
bntest.c 1328 || !equalBN("LShift >> 1", a, ret)
1330 || !equalBN("LShift >> 1", a, ret))
1338 || !equalBN("(LShift | 1) >> 1", a, ret))
1355 BIGNUM *a = NULL, *lshift = NULL, *ret = NULL; local
1359 || !TEST_ptr(lshift = getBN(s, "LShift"))
1365 || !equalBN("A << N", lshift, ret)
1366 || !TEST_true(BN_rshift(ret, lshift, n))
1373 BN_free(lshift);
2859 {"LShift", file_lshift}
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
bntest.c 1354 || !equalBN("LShift >> 1", a, ret)
1356 || !equalBN("LShift >> 1", a, ret))
1364 || !equalBN("(LShift | 1) >> 1", a, ret))
1381 BIGNUM *a = NULL, *lshift = NULL, *ret = NULL; local
1385 || !TEST_ptr(lshift = getBN(s, "LShift"))
1391 || !equalBN("A << N", lshift, ret)
1392 || !TEST_true(BN_rshift(ret, lshift, n))
1399 BN_free(lshift);
3317 { "LShift", file_lshift }
    [all...]
  /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/gdb.old/dist/gdb/
ia64-tdep.c 385 int lshift; local
392 lshift = 8 - (from % 8);
396 result |= ((long long) b[i]) << lshift;
397 lshift += 8;
404 result |= ((long long) c) << lshift;
  /src/external/gpl3/gdb/dist/gdb/
ia64-tdep.c 385 int lshift; local
392 lshift = 8 - (from % 8);
396 result |= ((long long) b[i]) << lshift;
397 lshift += 8;
404 result |= ((long long) c) << lshift;
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 5559 unsigned lshift = 32 - (count + pos);
5561 operands[2] = GEN_INT (lshift);
5541 unsigned lshift = 32 - (count + pos); local
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 3537 tree lshift; local
3564 lshift = fold_build2_loc (input_location, LSHIFT_EXPR, type,
3568 cond = fold_build3_loc (input_location, COND_EXPR, type, ge, lshift,
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 3436 tree lshift; local
3463 lshift = fold_build2_loc (input_location, LSHIFT_EXPR, type,
3467 cond = fold_build3_loc (input_location, COND_EXPR, type, ge, lshift,
trans-intrinsic.cc 6765 tree lshift; local
6780 lshift = fold_build2_loc (input_location, LSHIFT_EXPR, type, args[0], width);
6792 tmp = fold_build3_loc (input_location, COND_EXPR, type, tmp, lshift, rshift);
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 759 lshift (SIM_CPU *cpu, bu64 val, int cnt, int size, bool saturate, bool overflow) function
2590 SET_DREG (dst, lshift (cpu, DREG (dst), DREG (src), 32, 0, 0));
2796 SET_DREG (dst, lshift (cpu, DREG (dst), uimm, 32, 0, 0));
5265 val = lshift (cpu, val, shft, 16, sop == 1, 1);
5283 TRACE_INSN (cpu, "R%i.%c = LSHIFT R%i.%c BY R%i.L;",
5333 val = lshift (cpu, acc, shft, 40, 0, 0);
5346 TRACE_INSN (cpu, "A%i = LSHIFT A%i BY R%i.L;", HLs, HLs, src0);
5352 val = lshift (cpu, acc, shft, 40, 0, 0);
5384 val0 = lshift (cpu, val0, shft, 16, sop == 1, 1);
5386 val1 = lshift (cpu, val1, shft, 16, sop == 1, 1)
    [all...]

Completed in 152 milliseconds

1 2