Home
last modified time | relevance | path

Searched defs:temp1 (Results 1 - 25 of 102) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DarrayLiterals3.js24 var temp1 = [1, 2, 3]; variable
65 var temp1 = [1, 2, 3]; variable
H A DdestructuringVariableDeclaration1ES6.js68 var temp1 = [true, false, true]; variable
H A DimplicitAnyFunctionInvocationWithAnyArguements.js7 function temp1(arg1) { } // error at "temp1" function
[all...]
H A DimplicitAnyDeclareFunctionExprWithoutFormalType.js16 var lambda10 = function temp1() { return 5; } function
H A DarrayLiterals2ES5.js41 var temp1 = [1, 2, 3]; variable
100 var temp1 = [1, 2, 3]; variable
[all...]
H A DarrayLiterals2ES6.js41 var temp1 = [1, 2, 3]; variable
89 var temp1 = [1, 2, 3]; variable
[all...]
H A DdestructuringVariableDeclaration1ES5.js77 var temp1 = [true, false, true]; variable
H A DdestructuringVariableDeclaration1ES5iterable.js93 var temp1 = [true, false, true]; variable
/third_party/mesa3d/src/util/
H A Dstreaming-load-memcpy.c73 __m128i temp1 = _mm_stream_load_si128(src_cacheline + 0); in util_streaming_load_memcpy() local
/third_party/ffmpeg/libavcodec/ppc/
H A Dmpegvideo_altivec.c70 register vector signed short blockv, qmulv, qaddv, nqaddv, temp1; in dct_unquantize_h263_altivec() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dcost_mips_dsp_r2.c19 int temp0, temp1; in GetResidualCost_MIPSdspR2() local
H A Dcost_mips32.c19 int temp0, temp1; in GetResidualCost_MIPS32() local
102 int temp0, temp1, temp2, n, n1; SetResidualCoeffs_MIPS32() local
[all...]
H A Drescaler_mips_dsp_r2.c172 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; ExportRowExpand_MIPSdspR2() local
[all...]
H A Dalpha_processing_mips_dsp_r2.c29 int temp1, temp2, temp3; in DispatchAlpha_MIPSdspR2() local
95 int temp0, temp1, temp2, temp3, alpha; in MultARGBRow_MIPSdspR2() local
132 int temp0, temp1, temp2, temp3, offset; PackARGB_MIPSdspR2() local
174 int temp0, temp1, temp2, offset; PackRGB_MIPSdspR2() local
[all...]
H A Drescaler_mips32.c39 int temp1, temp2, temp3; in ImportRowShrink_MIPS32() local
99 int temp1, temp2, temp3, temp4; in ImportRowExpand_MIPS32() local
154 int temp0, temp1, temp3, temp4, temp5, loop_end; ExportRowExpand_MIPS32() local
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Didctdsp_lasx.c30 __m256i temp0, temp1; in ff_put_pixels_clamped_lasx() local
55 __m256i temp0, temp1; in ff_put_signed_pixels_clamped_lasx() local
85 __m256i temp0, temp1, temp2, temp3; ff_add_pixels_clamped_lasx() local
[all...]
H A Dsimple_idct_lasx.c186 __m256i temp0, temp1, temp2, temp3; ff_simple_idct_lasx() local
213 __m256i temp0, temp1, temp2, temp3; ff_simple_idct_put_lasx() local
251 __m256i temp0, temp1, temp2, temp3; ff_simple_idct_add_lasx() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dfmtconvert_mips.c63 float temp1, temp3, temp5, temp7, temp9, temp11, temp13, temp15; in int32_to_float_fmul_scalar_mips() local
H A Daacdec_mips.h68 float temp0, temp1, temp2; in VMUL2_mips() local
99 int temp0, temp1, temp2, temp3; in VMUL4_mips() local
141 int temp0, temp1, temp2, temp3, temp4, temp5; VMUL2S_mips() local
182 int temp0, temp1, temp2, temp3, temp4; VMUL4S_mips() local
[all...]
H A Dh263dsp_msa.c33 v8i16 temp0, temp1, temp2; in h263_h_loop_filter_msa() local
/third_party/ffmpeg/libavcodec/
H A Dac3dec_fixed.c69 int temp, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in scale_coefs() local
H A Dg723_1.c1200 int temp1 = ff_g723_1_cos_tab[index] * (1 << 16); in lsp2lpc() local
H A Daacsbr.c82 float temp1, temp2, fac; in sbr_dequant() local
104 float temp1 = ff_exp2fi(NOISE_FLOOR_OFFSET - sbr->data[0].noise_facs_q[e][k] + 1); in sbr_dequant() local
/third_party/libsnd/src/GSM610/
H A Drpe.c255 int16_t xmax, xmaxc, temp, temp1, temp2 ; in APCM_quantization() local
347 int16_t temp, temp1, temp in APCM_inverse_quantization() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-iter.cc229 unsigned int temp1 = 10; in main() local

Completed in 12 milliseconds

12345