/device/google/contexthub/util/stm32_flash/ |
spi.c | 154 uint32_t tmp32; local 171 tmp32 = 8000000; 172 if (ioctl(spi_handle->fd, SPI_IOC_WR_MAX_SPEED_HZ, &tmp32) < 0) {
|
/external/libopus/silk/fixed/ |
vector_ops_FIX.c | 43 opus_int32 tmp32; local 46 tmp32 = silk_SMULWB( gain_Q16, data_in[ i ] ); 47 data_out[ i ] = (opus_int16)silk_CHECK_FIT16( tmp32 );
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
cb_search_core.c | 38 int32_t maxW32, tmp32; local 68 tmp32 = *cDotPtr << sh; 69 tmp16 = (int16_t)(tmp32 >> 16);
|
/external/curl/projects/ |
build-openssl.bat | 183 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 187 rd tmp32.dbg /s /q 206 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 210 rd tmp32 /s /q 236 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 240 rd tmp32.dbg /s /q 259 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 263 rd tmp32 /s /q
|
/external/llvm/test/CodeGen/X86/ |
2010-01-13-OptExtBug.ll | 29 %tmp32 = zext i16 %tmp31 to i32 35 %tmp33 = add i32 %indvar, %tmp32
|
2012-10-18-crash-dagco.ll | 30 %tmp32 = getelementptr inbounds [411 x i8], [411 x i8]* @global, i32 0, i32 undef 31 %tmp33 = load i8, i8* %tmp32, align 1
|
2012-01-10-UndefExceptionEdge.ll | 70 %tmp32 = bitcast i32* %tmp15 to i8* 88 tail call void @llvm.memset.p0i8.i32(i8* %tmp32, i8 0, i32 %tmp9, i32 1, i1 false) nounwind 104 tail call void @llvm.memset.p0i8.i32(i8* %tmp32, i8 0, i32 %tmp9, i32 1, i1 false) nounwind
|
2006-05-11-InstrSched.ll | 16 %tmp32 = getelementptr i32, i32* %mpp, i32 %tmp31 ; <i32*> [#uses=1] 17 %tmp34 = bitcast i32* %tmp32 to <16 x i8>* ; <i8*> [#uses=1]
|
2008-02-22-LocalRegAllocBug.ll | 47 %tmp32 = load i8*, i8** %src_addr, align 4 ; <i8*> [#uses=1] 48 %tmp33 = getelementptr i8, i8* %tmp32, i32 %tmp31 ; <i8*> [#uses=1]
|
2012-04-26-sdglue.ll | 36 %tmp32 = call <8 x float> @llvm.x86.avx.vinsertf128.ps.256(<8 x float> zeroinitializer, <4 x float> %tmp31, i8 1) 37 %tmp33 = fadd <8 x float> undef, %tmp32
|
/external/llvm/test/Transforms/InstCombine/ |
bitcast-bigendian.ll | 53 %tmp32 = zext i32 %B to i64 54 %tmp33 = shl i64 %tmp32, 32 69 %tmp32 = zext i32 %tmp31 to i64 70 %tmp33 = shl i64 %tmp32, 32
|
2012-06-06-LoadOfPHIs.ll | 78 %tmp32 = load double, double* %max.0 79 %tmp33 = fcmp oeq double %tmp31, %tmp32 89 %tmp37 = fsub double %tmp32, %tmp31 93 %tmp39 = fadd double %tmp32, %tmp31 99 %tmp42 = fsub double 2.000000e+00, %tmp32
|
2008-05-09-SinkOfInvoke.ll | 18 %tmp32 = invoke i32** @__ctype_toupper_loc( ) readnone
|
trunc.ll | 88 %tmp32 = zext i32 %B to i128 89 %tmp33 = shl i128 %tmp32, 32 95 ; CHECK: %tmp32 = zext i32 %B to i64 96 ; CHECK: %tmp33 = shl nuw i64 %tmp32, 32
|
bitcast.ll | 125 %tmp32 = zext i32 %B to i64 126 %tmp33 = shl i64 %tmp32, 32 142 %tmp32 = zext i32 %tmp31 to i64 143 %tmp33 = shl i64 %tmp32, 32
|
/external/webrtc/webrtc/common_audio/vad/ |
vad_filterbank.c | 46 int32_t tmp32 = 0; local 59 tmp32 = kHpZeroCoefs[0] * *in_ptr; 60 tmp32 += kHpZeroCoefs[1] * filter_state[0]; 61 tmp32 += kHpZeroCoefs[2] * filter_state[1]; 66 tmp32 -= kHpPoleCoefs[1] * filter_state[2]; 67 tmp32 -= kHpPoleCoefs[2] * filter_state[3]; 69 filter_state[2] = (int16_t) (tmp32 >> 14); 94 int32_t tmp32 = 0; local 98 tmp32 = state32 + filter_coefficient * *data_in; 99 tmp16 = (int16_t) (tmp32 >> 16); // Q(-1 [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model.c | 33 int32_t tmp32[MAX_AR_MODEL_ORDER]; local 48 tmp32[k] = WebRtcSpl_DivW32W16(tmp32b, tmp_inv_denum16); //Q27/Q15 = Q12 52 a16[k] = (int16_t)(tmp32[k] >> 1); // Q12>>1 => Q11 55 tmp32[m] = WEBRTC_SPL_SAT(4092, tmp32[m], -4092); 56 k16[m - 1] = (int16_t)(tmp32[m] << 3); // Q12<<3 => Q15 470 int32_t tmp32 = 0, word32_high = 0, word32_low = 0, residual_energy = 0; local 481 tmp32 = a_polynomial[j] * a_polynomial[j - i]; 482 /* tmp32 in Q(q_val_polynomial * 2). */ 484 tmp32 <<= 1 544 int32_t tmp32; local [all...] |
entropy_coding.c | 953 int32_t tmp32; local 1037 tmp32 = WEBRTC_SPL_MUL_16_32_RSFT16(31208, tmpcoeffs_sQ17[poss]); // (Q16*Q17)>>16 = Q17, with 1/2.1 = 0.47619047619 ~= 31208 in Q16 1038 tmp32 = tmp32 + WebRtcIsacfix_kMeansShapeQ17[model][poss]; // Q17+Q17 = Q17 1039 LPCCoefQ17[pos] = tmp32; 1045 tmp32 = WEBRTC_SPL_MUL_16_32_RSFT16(18204, tmpcoeffs_sQ17[poss]) << 3; 1046 tmp32 = tmp32 + WebRtcIsacfix_kMeansShapeQ17[model][poss]; // Q17+Q17 = Q17 1047 LPCCoefQ17[pos] = tmp32; 1078 int32_t tmp32; local [all...] |
/external/speex/libspeex/ |
mdf.c | 706 spx_word32_t tmp32; local 730 spx_word32_t tmp32; local 732 tmp32 = SUB32(EXTEND32(st->input[chan*st->frame_size+i]), EXTEND32(MULT16_16_P15(st->preemph, st->memD[chan]))); 734 if (tmp32 > 32767) 736 tmp32 = 32767; 740 if (tmp32 < -32767) 742 tmp32 = -32767; 748 st->input[chan*st->frame_size+i] = EXTRACT16(tmp32); 756 spx_word32_t tmp32; local 758 tmp32 = SUB32(EXTEND32(far_end[i*K+speak]), EXTEND32(MULT16_16_P15(st->preemph, st->memX[speak]))) [all...] |
/external/llvm/test/CodeGen/AMDGPU/ |
store-barrier.ll | 32 %tmp32 = getelementptr inbounds <2 x i8>, <2 x i8> addrspace(3)* %arg, i32 %tmp25, i32 0 33 %tmp33 = load i8, i8 addrspace(3)* %tmp32, align 1
|
/external/llvm/test/Transforms/LICM/ |
2007-05-22-VolatileSink.ll | 49 %tmp32 = icmp sle i32 %i.1, 7 ; <i1> [#uses=1] 50 %tmp3233 = zext i1 %tmp32 to i8 ; <i8> [#uses=1]
|
/external/llvm/test/Transforms/StructurizeCFG/ |
nested-loop-order.ll | 49 %tmp32 = icmp sgt i32 %tmp20, 2 50 br i1 %tmp32, label %ENDLOOP, label %LOOP
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
dynamic-indices.ll | 16 ; CHECK: %tmp32 = load i64, i64* %arrayidx31, align 8, !tbaa [[TAG:!.*]] 60 %tmp32 = load i64, i64* %arrayidx31, align 8, !tbaa !3 62 store i64 %tmp32, i64* %arrayidx35, align 8, !tbaa !3
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
complex_fft.c | 164 int32_t tmp32, round2; local 185 tmp32 = WebRtcSpl_MaxAbsValueW16(frfi, 2 * n); 186 if (tmp32 > 13573) 192 if (tmp32 > 27146)
|
/external/llvm/test/CodeGen/ARM/ |
fp16.ll | 58 ; CHECK-FP16: vcvtb.f32.f16 [[TMP32:s[0-9]+]], [[TMP16]] 59 ; CHECK-FP16: vcvt.f64.f32 d0, [[TMP32]]
|