/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_2022.java | 37 int shifts = 0; in match() local 66 shifts++; in match() 85 if (hits+shifts < 5) { in match() 86 quality -= (5-(hits+shifts))*10; in match()
|
/external/icu/icu4c/source/i18n/ |
D | csr2022.cpp | 39 int32_t shifts = 0; in match_2022() local 73 shifts += 1; in match_2022() 95 if (hits+shifts < 5) { in match_2022() 96 quality -= (5-(hits+shifts))*10; in match_2022()
|
/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-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.
|
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.
|
/external/opencv/cvaux/src/ |
D | cvlevmarprojbandle.cpp | 369 int *shifts = 0; in icvComputeMatrixVAll() local 391 CV_CALL(shifts = (int*)cvAlloc(sizeof(int)*numImages)); in icvComputeMatrixVAll() 392 memset(shifts,0,sizeof(int)*numImages); in icvComputeMatrixVAll() 407 sum += cvmGet(pointDeriv[currImage],0,shifts[currImage]*4+i) * in icvComputeMatrixVAll() 408 cvmGet(pointDeriv[currImage],0,shifts[currImage]*4+j); in icvComputeMatrixVAll() 410 sum += cvmGet(pointDeriv[currImage],1,shifts[currImage]*4+i) * in icvComputeMatrixVAll() 411 cvmGet(pointDeriv[currImage],1,shifts[currImage]*4+j); in icvComputeMatrixVAll() 425 shifts[currImage]++; in icvComputeMatrixVAll() 431 cvFree( &shifts); in icvComputeMatrixVAll() 634 int *shifts = 0; in icvComputeJacErrorPoint() local [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 155 LLVMValueRef shifts[4]; in lp_build_unpack_arith_rgba_aos() local 199 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos() 212 shifts[i] = lp_build_const_int32(gallivm, shift); in lp_build_unpack_arith_rgba_aos() 229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), ""); in lp_build_unpack_arith_rgba_aos() 272 LLVMValueRef shifts[4]; in lp_build_pack_rgba_aos() local 306 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos() 315 shifts[i] = lp_build_const_int32(gallivm, shift); in lp_build_pack_rgba_aos() 335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
|
/external/llvm/test/TableGen/ |
D | math.td | 4 def shifts { 10 // CHECK: def shifts
|
/external/bison/src/ |
D | state.c | 57 transitions_to (transitions *shifts, symbol_number sym) in transitions_to() argument 62 aver (j < shifts->num); in transitions_to() 63 if (TRANSITION_SYMBOL (shifts, j) == sym) in transitions_to() 64 return shifts->states[j]; in transitions_to()
|
/external/webrtc/src/modules/audio_processing/utility/ |
D | delay_estimator.c | 233 int shifts = kShiftsAtZero; in WebRtc_ProcessBinarySpectrum() local 234 shifts -= (kShiftsLinearSlope * handle->far_bit_counts[i]) >> 4; in WebRtc_ProcessBinarySpectrum() 235 WebRtc_MeanEstimatorFix(bit_count, shifts, &(handle->mean_bit_counts[i])); in WebRtc_ProcessBinarySpectrum()
|
/external/boringssl/src/crypto/bn/ |
D | gcd.c | 117 int shifts = 0; in euclid() local 166 shifts++; in euclid() 172 if (shifts) { in euclid() 173 if (!BN_lshift(a, a, shifts)) { in euclid()
|
/external/llvm/test/CodeGen/X86/ |
D | lower-vec-shift.ll | 6 ; Verify that the following shifts are lowered into a sequence of two shifts plus 9 ; emit a simpler sequence of two shifts + blend when possible.
|
D | phys_subreg_coalesce-3.ll | 9 …2* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shifts) nounwind ssp { 30 %2 = ashr i32 %j.06, %shifts ; <i32> [#uses=1]
|
D | shift-combine-crash.ll | 7 ; split into two legal shifts that work on <2 x i64> elements. 19 ; Also, verify that DAGCombiner doesn't crash when trying to combine shifts
|
D | vshift-3.ll | 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
|
D | x86_64-mul-by-const.ll | 2 ; Formerly there were two shifts. rdar://8771012.
|
D | vshift-1.ll | 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
|
D | vshift-2.ll | 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
|
D | x86-64-extend-shift.ll | 2 ; Formerly there were two shifts.
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | 2003-01-09-SARTest.ll | 3 ; We were accidentally inverting the signedness of right shifts. Whoops.
|