Home
last modified time | relevance | path

Searched refs:shifts (Results 1 – 25 of 133) sorted by relevance

123456

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_2022.java37 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/
Dcsr2022.cpp39 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/
Dint-mul-06.ll5 ; 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.
Dint-mul-05.ll5 ; 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.
Dshift-02.ll1 ; 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.
Dshift-01.ll1 ; 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.
Dshift-03.ll1 ; 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.
Dshift-05.ll1 ; 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.
Dshift-06.ll1 ; 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.
Dshift-07.ll1 ; 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/
Dcvlevmarprojbandle.cpp369 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/
Dlp_bld_format_aos.c155 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/
Dmath.td4 def shifts {
10 // CHECK: def shifts
/external/bison/src/
Dstate.c57 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/
Ddelay_estimator.c233 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/
Dgcd.c117 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/
Dlower-vec-shift.ll6 ; 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.
Dphys_subreg_coalesce-3.ll9 …2* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shifts) nounwind ssp {
30 %2 = ashr i32 %j.06, %shifts ; <i32> [#uses=1]
Dshift-combine-crash.ll7 ; 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
Dvshift-3.ll3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
Dx86_64-mul-by-const.ll2 ; Formerly there were two shifts. rdar://8771012.
Dvshift-1.ll3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
Dvshift-2.ll3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
Dx86-64-extend-shift.ll2 ; Formerly there were two shifts.
/external/llvm/test/ExecutionEngine/MCJIT/
D2003-01-09-SARTest.ll3 ; We were accidentally inverting the signedness of right shifts. Whoops.

123456