Home
last modified time | relevance | path

Searched refs:fixed_n (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/hugo/hugo-2.12/
H A Dmix.c477 static UInt32 fixed_n[6] = { 0, 0, 0, 0, 0, 0 }; in WriteBuffer() local
512 fixed_n[ch] = 0; in WriteBuffer()
747 fixed_n[ch] += fixed_inc; in WriteBuffer()
748 fixed_n[ch] &= 0x1FFFFF; /* (31 << 16) + 0xFFFF */ in WriteBuffer()
749 io.PSG[ch][PSG_DATA_INDEX_REG] = fixed_n[ch] >> 16; in WriteBuffer()
/dports/math/gemmlowp/gemmlowp-dc69acd/meta/
H A Dsingle_thread_gemm.h540 int fixed_n, int variable_k>
546 << " : " << fixed_m << "x" << fixed_n << "x" << variable_k in Execute()
552 E::template ExecuteDispatch3D<P, dim_m, dim_n, dim_k, fixed_m, fixed_n, in Execute()
555 Dispatch3DStage3<E, P, dim_m, dim_n, dim_k, fixed_m, fixed_n, in Execute()
562 int fixed_n>
563 struct Dispatch3DStage3<E, P, dim_m, dim_n, dim_k, fixed_m, fixed_n, 0> {
568 << " : " << fixed_m << "x" << fixed_n << "x" << 0 << std::endl
573 E::template ExecuteDispatch3D<P, dim_m, dim_n, dim_k, fixed_m, fixed_n,
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_types.h838 int fixed_n; /* fixed vars to nonzero vals */ member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/Master/
H A Dmaster_prep_base.c5057 mip->fixed_n = fixed_nz; in prep_cleanup_desc()
5062 mip->fixed_n = 0; in prep_cleanup_desc()
5284 mip->fixed_n = fixed_nz; in prep_cleanup_desc()
5699 !(prep_mip->fixed_n || prep_mip->subs_n || prep_mip->fixed_zero)) return 0; in prep_merge_solution()
5703 int fixed_n = prep_mip->fixed_n, *fixed_ind = prep_mip->fixed_ind; in prep_merge_solution() local
5720 for(i = 0; i < fixed_n; i++){ in prep_merge_solution()
H A Dmaster_func.c3563 if(mip->fixed_n){ in create_copy_mip_desc()
3564 memcpy(mip_copy->fixed_ind, mip->fixed_ind, ISIZE*mip->fixed_n); in create_copy_mip_desc()
3565 memcpy(mip_copy->fixed_val, mip->fixed_val, DSIZE*mip->fixed_n); in create_copy_mip_desc()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_solver.c125 for(j = 0; j < mip->fixed_n; j++){ in free_mip_desc()
132 if(mip->fixed_n){ in free_mip_desc()