Home
last modified time | relevance | path

Searched refs:x_tmp (Results 51 – 75 of 407) sorted by relevance

12345678910>>...17

/dports/devel/isa-l/isa-l-2.30.0/crc/aarch64/
H A Dcrc32_norm_common_pmull.h51 adrp x_tmp, .lanchor_crc_tab
54 add x_crc_tab_addr, x_tmp, :lo12:.lanchor_crc_tab
90 mov x_tmp, p0_high_b0
91 movk x_tmp, p0_high_b1, lsl 16
92 fmov d_p0_high, x_tmp
112 mov x_tmp, br_low_b0
113 movk x_tmp, br_low_b1, lsl 16
114 movk x_tmp, br_low_b2, lsl 32
115 fmov d_br_low, x_tmp
H A Dcrc16_t10dif_pmull.S49 x_tmp .req x5 label
74 mov x_tmp, 0
78 cmp x_len, x_tmp
139 adrp x_tmp, .shuffle_mask_lanchor
190 fmov d_p4_h, x_tmp
192 fmov d_p4_l, x_tmp
253 mov x_tmp, 0x4c1a0000 /* p1 [1] */
254 fmov d0, x_tmp
256 fmov d1, x_tmp
259 sxtw x_tmp, w_counter
[all …]
H A Dcrc16_t10dif_copy_pmull.S50 x_tmp .req x6 label
76 mov x_tmp, 0
80 cmp x_len, x_tmp
149 adrp x_tmp, .shuffle_mask_lanchor
200 fmov d_p4_h, x_tmp
202 fmov d_p4_l, x_tmp
271 fmov d0, x_tmp
273 fmov d1, x_tmp
276 sxtw x_tmp, w_counter
278 add x_src, x_src, x_tmp
[all …]
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/sandbox/
H A Dfft_mixed_radix_test.c77 float complex * x_tmp = (float complex *) malloc(_p*sizeof(float complex)); in fftmr_bfly() local
90 x_tmp[i] = _x[n + i*_m]; in fftmr_bfly()
98 float complex y = x_tmp[0]; in fftmr_bfly()
103 …alf(_twiddle[twiddle_index]), cimagf(_twiddle[twiddle_index]), crealf(x_tmp[k]), cimagf(x_tmp[k])); in fftmr_bfly()
106 y += x_tmp[k] * _twiddle[twiddle_index]; in fftmr_bfly()
120 free(x_tmp); in fftmr_bfly()
/dports/science/hypre/hypre-2.23.0/src/parcsr_block_mv/
H A Dpar_csr_block_matvec.c34 hypre_Vector *x_local, *y_local, *x_tmp; in hypre_ParCSRBlockMatrixMatvec() local
68 x_tmp = hypre_SeqVectorCreate(num_cols_offd*blk_size); in hypre_ParCSRBlockMatrixMatvec()
69 hypre_SeqVectorInitialize(x_tmp); in hypre_ParCSRBlockMatrixMatvec()
70 x_tmp_data = hypre_VectorData(x_tmp); in hypre_ParCSRBlockMatrixMatvec()
101 hypre_CSRBlockMatrixMatvec(alpha,offd,x_tmp,1.0,y_local); in hypre_ParCSRBlockMatrixMatvec()
102 hypre_SeqVectorDestroy(x_tmp); in hypre_ParCSRBlockMatrixMatvec()
103 x_tmp = NULL; in hypre_ParCSRBlockMatrixMatvec()
/dports/math/algae/algae-4.3.6/src/
H A Dadd.c231 void *x_tmp; local
318 x_tmp);
356 void *x_tmp; local
443 x_tmp);
481 void *x_tmp; local
570 x_tmp);
941 void *x_tmp; local
1035 x_tmp);
1139 x_tmp);
1298 x_tmp);
[all …]
H A Dsubtract.c261 void *x_tmp; local
348 x_tmp);
384 void *x_tmp; local
471 x_tmp);
507 void *x_tmp; local
598 x_tmp);
939 void *x_tmp; local
1033 x_tmp);
1134 x_tmp);
1296 x_tmp);
[all …]
/dports/multimedia/vmaf/vmaf-2.3.0/matlab/strred/matlabPyrTools/MEX/
H A Dedges.c355 register int y_filt,x_filt, y_res,x_res, y_tmp, x_tmp; local
392 for(x_tmp=x_filt; x_tmp > x_base-x_dim; x_tmp--)
393 result[ABS(y_res)+ABS(x_res)] += filt[ABS(y_filt)+ABS(x_tmp)];
408 for (x_tmp=x_filt; x_tmp > x_base-x_dim; x_tmp--)
409 result[ABS(y_res)+ABS(x_res)] += filt[ABS(y_tmp)+ABS(x_tmp)];
427 register int y_filt,x_filt, y_res,x_res, y_tmp, x_tmp; local
490 for (x_tmp=x_filt; x_tmp > x_base-x_dim; x_tmp--)
491 result[ABS(y_res)+ABS(x_res)] += 2*filt[ABS(y_filt)+ABS(x_tmp)];
523 for (x_tmp=x_filt; x_tmp > x_base-x_dim; x_tmp--)
524 result[ABS(y_res)+ABS(x_res)] += 2*filt[ABS(y_tmp)+ABS(x_tmp)];
/dports/science/hypre/hypre-2.23.0/src/multivector/
H A Dpar_csr_matmultivec.c46 hypre_Multivector *x_tmp; in hypre_ParCSRMatrixMatMultiVec() local
100 x_tmp = hypre_SeqMultivectorCreate( num_cols_offd, num_vectors ); in hypre_ParCSRMatrixMatMultiVec()
101 hypre_SeqMultivectorInitialize(x_tmp); in hypre_ParCSRMatrixMatMultiVec()
102 x_tmp_data = hypre_MultivectorData(x_tmp); in hypre_ParCSRMatrixMatMultiVec()
141 hypre_CSRMatrixMultiMatvec(alpha, offd, x_tmp, 1.0, y_local); in hypre_ParCSRMatrixMatMultiVec()
143 hypre_SeqMultivectorDestroy(x_tmp); in hypre_ParCSRMatrixMatMultiVec()
144 x_tmp = NULL; in hypre_ParCSRMatrixMatMultiVec()
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/chkpoint_one/
H A Dctor.hpp41 ADVector x_tmp(ax); in checkpoint() local
43 Independent(x_tmp); in checkpoint()
45 algo(x_tmp, ay); in checkpoint()
/dports/math/hpipm/hpipm-0.1.1/archive/sim_core/
H A Dd_erk_int.c106 ws->x_tmp = d_ptr; in d_create_erk_int()
244 double *x_tmp = ws->x_tmp; in d_erk_int() local
257 sxt.pa = x_tmp; // XXX in d_erk_int()
291 x_tmp[ii] = x0[ii]; in d_erk_int()
303 x_tmp[jj] += a*K0[jj+ii*(nX)]; in d_erk_int()
310 x_traj[ii] = x_tmp[ii]; in d_erk_int()
313 ws->vde_for(t+h*C_rk[ss], x_tmp, p, ws->ode_args, K0+ss*(nX)); in d_erk_int()
/dports/math/linbox/linbox-1.6.3/linbox/matrix/densematrix/
H A Dblas-matrix-multimod.h119 std::vector<double> x_tmp(x.size()), y_tmp(y.size()); in apply()
121 x_tmp[j]= x[j][i]; in apply()
123 _rep[i]->apply(y_tmp, x_tmp); in apply()
138 std::vector<double> x_tmp(x.size()), y_tmp(y.size()); in applyTranspose()
140 x_tmp[i]= x[j][i]; in applyTranspose()
142 _rep[i]->applyTranspose(y_tmp, x_tmp); in applyTranspose()
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/databases/percona57-server/boost_1_59_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/databases/xtrabackup/boost_1_59_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/databases/percona57-client/boost_1_59_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_algorithm.hpp178 StateTemp &x_tmp; member
187 …: algebra( _algebra ) , system( _system ) , x( _x ) , x_tmp( _x_tmp ) , x_out( _out) , dxdt( _dxdt… in calculate_stage()
200 system( x_tmp , F[stage_number-2].m_v , t + stage.c * dt ); in operator ()()
208 …ail::template generic_rk_call_algebra< stage_number , Algebra >()( algebra , x_tmp , x , dxdt , F , in operator ()()
228 StateTemp &x_tmp , Deriv F[StageCount-1] ) const in do_step() argument
234 ( algebra , sys , in , dxdt , out , x_tmp , F , t , dt ) ); in do_step()

12345678910>>...17