Home
last modified time | relevance | path

Searched refs:fix_none (Results 1 – 25 of 59) sorted by relevance

123

/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dsbn.c200 fix_none, /* 000 No Nav */ in decode_sbn_mode()
201 fix_none, /* 001 1 SV solution */ in decode_sbn_mode()
202 fix_none, /* 010 2 SV solution */ in decode_sbn_mode()
207 fix_none /* 111 DR solution (no SV) */ in decode_sbn_mode()
249 waypt->fix = fix_none; in decode_sbn_record()
H A Ddelgpl.c78 wpt_tmp->fix = fix_none; in gpl_read()
134 case fix_none: in gpl_trackpt()
H A Dgopal.c264 wpt->fix = fix_none; in gopal_read()
302 if ((wpt->fix != fix_none)&&(lat_old==0)) { //first-time init in gopal_read()
357 case fix_none: in gopal_write_waypt()
H A Ddiscard.c108 if ((fixnoneopt) && (waypointp->fix == fix_none)) { in fix_process_wpt()
H A Dosm.c596 wpt->fix = fix_none; in osm_node_tag()
838 case fix_none: in osm_waypt_disp()
H A Dvitosmt.c184 wpt_tmp->fix =fix_none; in vitosmt_read()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dsbn.cc196 fix_none, /* 000 No Nav */ in decode_sbn_mode()
197 fix_none, /* 001 1 SV solution */ in decode_sbn_mode()
198 fix_none, /* 010 2 SV solution */ in decode_sbn_mode()
203 fix_none /* 111 DR solution (no SV) */ in decode_sbn_mode()
243 waypt->fix = fix_none; in decode_sbn_record()
H A Ddelgpl.cc72 wpt_tmp->fix = fix_none; in gpl_read()
127 case fix_none: in gpl_trackpt()
H A Dgopal.cc263 wpt->fix = fix_none; in gopal_read()
301 if ((wpt->fix != fix_none)&&(lat_old==0)) { //first-time init in gopal_read()
342 case fix_none: in gopal_write_waypt()
H A Ddiscard.cc60 if ((fixnoneopt) && (waypointp->fix == fix_none)) { in fix_process_wpt()
H A Dosm.cc518 wpt->fix = fix_none; in osm_node_tag()
776 case fix_none: in osm_waypt_disp()
H A Dqstarz_bl_1000.cc185 fix = fix_none; in qstarz_bl_1000_read_record()
H A Dvitosmt.cc156 wpt_tmp->fix =fix_none; in vitosmt_read()
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Dcell_opt_types.F28 USE input_constants, ONLY: fix_none,&
161 CASE (fix_none)
H A Dcell_opt_utils.F29 USE input_constants, ONLY: fix_none,&
287 my_constraint_id = fix_none
468 CASE (fix_none)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Dcell_opt_types.F28 USE input_constants, ONLY: fix_none,&
161 CASE (fix_none)
H A Dcell_opt_utils.F29 USE input_constants, ONLY: fix_none,&
287 my_constraint_id = fix_none
468 CASE (fix_none)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/java/
H A Dnwchem_MD_energy.java534 noneradio.setSelected(task.fix_none); in nwchem_MD_energy()
539 task.fix_none=noneradio.isSelected(); in nwchem_MD_energy()
540 if(task.fix_none) task.fix_all=false; in nwchem_MD_energy()
552 if(task.fix_all) task.fix_none=false; in nwchem_MD_energy()
553 noneradio.setSelected(task.fix_none); in nwchem_MD_energy()
820 if(task.fix_none||task.fix_all){ in enableSelections()
H A Dnwchem_Prepare_restart.java534 noneradio.setSelected(task.fix_none); in nwchem_Prepare_restart()
539 task.fix_none=noneradio.isSelected(); in nwchem_Prepare_restart()
540 if(task.fix_none) task.fix_all=false; in nwchem_Prepare_restart()
552 if(task.fix_all) task.fix_none=false; in nwchem_Prepare_restart()
553 noneradio.setSelected(task.fix_none); in nwchem_Prepare_restart()
820 if(task.fix_none||task.fix_all){ in enableSelections()
H A Dnwchem_Prepare_topology.java534 noneradio.setSelected(task.fix_none); in nwchem_Prepare_topology()
539 task.fix_none=noneradio.isSelected(); in nwchem_Prepare_topology()
540 if(task.fix_none) task.fix_all=false; in nwchem_Prepare_topology()
552 if(task.fix_all) task.fix_none=false; in nwchem_Prepare_topology()
553 noneradio.setSelected(task.fix_none); in nwchem_Prepare_topology()
820 if(task.fix_none||task.fix_all){ in enableSelections()
H A Dnwchem_Task.java115 public boolean fix_none = false; field in nwchem_Task
/dports/science/nwchem-data/nwchem-7.0.2-release/src/java/
H A Dnwchem_Prepare_restart.java534 noneradio.setSelected(task.fix_none); in nwchem_Prepare_restart()
539 task.fix_none=noneradio.isSelected(); in nwchem_Prepare_restart()
540 if(task.fix_none) task.fix_all=false; in nwchem_Prepare_restart()
552 if(task.fix_all) task.fix_none=false; in nwchem_Prepare_restart()
553 noneradio.setSelected(task.fix_none); in nwchem_Prepare_restart()
820 if(task.fix_none||task.fix_all){ in enableSelections()
H A Dnwchem_Prepare_topology.java534 noneradio.setSelected(task.fix_none); in nwchem_Prepare_topology()
539 task.fix_none=noneradio.isSelected(); in nwchem_Prepare_topology()
540 if(task.fix_none) task.fix_all=false; in nwchem_Prepare_topology()
552 if(task.fix_all) task.fix_none=false; in nwchem_Prepare_topology()
553 noneradio.setSelected(task.fix_none); in nwchem_Prepare_topology()
820 if(task.fix_none||task.fix_all){ in enableSelections()
H A Dnwchem_MD_energy.java534 noneradio.setSelected(task.fix_none); in nwchem_MD_energy()
539 task.fix_none=noneradio.isSelected(); in nwchem_MD_energy()
540 if(task.fix_none) task.fix_all=false; in nwchem_MD_energy()
552 if(task.fix_all) task.fix_none=false; in nwchem_MD_energy()
553 noneradio.setSelected(task.fix_none); in nwchem_MD_energy()
820 if(task.fix_none||task.fix_all){ in enableSelections()
H A Dnwchem_Task.java115 public boolean fix_none = false; field in nwchem_Task

123