/external/libmpeg2/common/x86/ |
D | ideint_spatial_filter_ssse3.c | 101 WORD32 shifts[2]; in ideint_spatial_filter_ssse3() local 188 shifts[i] = 0; in ideint_spatial_filter_ssse3() 192 shifts[i] = 1; in ideint_spatial_filter_ssse3() 197 shifts[i] = -1; in ideint_spatial_filter_ssse3() 214 pu4_row1th = (UWORD32 *)(pu1_src + shifts[0]); in ideint_spatial_filter_ssse3() 215 pu4_row1tl = (UWORD32 *)(pu1_src + SUB_BLK_WD + shifts[1]); in ideint_spatial_filter_ssse3() 218 pu4_row2th = (UWORD32 *)(pu1_src + shifts[0]); in ideint_spatial_filter_ssse3() 219 pu4_row2tl = (UWORD32 *)(pu1_src + SUB_BLK_WD + shifts[1]); in ideint_spatial_filter_ssse3() 221 pu4_row1bh = (UWORD32 *)(pu1_src - shifts[0]); in ideint_spatial_filter_ssse3() 222 pu4_row1bl = (UWORD32 *)(pu1_src + SUB_BLK_WD - shifts[1]); in ideint_spatial_filter_ssse3() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | xcorr_coef.c | 47 int shifts; in WebRtcIlbcfix_XcorrCoef() local 72 shifts=2; in WebRtcIlbcfix_XcorrCoef() 74 shifts=0; in WebRtcIlbcfix_XcorrCoef() 78 Energy=WebRtcSpl_DotProductWithScale(regressor, regressor, subl, shifts); in WebRtcIlbcfix_XcorrCoef() 84 crossCorr=WebRtcSpl_DotProductWithScale(tp, rp, subl, shifts); in WebRtcIlbcfix_XcorrCoef() 134 Energy += step * ((*rp_end * *rp_end - *rp_beg * *rp_beg) >> shifts); in WebRtcIlbcfix_XcorrCoef()
|
D | enhancer_interface.c | 59 int shifts; in WebRtcIlbcfix_EnhancerInterface() local 123 shifts = WebRtcSpl_GetSizeInBits((uint32_t)(max16 * max16)) - 25; in WebRtcIlbcfix_EnhancerInterface() 124 shifts = WEBRTC_SPL_MAX(0, shifts); in WebRtcIlbcfix_EnhancerInterface() 128 shifts, -1); in WebRtcIlbcfix_EnhancerInterface() 150 ENH_BLOCKL_HALF, shifts); in WebRtcIlbcfix_EnhancerInterface() 206 shifts=2; in WebRtcIlbcfix_EnhancerInterface() 208 shifts=0; in WebRtcIlbcfix_EnhancerInterface() 211 WebRtcSpl_CrossCorrelation(corr32, target, regressor, plc_blockl, 3, shifts, in WebRtcIlbcfix_EnhancerInterface()
|
D | poly_to_lsp.c | 39 int16_t shifts, sign; in WebRtcIlbcfix_Poly2Lsp() local 121 shifts = (int16_t)WebRtcSpl_NormW32(y)-16; in WebRtcIlbcfix_Poly2Lsp() 122 y <<= shifts; in WebRtcIlbcfix_Poly2Lsp() 125 tmpW32 = (x * y) >> (19 - shifts); in WebRtcIlbcfix_Poly2Lsp()
|
/external/webrtc/webrtc/test/ |
D | rtp_file_writer.cc | 67 for (int shifts = 24; shifts >= 0; shifts -= 8) { in WriteUint32() local 68 uint8_t tmp = static_cast<uint8_t>((in >> shifts) & 0xFF); in WriteUint32()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_2022.java | 39 int shifts = 0; in match() local 68 shifts++; in match() 87 if (hits+shifts < 5) { in match() 88 quality -= (5-(hits+shifts))*10; in match()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsetRecog_2022.java | 40 int shifts = 0; in match() local 69 shifts++; in match() 88 if (hits+shifts < 5) { in match() 89 quality -= (5-(hits+shifts))*10; in match()
|
/external/icu/icu4c/source/i18n/ |
D | csr2022.cpp | 40 int32_t shifts = 0; in match_2022() local 74 shifts += 1; in match_2022() 96 if (hits+shifts < 5) { in match_2022() 97 quality -= (5-(hits+shifts))*10; in match_2022()
|
/external/walt/pywalt/pywalt/ |
D | minimization.py | 52 shifts = numpy.arange(min_shift, max_shift, step) 60 for shift in shifts: 69 best_shift0 = shifts[numpy.argmin(residuals0)] 70 best_shift1 = shifts[numpy.argmin(residuals1)]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-06.ll | 5 ; Check multiplication by 2, which should use shifts. 32 ; Check the next value up, which should use shifts. 59 ; Check the next value up, which should use shifts. 86 ; Check multiplication by -2, which should use shifts. 114 ; Check the next value down, which should use shifts. 142 ; Check the next value down, which should use shifts.
|
D | int-mul-05.ll | 5 ; Check multiplication by 2, which should use shifts. 32 ; Check the next value up, which should use shifts. 59 ; Check the next value up, which should use shifts. 86 ; Check multiplication by -2, which should use shifts. 114 ; Check the next value down, which should use shifts. 142 ; Check the next value down, which should use shifts.
|
D | shift-02.ll | 1 ; Test 32-bit logical shifts right. 23 ; We don't generate shifts by out-of-range values. 42 ; Check variable shifts. 94 ; Check that we don't try to generate "indexed" shifts.
|
D | shift-01.ll | 1 ; Test 32-bit shifts left. 23 ; We don't generate shifts by out-of-range values. 42 ; Check variable shifts. 94 ; Check that we don't try to generate "indexed" shifts.
|
D | shift-03.ll | 1 ; Test 32-bit arithmetic shifts right. 23 ; We don't generate shifts by out-of-range values. 42 ; Check variable shifts. 94 ; Check that we don't try to generate "indexed" shifts.
|
D | shift-06.ll | 1 ; Test 32-bit logical shifts right. 23 ; We don't generate shifts by out-of-range values. 32 ; Check variable shifts. 129 ; Check that we don't try to generate "indexed" shifts.
|
D | shift-07.ll | 1 ; Test 32-bit arithmetic shifts right. 23 ; We don't generate shifts by out-of-range values. 32 ; Check variable shifts. 129 ; Check that we don't try to generate "indexed" shifts.
|
D | shift-05.ll | 1 ; Test 32-bit shifts left. 23 ; We don't generate shifts by out-of-range values. 32 ; Check variable shifts. 129 ; Check that we don't try to generate "indexed" shifts.
|
/external/eigen/Eigen/src/SVD/ |
D | BDCSVD.h | 177 …const ArrayRef& diag, const IndicesRef& perm, VectorType& singVals, ArrayRef shifts, ArrayRef mus); 178 …iag, const IndicesRef& perm, const VectorType& singVals, const ArrayRef& shifts, const ArrayRef& m… 179 …iag, const IndicesRef& perm, const VectorType& singVals, const ArrayRef& shifts, const ArrayRef& m… 601 Map<ArrayXr> shifts(m_workspace.data()+1*n, n); 612 computeSingVals(col0, diag, perm, singVals, shifts, mus); 618 std::cout << " shift: " << shifts.transpose() << "\n"; 624 …std::cout << " check1 (expect0) : " << ((singVals.array()-(shifts+mus)) / singVals.array()).hea… 634 assert(shifts.allFinite()); 638 perturbCol0(col0, diag, perm, singVals, shifts, mus, zhat); 647 computeSingVecs(zhat, diag, perm, singVals, shifts, mus, U, V); [all …]
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 48 public int[] shifts = { 0, 3, 5, 6, 7, 8, 9 }; field in APIInfo 150 if (typ >= shifts.length) { in getVal() 153 return (info >>> shifts[typ]) & masks[typ]; in getVal() 175 int val = (info >>> shifts[typ]) & masks[typ]; in get() 187 info &= ~(masks[typ] << shifts[typ]); in setType() 188 info |= (val&masks[typ]) << shifts[typ]; in setType() 227 info &= ~(masks[typ] << shifts[typ]); in setType() 228 info |= i << shifts[typ]; in setType()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Roll.pbtxt | 8 specified by `axis[i]`. Negative shifts will roll the elements in the opposite 17 total shift for that axis will be the sum of all the shifts that belong to that 34 will wrap around to the first and vice versa. Multiple shifts along multiple
|
/external/llvm/test/TableGen/ |
D | math.td | 4 def shifts { 10 // CHECK: def shifts
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_surface_builder.cpp | 684 const color_u &shifts, const color_u &widths) in emit_pack() argument 694 bld.SHL(tmp, offset(src, bld, c), brw_imm_ud(shifts[c] % 32)); in emit_pack() 697 if (seen[shifts[c] / 32]) { in emit_pack() 698 bld.OR(offset(dst, bld, shifts[c] / 32), in emit_pack() 699 offset(dst, bld, shifts[c] / 32), tmp); in emit_pack() 701 bld.MOV(offset(dst, bld, shifts[c] / 32), tmp); in emit_pack() 702 seen[shifts[c] / 32] = true; in emit_pack() 717 const color_u &shifts, const color_u &widths) in emit_unpack() argument 725 offset(src, bld, shifts[c] / 32), in emit_unpack() 726 brw_imm_ud(32 - shifts[c] % 32 - widths[c])); in emit_unpack()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 227 LLVMValueRef shifts[4]; in lp_build_unpack_arith_rgba_aos() local 269 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos() 282 shifts[i] = lp_build_const_int32(gallivm, shift); in lp_build_unpack_arith_rgba_aos() 328 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), ""); in lp_build_unpack_arith_rgba_aos() 373 LLVMValueRef shifts[4]; in lp_build_pack_rgba_aos() local 406 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos() 415 shifts[i] = lp_build_const_int32(gallivm, shift); in lp_build_pack_rgba_aos() 433 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | gcd.c | 119 int shifts = 0; in euclid() local 168 shifts++; in euclid() 174 if (shifts) { in euclid() 175 if (!BN_lshift(a, a, shifts)) { in euclid()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | Tnaf.java | 548 int shifts = getShiftsForCofactor(curve.getCofactor()); in getSi() local 557 BigInteger dividend0 = ECConstants.ONE.add(ui[1]).shiftRight(shifts); in getSi() 558 BigInteger dividend1 = ECConstants.ONE.add(ui[0]).shiftRight(shifts).negate(); in getSi() 566 int shifts = getShiftsForCofactor(cofactor); in getSi() local 575 BigInteger dividend0 = ECConstants.ONE.add(ui[1]).shiftRight(shifts); in getSi() 576 BigInteger dividend1 = ECConstants.ONE.add(ui[0]).shiftRight(shifts).negate(); in getSi()
|