/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-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-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-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.
|
/external/swiftshader/third_party/llvm-7.0/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-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-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.
|
/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/u-boot/arch/x86/lib/ |
D | div64.c | 85 int shifts = 0; in _64bit_divide() local 88 shifts++; in _64bit_divide() 91 result |= __ashldi3(1, shifts); in _64bit_divide()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | log_quantized_test.cc | 110 void RightShiftVector(const std::vector<int32>& shifts, in RightShiftVector() argument 113 ASSERT_EQ(n, shifts.size()); in RightShiftVector() 115 vec->at(i) = std::max(1, vec->at(i) >> shifts[i]); in RightShiftVector() 264 std::vector<int> shifts = generator->RandomIntVector(test_size, 0, 29); in RunUniformShiftUniformTest() local 265 RightShiftVector(shifts, &test_data); in RunUniformShiftUniformTest()
|
/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 152 if (typ >= shifts.length) { in getVal() 155 return (info >>> shifts[typ]) & masks[typ]; in getVal() 177 int val = (info >>> shifts[typ]) & masks[typ]; in get() 189 info &= ~(masks[typ] << shifts[typ]); in setType() 190 info |= (val&masks[typ]) << shifts[typ]; in setType() 229 info &= ~(masks[typ] << shifts[typ]); in setType() 230 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
|