Home
last modified time | relevance | path

Searched refs:k_stop (Results 1 – 25 of 28) sorted by relevance

12

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/
H A Dtce_hash.F18 integer i_stop,j_stop,k_stop,l_stop
52 k_stop=hash(4*(length+1)+(middle+1)+1)
61 pos2_u=indx_point(k_stop,l_stop,noa+nva)
102 if((i.eq.i_stop).and.(j.eq.j_stop).and.(k.eq.k_stop).and.
156 integer i_stop,j_stop,k_stop,l_stop
187 k_stop=hash(4*(length+1)+(middle+1)+1)
196 pos2_u=index_point(k_stop,l_stop,noa+nva)
240 if((i.eq.i_stop).and.(j.eq.j_stop).and.(k.eq.k_stop).and.
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/
H A Dtce_hash.F18 integer i_stop,j_stop,k_stop,l_stop
52 k_stop=hash(4*(length+1)+(middle+1)+1)
61 pos2_u=indx_point(k_stop,l_stop,noa+nva)
102 if((i.eq.i_stop).and.(j.eq.j_stop).and.(k.eq.k_stop).and.
156 integer i_stop,j_stop,k_stop,l_stop
187 k_stop=hash(4*(length+1)+(middle+1)+1)
196 pos2_u=index_point(k_stop,l_stop,noa+nva)
240 if((i.eq.i_stop).and.(j.eq.j_stop).and.(k.eq.k_stop).and.
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/file/
H A Dags_ipatch_sf2_reader.c1094 guint k, k_stop; in ags_ipatch_sf2_reader_get_instrument_by_preset_index() local
1186 guint k, k_stop; in ags_ipatch_sf2_reader_get_sample_by_preset_index() local
1235 k_stop = ipatch_iter_count(&sample_iter); in ags_ipatch_sf2_reader_get_sample_by_preset_index()
1237 if(k_stop > 0){ in ags_ipatch_sf2_reader_get_sample_by_preset_index()
1242 (count + k_stop + 1) * sizeof(gchar *)); in ags_ipatch_sf2_reader_get_sample_by_preset_index()
1245 for(k = 0; k < k_stop; k++){ in ags_ipatch_sf2_reader_get_sample_by_preset_index()
1302 guint k, k_stop; in ags_ipatch_sf2_reader_get_sample_by_preset_and_instrument_index() local
1352 k_stop = ipatch_iter_count(&sample_iter); in ags_ipatch_sf2_reader_get_sample_by_preset_and_instrument_index()
1354 if(k_stop > 0){ in ags_ipatch_sf2_reader_get_sample_by_preset_and_instrument_index()
1355 sample = (gchar **) malloc((k_stop + 1) * sizeof(gchar *)); in ags_ipatch_sf2_reader_get_sample_by_preset_and_instrument_index()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS2_Mixed_Tech/
H A Dstop_r.vhd23 generic ( k_stop : real := 1.0e6; generic
42 trq == k_stop * (ang - ang_max) + (damp_stop * qvelocity);
46 trq == k_stop * (ang - ang_min) + (damp_stop * qvelocity);
H A Dtb_CS2_Mech_Domain.vhd513 k_stop : real; generic
535 trq == k_stop * (ang - ang_max) + (damp_stop * velocity);
539 trq == k_stop * (ang - ang_min) + (damp_stop * velocity);
782 k_stop => 1.0e6,
H A Dtb_CS2_Z_Domain_ZTF.vhd333 k_stop : real; generic
355 trq == k_stop * (ang - ang_max) + (damp_stop * velocity);
359 trq == k_stop * (ang - ang_min) + (damp_stop * velocity);
780 k_stop => 1.0e6,
H A Dtb_CS2_Z_Domain_Diff.vhd333 k_stop : real; generic
355 trq == k_stop * (ang - ang_max) + (damp_stop * velocity);
359 trq == k_stop * (ang - ang_min) + (damp_stop * velocity);
865 k_stop => 1.0e6,
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Dconcurrent_vector.cpp515 …const segment_index_t k_stop = my_size? segment_index_of(my_size-1) + 1 : 0; // number of segments… in internal_compact() local
519 if(k_stop < first_block) in internal_compact()
520 k = k_stop; in internal_compact()
522 while (k < k_stop && helper::incompact_predicate(segment_size( k ) * element_size) ) k++; in internal_compact()
523 if(k_stop == k_end && k == first_block) in internal_compact()
573 if ( k_stop < k_end ) { in internal_compact()
575 std::copy(segment_table+k_stop, segment_table+k_end, old.table+k_stop ); in internal_compact()
576 std::fill_n(segment_table+k_stop, (k_end-k_stop), segment_t()); in internal_compact()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/
H A Dconcurrent_vector.cpp523 …const segment_index_t k_stop = my_size? segment_index_of(my_size-1) + 1 : 0; // number of segments… in internal_compact() local
527 if(k_stop < first_block) in internal_compact()
528 k = k_stop; in internal_compact()
530 while (k < k_stop && helper::incompact_predicate(segment_size( k ) * element_size) ) k++; in internal_compact()
531 if(k_stop == k_end && k == first_block) in internal_compact()
581 if ( k_stop < k_end ) { in internal_compact()
583 std::copy(segment_table+k_stop, segment_table+k_end, old.table+k_stop ); in internal_compact()
584 std::fill_n(segment_table+k_stop, (k_end-k_stop), segment_t()); in internal_compact()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dconcurrent_vector.cpp536 …const segment_index_t k_stop = my_size? segment_index_of(my_size-1) + 1 : 0; // number of segments… in internal_compact() local
540 if(k_stop < first_block) in internal_compact()
541 k = k_stop; in internal_compact()
543 while (k < k_stop && helper::incompact_predicate(segment_size( k ) * element_size) ) k++; in internal_compact()
544 if(k_stop == k_end && k == first_block) in internal_compact()
594 if ( k_stop < k_end ) { in internal_compact()
596 std::copy(segment_table+k_stop, segment_table+k_end, old.table+k_stop ); in internal_compact()
597 std::fill_n(segment_table+k_stop, (k_end-k_stop), segment_t()); in internal_compact()
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Dconcurrent_vector.cpp515 …const segment_index_t k_stop = my_size? segment_index_of(my_size-1) + 1 : 0; // number of segments… in internal_compact() local
519 if(k_stop < first_block) in internal_compact()
520 k = k_stop; in internal_compact()
522 while (k < k_stop && helper::incompact_predicate(segment_size( k ) * element_size) ) k++; in internal_compact()
523 if(k_stop == k_end && k == first_block) in internal_compact()
573 if ( k_stop < k_end ) { in internal_compact()
575 std::copy(segment_table+k_stop, segment_table+k_end, old.table+k_stop ); in internal_compact()
576 std::fill_n(segment_table+k_stop, (k_end-k_stop), segment_t()); in internal_compact()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Dconcurrent_vector.cpp515 …const segment_index_t k_stop = my_size? segment_index_of(my_size-1) + 1 : 0; // number of segments… in internal_compact() local
519 if(k_stop < first_block) in internal_compact()
520 k = k_stop; in internal_compact()
522 while (k < k_stop && helper::incompact_predicate(segment_size( k ) * element_size) ) k++; in internal_compact()
523 if(k_stop == k_end && k == first_block) in internal_compact()
573 if ( k_stop < k_end ) { in internal_compact()
575 std::copy(segment_table+k_stop, segment_table+k_end, old.table+k_stop ); in internal_compact()
576 std::fill_n(segment_table+k_stop, (k_end-k_stop), segment_t()); in internal_compact()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_frequency_map_manager.c498 guint i_stop, j_stop, k_stop; in ags_frequency_map_manager_load_default() local
524 k_stop = buffer_size; in ags_frequency_map_manager_load_default()
526 for(k = 0; k < k_stop; k++){ in ags_frequency_map_manager_load_default()
533 for(k = 0; k < k_stop; k++){ in ags_frequency_map_manager_load_default()
/dports/net/fspd/fsp-2.8.1b29/server/
H A Dfifocache.c58 cache->k_stop=NULL; in f_cache_new()
60 cache->k_stop=cache->k_head+cache->keysize*cache->cachesize; in f_cache_new()
208 if(cache->e_next==cache->e_stop || cache->k_next==cache->k_stop) in f_cache_put()
H A Dfifocache.h20 const void *k_stop; /* stop mark for key entries */ member
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dconcurrent_vector.h936 …const segment_index_type k_stop = curr_size ? this->segment_index_of(curr_size - 1) + 1 : 0; // nu… in internal_compact() local
940 if (k_stop < first_block) { in internal_compact()
941 k = k_stop; in internal_compact()
944 … while (k < k_stop && incompact_predicate(this->segment_size(k) * sizeof(value_type))) k++; in internal_compact()
947 if (k_stop == k_end && k == first_block) { in internal_compact()
1013 if (k_stop < k_end) { in internal_compact()
1014 for (size_type seg_idx = k_end; seg_idx != k_stop; --seg_idx) { in internal_compact()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSBRdec/src/
H A Dsbrdec_freq_sca.cpp485 static FIXP_SGL calcFactorPerBand(int k_start, int k_stop, int num_bands) { in calcFactorPerBand() argument
496 FIXP_DBL stop = k_stop << (DFRACT_BITS - 8); in calcFactorPerBand()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSBRdec/src/
H A Dsbrdec_freq_sca.cpp483 static FIXP_SGL calcFactorPerBand(int k_start, int k_stop, int num_bands) { in calcFactorPerBand() argument
494 FIXP_DBL stop = k_stop << (DFRACT_BITS - 8); in calcFactorPerBand()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/QuadTri/
H A DQuadTriExtruded3D.cpp2865 int k_start_tmp, k_stop; in makeEdgesForElemsWithAllVertsOnBnd() local
2870 k_stop = ep->mesh.NbElmLayer[j]; in makeEdgesForElemsWithAllVertsOnBnd()
3072 int k_start_tmp, k_stop; in makeEdgesForOtherBndPrisms() local
3077 k_stop = ep->mesh.NbElmLayer[j]; in makeEdgesForOtherBndPrisms()
3078 for(int k = k_start_tmp; k < k_stop; k++) { in makeEdgesForOtherBndPrisms()
3250 int k_start_tmp, k_stop; in makeEdgesForOtherBndHexa() local
3255 k_stop = ep->mesh.NbElmLayer[j]; in makeEdgesForOtherBndHexa()
3256 for(int k = k_start_tmp; k < k_stop; k++) { in makeEdgesForOtherBndHexa()
3308 int k_start_tmp, k_stop; in makeEdgesForOtherBndHexa() local
3313 k_stop = ep->mesh.NbElmLayer[j]; in makeEdgesForOtherBndHexa()
[all …]
/dports/devel/acme/acme-0.97.r323/ACME_Lib/cbm/
H A Dkernal.a55 k_stop = $ffe1 ; check STOP key
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/AMS_CS5_RC_Airplane/
H A Dtb_CS5_Amp_Lim.vhd521 k_stop : real; generic
543 trq == k_stop * (ang - ang_max) + (damp_stop * velocity);
547 trq == k_stop * (ang - ang_min) + (damp_stop * velocity);
1028 k_stop => 1.0e6,
H A Dtb_CS5_Rudder_Power.vhd519 k_stop : real; generic
541 trq == k_stop * (ang - ang_max) + (damp_stop * velocity);
545 trq == k_stop * (ang - ang_min) + (damp_stop * velocity);
1931 k_stop => 1.0e6,
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/host_based/
H A Damg_operations.hpp333 unsigned int k_stop = influences_row_ptr[influenced_point_id + 1]; in amg_coarse_classic_onepass() local
334 for (unsigned int k = influences_row_ptr[influenced_point_id]; k < k_stop; ++k) in amg_coarse_classic_onepass()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DIsosurf.cpp540 int i_stop, j_stop, k_stop; in IsosurfExpand() local
546 k_stop = field2->dimensions[2]; in IsosurfExpand()
551 for(k = 0; k < k_stop; k++) { in IsosurfExpand()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_machine.c1536 guint k, k_start, k_stop; in ags_machine_reset_pattern_envelope() local
1545 k_stop = x_end + 1; in ags_machine_reset_pattern_envelope()
1565 for(k = k_start; k < k_stop; k++){ in ags_machine_reset_pattern_envelope()

12