Home
last modified time | relevance | path

Searched refs:x_tmp (Results 201 – 225 of 407) sorted by relevance

12345678910>>...17

/dports/www/firefox-legacy/firefox-52.8.0esr/media/libopus/silk/
H A DVAD.c96 opus_int32 speech_nrg, x_tmp; in silk_VAD_GetSA_Q8_c() local
172 x_tmp = silk_RSHIFT( in silk_VAD_GetSA_Q8_c()
174 sumSquared = silk_SMLABB( sumSquared, x_tmp, x_tmp ); in silk_VAD_GetSA_Q8_c()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/opus/src/silk/
H A DVAD.c96 opus_int32 speech_nrg, x_tmp; in silk_VAD_GetSA_Q8_c() local
172 x_tmp = silk_RSHIFT( in silk_VAD_GetSA_Q8_c()
174 sumSquared = silk_SMLABB( sumSquared, x_tmp, x_tmp ); in silk_VAD_GetSA_Q8_c()
/dports/audio/opus/opus-1.3.1/silk/
H A DVAD.c96 opus_int32 speech_nrg, x_tmp; in silk_VAD_GetSA_Q8_c() local
172 x_tmp = silk_RSHIFT( in silk_VAD_GetSA_Q8_c()
174 sumSquared = silk_SMLABB( sumSquared, x_tmp, x_tmp ); in silk_VAD_GetSA_Q8_c()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libopus/silk/
H A DVAD.c96 opus_int32 speech_nrg, x_tmp; in silk_VAD_GetSA_Q8_c() local
172 x_tmp = silk_RSHIFT( in silk_VAD_GetSA_Q8_c()
174 sumSquared = silk_SMLABB( sumSquared, x_tmp, x_tmp ); in silk_VAD_GetSA_Q8_c()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libopus/silk/
H A DVAD.c96 opus_int32 speech_nrg, x_tmp; in silk_VAD_GetSA_Q8_c() local
172 x_tmp = silk_RSHIFT( in silk_VAD_GetSA_Q8_c()
174 sumSquared = silk_SMLABB( sumSquared, x_tmp, x_tmp ); in silk_VAD_GetSA_Q8_c()
/dports/audio/praat/praat-6.2.03/external/opusfile/opus/silk/
H A DVAD.c96 opus_int32 speech_nrg, x_tmp;
172 x_tmp = silk_RSHIFT(
174 sumSquared = silk_SMLABB( sumSquared, x_tmp, x_tmp );
/dports/devel/isa-l/isa-l-2.30.0/erasure_code/aarch64/
H A Dgf_4vect_mad_neon.S53 x_tmp .req x10 label
389 sub x_tmp, x_src, x_src_end
390 cmp x_tmp, #16
395 sub x_dest1, x_dest1, x_tmp
396 sub x_dest2, x_dest2, x_tmp
397 sub x_dest3, x_dest3, x_tmp
398 sub x_dest4, x_dest4, x_tmp
401 sub x_const, x_const, x_tmp
H A Dgf_5vect_mad_neon.S53 x_tmp .req x11 label
454 sub x_tmp, x_src, x_src_end
455 cmp x_tmp, #16
460 sub x_dest1, x_dest1, x_tmp
461 sub x_dest2, x_dest2, x_tmp
462 sub x_dest3, x_dest3, x_tmp
463 sub x_dest4, x_dest4, x_tmp
464 sub x_dest5, x_dest5, x_tmp
467 sub x_const, x_const, x_tmp
H A Dgf_6vect_mad_neon.S54 x_tmp .req x12 label
516 sub x_tmp, x_src, x_src_end
517 cmp x_tmp, #16
522 sub x_dest1, x_dest1, x_tmp
523 sub x_dest2, x_dest2, x_tmp
524 sub x_dest3, x_dest3, x_tmp
525 sub x_dest4, x_dest4, x_tmp
526 sub x_dest5, x_dest5, x_tmp
527 sub x_dest6, x_dest6, x_tmp
530 sub x_const, x_const, x_tmp
H A Dgf_vect_mad_neon.S49 x_tmp .req x7 label
276 sub x_tmp, x_src, x_src_end
277 cmp x_tmp, #16
282 sub x_dest1, x_dest1, x_tmp
285 sub x_const, x_const, x_tmp
H A Dgf_2vect_mad_neon.S50 x_tmp .req x9 label
354 sub x_tmp, x_src, x_src_end
355 cmp x_tmp, #16
360 sub x_dest1, x_dest1, x_tmp
361 sub x_dest2, x_dest2, x_tmp
364 sub x_const, x_const, x_tmp
/dports/accessibility/py-atspi/pyatspi-2.38.1/tests/dummyatk/
H A Dmy-atk-component.c203 gint x_tmp, y_tmp, width_tmp, height_tmp; in my_atk_component_contains() local
204 my_atk_component_get_extents(component, &x_tmp, &y_tmp, &width_tmp, &height_tmp, coord_type); in my_atk_component_contains()
206 if( (x >= x_tmp) &&(y >= y_tmp) &&(x < x_tmp + width_tmp) && (y < y_tmp + height_tmp) ) in my_atk_component_contains()
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__dilog.c499 const double x_tmp = 1.0 - x; in dilogc_unitdisk() local
501 const double r_tmp = hypot(x_tmp, y_tmp); in dilogc_unitdisk()
508 const int stat_dilog = dilogc_fundamental(r_tmp, x_tmp, y_tmp, &result_re_tmp, &result_im_tmp); in dilogc_unitdisk()
513 const double argomz = atan2(y_tmp, x_tmp); /* arg(1-z) */ in dilogc_unitdisk()
596 const double x_tmp = x/r2; in gsl_sf_complex_dilog_xy_e() local
602 dilogc_unitdisk(x_tmp, y_tmp, &result_re_tmp, &result_im_tmp); in gsl_sf_complex_dilog_xy_e()
/dports/math/gsl/gsl-2.7/specfunc/
H A Ddilog.c499 const double x_tmp = 1.0 - x; in dilogc_unitdisk() local
501 const double r_tmp = hypot(x_tmp, y_tmp); in dilogc_unitdisk()
508 const int stat_dilog = dilogc_fundamental(r_tmp, x_tmp, y_tmp, &result_re_tmp, &result_im_tmp); in dilogc_unitdisk()
513 const double argomz = atan2(y_tmp, x_tmp); /* arg(1-z) */ in dilogc_unitdisk()
596 const double x_tmp = x/r2; in gsl_sf_complex_dilog_xy_e() local
602 dilogc_unitdisk(x_tmp, y_tmp, &result_re_tmp, &result_im_tmp); in gsl_sf_complex_dilog_xy_e()
/dports/emulators/mednafen/mednafen/src/drivers/
H A Ddebugger.cpp1040 int32 x_tmp, y_tmp; in Debugger_GT_Draw() local
1075 x_tmp = bt_x + col * 5; in Debugger_GT_Draw()
1077x_tmp += DrawText(surface, x_tmp, y_tmp, strbuf[0], (btrace[i].count > 1) ? pf_cache.MakeColor(0xe… in Debugger_GT_Draw()
1078x_tmp += DrawText(surface, x_tmp, y_tmp, strbuf[1], btrace[i].code[0] ? pf_cache.MakeColor(0xb0, 0… in Debugger_GT_Draw()
1082x_tmp += DrawText(surface, x_tmp, y_tmp, strbuf[2], (btrace[i].count > 1) ? pf_cache.MakeColor(0xe… in Debugger_GT_Draw()
1083 x_tmp += 2; in Debugger_GT_Draw()
1084x_tmp += DrawText(surface, x_tmp, y_tmp, strbuf[3], pf_cache.MakeColor(0x60, 0x70, 0x80, 0xFF), MD… in Debugger_GT_Draw()
1085 x_tmp += 3; in Debugger_GT_Draw()
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dregion_block_kokkos.cpp76 double x_tmp = x(i,0); in operator ()() local
79 d_match[i] = match(x_tmp,y_tmp,z_tmp); in operator ()()
/dports/science/hypre/hypre-2.23.0/src/seq_mv/
H A Dcsr_matvec.c56 hypre_Vector *x_tmp = NULL; in hypre_CSRMatrixMatvecOutOfPlaceHost() local
110 x_tmp = hypre_SeqVectorCloneDeep(x); in hypre_CSRMatrixMatvecOutOfPlaceHost()
111 x_data = hypre_VectorData(x_tmp); in hypre_CSRMatrixMatvecOutOfPlaceHost()
692 hypre_SeqVectorDestroy(x_tmp); in hypre_CSRMatrixMatvecOutOfPlaceHost()
787 hypre_Vector *x_tmp = NULL; in hypre_CSRMatrixMatvecTHost() local
827 x_tmp = hypre_SeqVectorCloneDeep(x); in hypre_CSRMatrixMatvecTHost()
828 x_data = hypre_VectorData(x_tmp); in hypre_CSRMatrixMatvecTHost()
964 hypre_SeqVectorDestroy(x_tmp); in hypre_CSRMatrixMatvecTHost()
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h433 Matrix<Scalar,Dynamic,1> x_tmp; in _solve_impl() local
436 x_tmp.resize(x.rows()); in _solve_impl()
437 x_ptr = x_tmp.data(); in _solve_impl()
447 x.col(j) = x_tmp; in _solve_impl()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h433 Matrix<Scalar,Dynamic,1> x_tmp; in _solve_impl() local
436 x_tmp.resize(x.rows()); in _solve_impl()
437 x_ptr = x_tmp.data(); in _solve_impl()
447 x.col(j) = x_tmp; in _solve_impl()
/dports/graphics/open3d/Open3D-0.2/src/External/Eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h433 Matrix<Scalar,Dynamic,1> x_tmp; in _solve_impl() local
436 x_tmp.resize(x.rows()); in _solve_impl()
437 x_ptr = x_tmp.data(); in _solve_impl()
447 x.col(j) = x_tmp; in _solve_impl()
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h433 Matrix<Scalar,Dynamic,1> x_tmp; in _solve_impl() local
436 x_tmp.resize(x.rows()); in _solve_impl()
437 x_ptr = x_tmp.data(); in _solve_impl()
447 x.col(j) = x_tmp; in _solve_impl()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/Eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h433 Matrix<Scalar,Dynamic,1> x_tmp; in _solve_impl() local
436 x_tmp.resize(x.rows()); in _solve_impl()
437 x_ptr = x_tmp.data(); in _solve_impl()
447 x.col(j) = x_tmp; in _solve_impl()
/dports/math/gismo/gismo-21.12.0/external/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h482 Matrix<Scalar,Dynamic,1> x_tmp; in _solve_impl() local
485 x_tmp.resize(x.rows()); in _solve_impl()
486 x_ptr = x_tmp.data(); in _solve_impl()
496 x.col(j) = x_tmp; in _solve_impl()
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h482 Matrix<Scalar,Dynamic,1> x_tmp; in _solve_impl() local
485 x_tmp.resize(x.rows()); in _solve_impl()
486 x_ptr = x_tmp.data(); in _solve_impl()
496 x.col(j) = x_tmp; in _solve_impl()
/dports/math/eigen3/eigen-3.3.9/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h482 Matrix<Scalar,Dynamic,1> x_tmp; in _solve_impl() local
485 x_tmp.resize(x.rows()); in _solve_impl()
486 x_ptr = x_tmp.data(); in _solve_impl()
496 x.col(j) = x_tmp; in _solve_impl()

12345678910>>...17