Home
last modified time | relevance | path

Searched refs:f_start (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/textproc/py-nltk/nltk-3.4.1/nltk/translate/
H A Dphrase_based.py11 f_start, argument
63 if (f_start <= f <= f_end) and (e < e_start or e > e_end):
68 fs = f_start
70 fe = min(f_end, f_start + max_phrase_length - 1)
78 ((e_start, e_end + 1), (f_start, f_end + 1), src_phrase, trg_phrase)
174 f_start, f_end = trglen - 1, -1 # 0-based indexing
178 f_start = min(f, f_start)
182 f_start,
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DHDF5_IO.hpp579 m_start[0] = f_start[1] = 0; in store_matrix()
583 m_start[1] = f_start[0] = i; in store_matrix()
623 m_start[0] = f_start[1] = i; in store_matrix()
741 f_start[0] = index; f_start[1] = 0; in set_vector()
744 f_start[0] = 0; f_start[1] = index; in set_vector()
828 f_start[0] = index; in set_matrix()
829 m_start[0] = f_start[2] = 0; in set_matrix()
903 for(f_start[1] = 0; f_start[1] < data.size(); ++f_start[1]) { in set_vector_matrix()
925 for(f_start[1] = 0; f_start[1] < data.size(); ++f_start[1]) { in set_vector_matrix()
1319 for(f_start[1] = 0; f_start[1] < dims[1]; ++f_start[1]) { in get_vector_matrix()
[all …]
/dports/net/c3270/suite3270-4.0/x3270/
H A Dselect.c271 for (f_start = baddr; f_start % COLS; f_start--) { in select_word()
286 f_start++; in select_word()
312 v_start = f_start; in select_word()
322 v_start = f_start; in select_line()
422 if (baddr < f_start) { in start_extend_xaction()
516 v_start = f_start; in select_extend_xaction()
583 f_start = v_start; in select_end_xaction()
687 v_start = f_start; in SelectMotion_xaction()
765 f_start = v_start; in SelectUp_xaction()
943 if (f_start < f_end) { in KybdSelect_xaction()
[all …]
/dports/x11/x3270/suite3270-4.0/x3270/
H A Dselect.c271 for (f_start = baddr; f_start % COLS; f_start--) { in select_word()
286 f_start++; in select_word()
312 v_start = f_start; in select_word()
322 v_start = f_start; in select_line()
422 if (baddr < f_start) { in start_extend_xaction()
516 v_start = f_start; in select_extend_xaction()
583 f_start = v_start; in select_end_xaction()
687 v_start = f_start; in SelectMotion_xaction()
765 f_start = v_start; in SelectUp_xaction()
943 if (f_start < f_end) { in KybdSelect_xaction()
[all …]
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/switch_dw/switching/
H A Ddw_metropolis_simulation.c474 FILE *f_out, *f_start; in dw_simulate_command_line() local
496 if (!(f_start=fopen(filename,"wt"))) in dw_simulate_command_line()
504 dw_PrintVector(f_start,model->max_posterior_q," %.14le"); in dw_simulate_command_line()
506 fprintf(f_start,"\n"); in dw_simulate_command_line()
517 if (f_start) in dw_simulate_command_line()
520 dw_PrintVector(f_start,start_value," %.14le"); in dw_simulate_command_line()
544 if (f_start) dw_PrintVector(f_start,draw," %.14le"); in dw_simulate_command_line()
593 if (f_start) in dw_simulate_command_line()
601 fprintf(f_start,"\n"); in dw_simulate_command_line()
602 fclose(f_start); in dw_simulate_command_line()
[all …]
H A Ddw_switch_sim.c534 FILE *f_out, *f_start; in dw_simulate_command_line() local
556 if (!(f_start=fopen(filename,"wt"))) in dw_simulate_command_line()
564 dw_PrintVector(f_start,model->max_posterior_q," %.14le"); in dw_simulate_command_line()
566 fprintf(f_start,"\n"); in dw_simulate_command_line()
577 if (f_start) in dw_simulate_command_line()
580 dw_PrintVector(f_start,start_value," %.14le"); in dw_simulate_command_line()
604 if (f_start) dw_PrintVector(f_start,draw," %.14le"); in dw_simulate_command_line()
663 if (f_start) in dw_simulate_command_line()
671 fprintf(f_start,"\n"); in dw_simulate_command_line()
672 fclose(f_start); in dw_simulate_command_line()
[all …]
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfile-utils.c1052 f_start = line; in file_list__get_next_field()
1053 while ((*f_start == ' ') && (*f_start != *line)) in file_list__get_next_field()
1054 f_start++; in file_list__get_next_field()
1055 f_end = f_start; in file_list__get_next_field()
1069 return g_strndup (f_start, f_end - f_start); in file_list__get_next_field()
1081 while ((*f_start == ' ') && (*f_start != *line)) in file_list__get_prev_field()
1082 f_start--; in file_list__get_prev_field()
1089 while ((*f_start == ' ') && (*f_start != *line)) in file_list__get_prev_field()
1090 f_start--; in file_list__get_prev_field()
1094 f_start--; in file_list__get_prev_field()
[all …]
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfile-utils.c1060 f_start = line; in file_list__get_next_field()
1061 while ((*f_start == ' ') && (*f_start != *line)) in file_list__get_next_field()
1062 f_start++; in file_list__get_next_field()
1063 f_end = f_start; in file_list__get_next_field()
1077 return g_strndup (f_start, f_end - f_start); in file_list__get_next_field()
1089 while ((*f_start == ' ') && (*f_start != *line)) in file_list__get_prev_field()
1090 f_start--; in file_list__get_prev_field()
1097 while ((*f_start == ' ') && (*f_start != *line)) in file_list__get_prev_field()
1098 f_start--; in file_list__get_prev_field()
1102 f_start--; in file_list__get_prev_field()
[all …]
H A Dfr-command-ar.c93 const char *f_start, *f_end; in ar_get_last_field() local
97 f_start = line; in ar_get_last_field()
98 while ((*f_start == ' ') && (*f_start != *line)) in ar_get_last_field()
99 f_start++; in ar_get_last_field()
100 f_end = f_start; in ar_get_last_field()
108 f_start = f_end; in ar_get_last_field()
114 return g_strdup (f_start); in ar_get_last_field()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dglib-utils.c1505 f_start = line; in _g_line_get_next_field()
1506 while ((*f_start == ' ') && (*f_start != *line)) in _g_line_get_next_field()
1507 f_start++; in _g_line_get_next_field()
1508 f_end = f_start; in _g_line_get_next_field()
1523 return g_strndup (f_start, f_end - f_start); in _g_line_get_next_field()
1535 while ((*f_start == ' ') && (*f_start != *line)) in _g_line_get_prev_field()
1536 f_start--; in _g_line_get_prev_field()
1543 while ((*f_start == ' ') && (*f_start != *line)) in _g_line_get_prev_field()
1544 f_start--; in _g_line_get_prev_field()
1549 f_start--; in _g_line_get_prev_field()
[all …]
H A Dfr-command-ar.c93 const char *f_start, *f_end; in ar_get_last_field() local
97 f_start = line; in ar_get_last_field()
98 while ((*f_start == ' ') && (*f_start != *line)) in ar_get_last_field()
99 f_start++; in ar_get_last_field()
100 f_end = f_start; in ar_get_last_field()
108 f_start = f_end; in ar_get_last_field()
114 return g_strdup (f_start); in ar_get_last_field()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dbyte_view_tab.cpp281 int f_start = -1, f_length = -1; in selectedFieldChanged() local
299 f_start = cap_file_->search_pos - cap_file_->search_len + 1; in selectedFieldChanged()
302 f_start = selected->position().start; in selectedFieldChanged()
320 byte_view_text->markField(f_start, f_length); in selectedFieldChanged()
332 int f_start = -1, f_length = -1; in highlightedFieldChanged() local
337 f_start = cap_file_->search_pos - cap_file_->search_len + 1; in highlightedFieldChanged()
340 f_start = highlighted->position().start; in highlightedFieldChanged()
344 byte_view_text->markField(f_start, f_length, false); in highlightedFieldChanged()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dbyte_view_tab.cpp281 int f_start = -1, f_length = -1; in selectedFieldChanged() local
299 f_start = cap_file_->search_pos - cap_file_->search_len + 1; in selectedFieldChanged()
302 f_start = selected->position().start; in selectedFieldChanged()
320 byte_view_text->markField(f_start, f_length); in selectedFieldChanged()
332 int f_start = -1, f_length = -1; in highlightedFieldChanged() local
337 f_start = cap_file_->search_pos - cap_file_->search_len + 1; in highlightedFieldChanged()
340 f_start = highlighted->position().start; in highlightedFieldChanged()
344 byte_view_text->markField(f_start, f_length, false); in highlightedFieldChanged()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dbyte_view_tab.cpp281 int f_start = -1, f_length = -1; in selectedFieldChanged() local
299 f_start = cap_file_->search_pos - cap_file_->search_len + 1; in selectedFieldChanged()
302 f_start = selected->position().start; in selectedFieldChanged()
320 byte_view_text->markField(f_start, f_length); in selectedFieldChanged()
332 int f_start = -1, f_length = -1; in highlightedFieldChanged() local
337 f_start = cap_file_->search_pos - cap_file_->search_len + 1; in highlightedFieldChanged()
340 f_start = highlighted->position().start; in highlightedFieldChanged()
344 byte_view_text->markField(f_start, f_length, false); in highlightedFieldChanged()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dbyte_view_tab.cpp281 int f_start = -1, f_length = -1; in selectedFieldChanged() local
299 f_start = cap_file_->search_pos - cap_file_->search_len + 1; in selectedFieldChanged()
302 f_start = selected->position().start; in selectedFieldChanged()
320 byte_view_text->markField(f_start, f_length); in selectedFieldChanged()
332 int f_start = -1, f_length = -1; in highlightedFieldChanged() local
337 f_start = cap_file_->search_pos - cap_file_->search_len + 1; in highlightedFieldChanged()
340 f_start = highlighted->position().start; in highlightedFieldChanged()
344 byte_view_text->markField(f_start, f_length, false); in highlightedFieldChanged()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqsrc/
H A Dphasevocoder.c247 int64_t f_start; /* the start sample of input f for the next frame */ in pv_callback() local
278 f_start = ROUNDBIG(g * susp->f->sr) - pvs->fftsize / 2; in pv_callback()
282 hop = (int) (f_start - pvs->input_count); in pv_callback()
320 pvs->input_count = f_start; in pv_callback()
323 while (f_start < 0 && needed_from_f > 0) { in pv_callback()
325 f_start++; in pv_callback()
345 pvs->f_terminate_count <= f_start) { in pv_callback()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/python/Tutorials/
H A DRect_Waveguide.py37 f_start = 20e9; variable
50 FDTD.SetGaussExcite(0.5*(f_start+f_stop),0.5*(f_stop-f_start));
97 freq = linspace(f_start,f_stop,201)
H A DRCS_Sphere.py38 f_start = 50e6 # start frequency variable
41 FDTD.SetGaussExcite( 0.5*(f_start+f_stop), 0.5*(f_stop-f_start) )
103 freq = linspace(f_start,f_stop,100)
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Denumerate.c183 float f_start, f_end, f_delta, f_count; in MakeLinearList() local
334 f_start = f_end - ((count - 1.0) * f_delta); in MakeLinearList()
338 f_start = *(float *)DXGetArrayData(a_start); in MakeLinearList()
341 f_end = f_start + ((count - 1.0) * f_delta); in MakeLinearList()
350 f_start = *(float *)DXGetArrayData(a_start); in MakeLinearList()
355 f_delta = (f_end - f_start) / (count - 1.0); in MakeLinearList()
363 if (f_delta == 0.0 && f_start != f_end) { in MakeLinearList()
372 f_start = *(float *)DXGetArrayData(a_start); in MakeLinearList()
379 if ((f_end >= f_start && f_delta > 0) || in MakeLinearList()
380 (f_end < f_start && f_delta < 0)) { in MakeLinearList()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/Mesh/
H A Dbuilder_def.hpp283 const unsigned int f_start = f_vector_.size() ; in push_faces() local
288 f_vector_.resize(f_start + fv_size) ; in push_faces()
290 std::copy(faces, faces + fv_size, f_vector_.begin() + f_start) ; in push_faces()
294 fe_vector_[f] += f_start ; in push_faces()
301 c_computer_.resize(f_start + fv_size) ; in push_faces()
314 const unsigned int f_start = f_vector_.size() ; in extend_faces() local
317 f_vector_.resize(f_start + size*face_size) ; in extend_faces()
329 c_computer_.resize(f_start + size*face_size) ; in extend_faces()
/dports/net/c3270/suite3270-4.0/Common/
H A Dutil.c270 const char *f_start = NULL; /* start of sub-field */ in split_dbcs_resource() local
281 if (f_start == NULL) { in split_dbcs_resource()
287 if (f_end == f_start) { in split_dbcs_resource()
312 *rp = Malloc(f_end - f_start + 1); in split_dbcs_resource()
313 strncpy(*rp, f_start, f_end - f_start); in split_dbcs_resource()
314 (*rp)[f_end - f_start] = '\0'; in split_dbcs_resource()
316 f_start = NULL; in split_dbcs_resource()
326 if (f_start == NULL) { in split_dbcs_resource()
327 f_start = s; in split_dbcs_resource()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dutil.c270 const char *f_start = NULL; /* start of sub-field */ in split_dbcs_resource() local
281 if (f_start == NULL) { in split_dbcs_resource()
287 if (f_end == f_start) { in split_dbcs_resource()
312 *rp = Malloc(f_end - f_start + 1); in split_dbcs_resource()
313 strncpy(*rp, f_start, f_end - f_start); in split_dbcs_resource()
314 (*rp)[f_end - f_start] = '\0'; in split_dbcs_resource()
316 f_start = NULL; in split_dbcs_resource()
326 if (f_start == NULL) { in split_dbcs_resource()
327 f_start = s; in split_dbcs_resource()
/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dgenerate_arm_r.c329 int s, func, f_start, f_end; in main() local
336 f_start = strtol(argv[1], NULL, 0); in main()
346 if (f_start != 0 || f_end != 0) { in main()
348 for (func=f_start; func<=f_end; func++) in main()
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug-2580.c13 void game_menu_back(unsigned {type} f_start) in game_menu_back() argument
19 s_lin1 = f_start;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/fei/h264_enc/
H A Dmfx_h264_enc.cpp103 mfxU32 f_start = 0, fieldCount = task.m_fieldPicFlag; in RunFrameVmeENC() local
108 fieldCount = f_start = m_firstFieldDone; // 0 or 1 in RunFrameVmeENC()
111 for (mfxU32 f = f_start; f <= fieldCount; ++f) in RunFrameVmeENC()
148 mfxU32 f_start = 0, fieldCount = task.m_fieldPicFlag; in QueryStatus() local
153 f_start = fieldCount = 1 - m_firstFieldDone; in QueryStatus()
156 for (mfxU32 f = f_start; f <= fieldCount; f++) in QueryStatus()
505 …mfxU32 f_start = 0, fieldCount = m_video.mfx.FrameInfo.PicStruct == MFX_PICSTRUCT_PROGRESSIVE ? 0 … in RunFrameVmeENCCheck() local
510 fieldCount = f_start = m_firstFieldDone = FirstFieldProcessingDone(input, task); // 0 or 1 in RunFrameVmeENCCheck()
513 for (mfxU32 field = f_start; field <= fieldCount; ++field) in RunFrameVmeENCCheck()
619 for (mfxU32 field = f_start; field <= fieldCount; ++field) in RunFrameVmeENCCheck()

1234567891011