Home
last modified time | relevance | path

Searched refs:temp01 (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_dsp/mips/
H A Dadd_noise_msa.c28 v16u8 temp00, temp01, black_clamp, white_clamp; in aom_plane_add_noise_msa() local
40 temp01 = (pos1 < black_clamp); in aom_plane_add_noise_msa()
41 pos1 = __msa_bmnz_v(pos1, black_clamp, temp01); in aom_plane_add_noise_msa()
47 temp01 = (temp01_s < pos1); in aom_plane_add_noise_msa()
48 pos1 = (v16u8)__msa_bmnz_v((v16u8)pos1, (v16u8)temp01_s, temp01); in aom_plane_add_noise_msa()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/mips/
H A Dadd_noise_msa.c29 v16u8 temp00, temp01, black_clamp, white_clamp; in aom_plane_add_noise_msa() local
41 temp01 = (pos1 < black_clamp); in aom_plane_add_noise_msa()
42 pos1 = __msa_bmnz_v(pos1, black_clamp, temp01); in aom_plane_add_noise_msa()
48 temp01 = (temp01_s < pos1); in aom_plane_add_noise_msa()
49 pos1 = (v16u8)__msa_bmnz_v((v16u8)pos1, (v16u8)temp01_s, temp01); in aom_plane_add_noise_msa()
/dports/www/firefox/firefox-99.0/third_party/aom/aom_dsp/mips/
H A Dadd_noise_msa.c29 v16u8 temp00, temp01, black_clamp, white_clamp; in aom_plane_add_noise_msa() local
41 temp01 = (pos1 < black_clamp); in aom_plane_add_noise_msa()
42 pos1 = __msa_bmnz_v(pos1, black_clamp, temp01); in aom_plane_add_noise_msa()
48 temp01 = (temp01_s < pos1); in aom_plane_add_noise_msa()
49 pos1 = (v16u8)__msa_bmnz_v((v16u8)pos1, (v16u8)temp01_s, temp01); in aom_plane_add_noise_msa()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_dsp/mips/
H A Dadd_noise_msa.c29 v16u8 temp00, temp01, black_clamp, white_clamp; in aom_plane_add_noise_msa() local
41 temp01 = (pos1 < black_clamp); in aom_plane_add_noise_msa()
42 pos1 = __msa_bmnz_v(pos1, black_clamp, temp01); in aom_plane_add_noise_msa()
48 temp01 = (temp01_s < pos1); in aom_plane_add_noise_msa()
49 pos1 = (v16u8)__msa_bmnz_v((v16u8)pos1, (v16u8)temp01_s, temp01); in aom_plane_add_noise_msa()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_dsp/mips/
H A Dadd_noise_msa.c29 v16u8 temp00, temp01, black_clamp, white_clamp; in aom_plane_add_noise_msa() local
41 temp01 = (pos1 < black_clamp); in aom_plane_add_noise_msa()
42 pos1 = __msa_bmnz_v(pos1, black_clamp, temp01); in aom_plane_add_noise_msa()
48 temp01 = (temp01_s < pos1); in aom_plane_add_noise_msa()
49 pos1 = (v16u8)__msa_bmnz_v((v16u8)pos1, (v16u8)temp01_s, temp01); in aom_plane_add_noise_msa()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/aom_dsp/mips/
H A Dadd_noise_msa.c29 v16u8 temp00, temp01, black_clamp, white_clamp; in aom_plane_add_noise_msa() local
41 temp01 = (pos1 < black_clamp); in aom_plane_add_noise_msa()
42 pos1 = __msa_bmnz_v(pos1, black_clamp, temp01); in aom_plane_add_noise_msa()
48 temp01 = (temp01_s < pos1); in aom_plane_add_noise_msa()
49 pos1 = (v16u8)__msa_bmnz_v((v16u8)pos1, (v16u8)temp01_s, temp01); in aom_plane_add_noise_msa()
/dports/math/openblas/OpenBLAS-0.3.18/kernel/power/
H A Dzscal.c71 FLOAT temp00, temp01, temp10, temp11, temp20, temp21, temp30, temp31; in zscal_kernel_8() local
90 temp01 = x0_i * alpha_r2; in zscal_kernel_8()
100 temp01 += x0_r * alpha_i2; in zscal_kernel_8()
106 x1[1] = temp01; in zscal_kernel_8()
/dports/science/chrono/chrono-7.0.1/src/chrono/multicore_math/
H A Dsimd_avx.h264 __m256d temp01 = _mm256_hadd_pd(xy0, xy1); in Dot4() local
270 __m256d swapped = _mm256_permute2f128_pd(temp01, temp23, 0x21); in Dot4()
273 __m256d blended = _mm256_blend_pd(temp01, temp23, 0xC); in Dot4()
286 __m256d temp01 = _mm256_hadd_pd(xy0, xy1); in Dot4() local
292 __m256d swapped = _mm256_permute2f128_pd(temp01, temp23, 0x21); in Dot4()
295 __m256d blended = _mm256_blend_pd(temp01, temp23, 0xC); in Dot4()
H A Dmatrix.cpp48 __m256d temp01 = _mm256_hadd_pd(xy0, xy1); in DotMM() local
54 __m256d swapped = _mm256_permute2f128_pd(temp01, temp23, 0x21); in DotMM()
57 __m256d blended = _mm256_blend_pd(temp01, temp23, 0xC); in DotMM()
77 __m256d temp01 = _mm256_hadd_pd(xy0, xy1); in DotMM() local
86 __m256d blended = _mm256_blend_pd(temp01, temp23, 0xC); in DotMM()
127 __m256d blended = _mm256_blend_pd(temp01, temp23, 0xC); in MulM_TM()
186 __m256d temp01 = _mm256_hadd_pd(xy0, xy1); in NormalEquations() local
189 __m256d blended = _mm256_blend_pd(temp01, temp23, 0xC); in NormalEquations()
194 temp01 = _mm256_hadd_pd(xy4, xy5); in NormalEquations()
196 swapped = _mm256_permute2f128_pd(temp01, temp23, 0x21); in NormalEquations()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Denoising/include/
H A DitkPatchBasedDenoisingImageFilter.hxx1159 const RealValueType temp01 = eigenVecs(0,0) * YEigenVecs(1,0) * eigVal0 + in ComputeLogMapAndWeightedSquaredGeodesicDifference() local
1185 …symMatrixLogMap[0] = YEigVal0 * temp00 * temp00 + YEigVal1 * temp01 * temp01 + YEigVal2 * temp02 *… in ComputeLogMapAndWeightedSquaredGeodesicDifference()
1186 …symMatrixLogMap[1] = YEigVal0 * temp00 * temp10 + YEigVal1 * temp01 * temp11 + YEigVal2 * temp02 *… in ComputeLogMapAndWeightedSquaredGeodesicDifference()
1187 …symMatrixLogMap[2] = YEigVal0 * temp00 * temp20 + YEigVal1 * temp01 * temp21 + YEigVal2 * temp02 *… in ComputeLogMapAndWeightedSquaredGeodesicDifference()
1320 const RealValueType temp01 = eigenVecs(0,0) * YEigenVecs(1,0) * eigVal0 + in AddExponentialMapUpdate() local
1346 expMap[0] = YEigVal0 * temp00 * temp00 + YEigVal1 * temp01 * temp01 + YEigVal2 * temp02 * temp02; in AddExponentialMapUpdate()
1347 expMap[1] = YEigVal0 * temp00 * temp10 + YEigVal1 * temp01 * temp11 + YEigVal2 * temp02 * temp12; in AddExponentialMapUpdate()
1348 expMap[2] = YEigVal0 * temp00 * temp20 + YEigVal1 * temp01 * temp21 + YEigVal2 * temp02 * temp22; in AddExponentialMapUpdate()
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChBody.cpp892 double temp01 = in ComputeJacobianForContactPart() local
927 jacobian_tuple_U.Get_Cq()(3) = -p1.y() * temp01 + p1.z() * temp11; in ComputeJacobianForContactPart()
928 jacobian_tuple_U.Get_Cq()(4) = -p1.z() * temp21 + p1.x() * temp01; in ComputeJacobianForContactPart()
948 jacobian_tuple_U.Get_Cq()(3) = p1.y() * temp01 - p1.z() * temp11; in ComputeJacobianForContactPart()
949 jacobian_tuple_U.Get_Cq()(4) = p1.z() * temp21 - p1.x() * temp01; in ComputeJacobianForContactPart()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/domhex/
H A DBackgroundMesh3D.cpp1120 double temp01 = rotvec[0] * rotvec[1] * (1. - c); in get_rotation_matrix() local
1127 rotmat[1] = temp01 - rotvec[2] * s; in get_rotation_matrix()
1129 rotmat[3] = temp01 + rotvec[2] * s; in get_rotation_matrix()
/dports/multimedia/handbrake/ffmpeg-4.4/libpostproc/
H A Dpostprocess_altivec_template.c306 const vector signed short temp01 = vec_mladd(v_first, (vector signed short)v_4, vb1); in doVertLowPass_altivec() local
308 const vector signed short temp03 = vec_add(temp01, (vector signed short)v_4); in doVertLowPass_altivec()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c305 const vector signed short temp01 = vec_mladd(v_first, (vector signed short)v_4, vb1); in doVertLowPass_altivec() local
307 const vector signed short temp03 = vec_add(temp01, (vector signed short)v_4); in doVertLowPass_altivec()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libpostproc/
H A Dpostprocess_altivec_template.c305 const vector signed short temp01 = vec_mladd(v_first, (vector signed short)v_4, vb1); in doVertLowPass_altivec() local
307 const vector signed short temp03 = vec_add(temp01, (vector signed short)v_4); in doVertLowPass_altivec()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libpostproc/
H A Dpostprocess_altivec_template.c306 const vector signed short temp01 = vec_mladd(v_first, (vector signed short)v_4, vb1); in doVertLowPass_altivec() local
308 const vector signed short temp03 = vec_add(temp01, (vector signed short)v_4); in doVertLowPass_altivec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c305 const vector signed short temp01 = vec_mladd(v_first, (vector signed short)v_4, vb1); in doVertLowPass_altivec() local
307 const vector signed short temp03 = vec_add(temp01, (vector signed short)v_4); in doVertLowPass_altivec()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c305 const vector signed short temp01 = vec_mladd(v_first, (vector signed short)v_4, vb1); in doVertLowPass_altivec() local
307 const vector signed short temp03 = vec_add(temp01, (vector signed short)v_4); in doVertLowPass_altivec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c305 const vector signed short temp01 = vec_mladd(v_first, (vector signed short)v_4, vb1); in doVertLowPass_altivec() local
307 const vector signed short temp03 = vec_add(temp01, (vector signed short)v_4); in doVertLowPass_altivec()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c304 const vector signed short temp01 = vec_mladd(v_first, (vector signed short)v_4, vb1); in doVertLowPass_altivec() local
306 const vector signed short temp03 = vec_add(temp01, (vector signed short)v_4); in doVertLowPass_altivec()
/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_cdofb_monolithic_sles.c2575 Mat temp01; in _notay_hook() local
2576 MatMatMult(temp00, A01, MAT_INITIAL_MATRIX, PETSC_DEFAULT, &temp01); in _notay_hook()
2600 Mat subA[4] = {A00, temp01, A10, A11}; in _notay_hook()
2613 MatDestroy(&temp01); in _notay_hook()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rustfft-5.1.1/src/sse/
H A Dsse_butterflies.rs1845 let [temp01, temp23] = parallel_fft2_contiguous_f32(mids[0], mids[1]);
1850 let out01 = extract_lo_hi_f32(temp01, temp23);
1853 let out67 = extract_hi_lo_f32(temp01, temp67);
/dports/misc/solarized/solarized/vim-colors-solarized/colors/
H A Dsolarized.vim418 let s:temp01 = s:base01
425 let s:base1 = s:temp01
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/viml/tests/
H A Dsolarized.vim382 let s:temp01 = s:base01
389 let s:base1 = s:temp01
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/viml/tests/
H A Dsolarized.vim382 let s:temp01 = s:base01
389 let s:base1 = s:temp01

12