/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | do_plc.c | 47 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local 117 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc() 118 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc() 123 if(2 * shiftMax + shift3 > 2 * shift1 + shift2) { in WebRtcIlbcfix_DoThePlc() 125 WEBRTC_SPL_MIN(31, 2 * shiftMax + shift3 - 2 * shift1 - shift2); in WebRtcIlbcfix_DoThePlc() 130 WEBRTC_SPL_MIN(31, 2 * shift1 + shift2 - 2 * shiftMax - shift3); in WebRtcIlbcfix_DoThePlc()
|
/external/llvm/test/CodeGen/AArch64/ |
D | addsub-shifted.ll | 22 %shift3 = shl i32 %rhs3, 5 23 %val3 = sub i32 %lhs32, %shift3 88 %shift3 = lshr i32 %rhs32, 5 89 %val3 = sub i32 %lhs32, %shift3 147 %shift3 = ashr i32 %rhs32, 5 148 %val3 = sub i32 %lhs32, %shift3 210 %shift3 = ashr i32 %rhs32, 9 211 %tst3 = icmp ne i32 %lhs32, %shift3 265 %shift3 = ashr i32 %rhs32, 9 266 %val3 = sub i32 0, %shift3
|
D | bitfield.ll | 94 %shift3 = shl i32 %val32, 1 95 store volatile i32 %shift3, i32* @var32
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | addsub-shifted.ll | 25 %shift3 = shl i32 %rhs3, 5 26 %val3 = sub i32 %lhs32, %shift3 91 %shift3 = lshr i32 %rhs32, 5 92 %val3 = sub i32 %lhs32, %shift3 150 %shift3 = ashr i32 %rhs32, 5 151 %val3 = sub i32 %lhs32, %shift3 213 %shift3 = ashr i32 %rhs32, 9 214 %tst3 = icmp ne i32 %lhs32, %shift3 268 %shift3 = ashr i32 %rhs32, 9 269 %val3 = sub i32 0, %shift3
|
D | bitfield.ll | 94 %shift3 = shl i32 %val32, 1 95 store volatile i32 %shift3, i32* @var32
|
/external/llvm/test/Transforms/InstSimplify/ |
D | exact-nsw-nuw.ll | 22 ; CHECK-LABEL: @shift3( 24 define i32 @shift3(i32 %A, i32 %B) {
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ |
D | exact-nsw-nuw.ll | 25 define i32 @shift3(i32 %A, i32 %B) { 26 ; CHECK-LABEL: @shift3(
|
/external/libjpeg-turbo/simd/arm/ |
D | jquanti-neon.c | 121 int16x8_t shift3 = vld1q_s16(shift_ptr + (i + 3) * DCTSIZE); in jsimd_quantize_neon() local 172 vnegq_s16(shift3))); in jsimd_quantize_neon()
|
/external/libxaac/decoder/ |
D | ixheaacd_vec_baisc_ops.h | 35 WORD8 shift1, WORD8 shift2, WORD8 shift3);
|
/external/libxkbcommon/test/data/types/ |
D | numpad | 41 partial xkb_types "shift3" {
|
/external/llvm-project/llvm/test/Transforms/SROA/ |
D | big-endian.ll | 107 ; CHECK-NEXT: %[[shift3:.*]] = shl i40 %[[ext3]], 32 109 ; CHECK-NEXT: %[[insert3:.*]] = or i40 %[[mask3]], %[[shift3]]
|
/external/libhevc/common/arm/ |
D | ihevc_itrans_recon_32x32.s | 905 bhs shift3 937 bhs shift3 972 bhs shift3 1008 bhs shift3 1137 shift3: label
|
/external/aac/libSBRdec/src/ |
D | hbe.cpp | 1760 int shift3 = fMin(fMax(temp_e, mVal_e) - temp_e, 31); in QmfTransposerApply() local 1763 if ((temp_F >> shift3) > (mVal_F >> shift4)) { in QmfTransposerApply()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | asm-18.ll | 521 %shift3 = lshr i32 %res1, 2 522 %and3 = and i32 %shift3, 127
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | asm-18.ll | 525 %shift3 = lshr i32 %res1, 2 526 %and3 = and i32 %shift3, 127
|
/external/libhevc/common/arm64/ |
D | ihevc_itrans_recon_32x32.s | 942 bhs shift3 974 bhs shift3 1009 bhs shift3 1045 bhs shift3 1174 shift3: label
|
/external/libxkbcommon/test/data/rules/ |
D | evdev | 1174 numpad:shift3 = +numpad(shift3)
|
D | base | 1287 numpad:shift3 = +numpad(shift3)
|
/external/dng_sdk/source/ |
D | dng_image_writer.cpp | 3459 int32 shift3 = (fCodeSize + bit) - 24; in PutCodeWord() local 3462 uint8 byte3 = (uint8) (code << (-shift3)); in PutCodeWord()
|