Home
last modified time | relevance | path

Searched refs:ssys (Results 1 – 25 of 126) sorted by relevance

123456

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_saddle_itsol.c335 assert(ssys != NULL); in _norm()
473 assert(ssys->m21_stride == 3); in _compute_residual_3()
845 assert(ssys->x1_size >= ssys->x2_size); in _elman_schur_approximation()
1121 ssys->max_x1_size + ssys->max_x2_size); in _sgs_schur_pc_apply()
1240 cs_real_t *z1_tilda = pc_wsp + ssys->max_x1_size + ssys->max_x2_size; in _uza_schur_pc_apply()
1301 memcpy(z, r, sizeof(cs_real_t)*(ssys->max_x1_size + ssys->max_x2_size)); in _no_pc_apply()
1375 *wsp_size = ssys->max_x2_size + 2*ssys->max_x1_size; in _set_pc()
1443 *wsp_size = 2*(ssys->max_x1_size + ssys->max_x2_size); in _set_pc()
1575 const cs_lnum_t ssys_size = ssys->max_x1_size + ssys->max_x2_size; in cs_saddle_minres()
1790 const cs_lnum_t ssys_size = ssys->max_x1_size + ssys->max_x2_size; in cs_saddle_gcr()
[all …]
H A Dcs_saddle_itsol.h175 cs_saddle_minres(cs_saddle_system_t *ssys,
202 cs_saddle_system_t *ssys,
H A Dcs_cdofb_monolithic_sles.c1056 CS_UNUSED(ssys); in _scaled_mass_sbp()
1063 assert(ssys->x2_size == n_cells); in _scaled_mass_sbp()
1108 CS_UNUSED(ssys); in _elman_schur_sbp()
1381 _diag_schur_sbp(nsp, ssys, sbp); in _schur_approximation()
1396 _diag_schur_sbp(nsp, ssys, sbp); in _schur_approximation()
4457 ssys->n_m11_matrices = 1; in cs_cdofb_monolithic_krylov_block_precond()
4460 ssys->max_x1_size = in cs_cdofb_monolithic_krylov_block_precond()
4462 ssys->rhs1 = msles->b_f; in cs_cdofb_monolithic_krylov_block_precond()
4464 ssys->x2_size = msles->n_cells; in cs_cdofb_monolithic_krylov_block_precond()
4466 ssys->rhs2 = msles->b_c; in cs_cdofb_monolithic_krylov_block_precond()
[all …]
H A Dcs_navsto_sles.h74 cs_saddle_system_t *ssys,
H A Dcs_navsto_sles.c227 cs_saddle_system_t *ssys, in cs_user_navsto_sles_solve() argument
234 CS_UNUSED(ssys); in cs_user_navsto_sles_solve()
/dports/cad/solvespace/solvespace-2.3/src/
H A Dlib.cpp89 for(i = 0; i < ssys->params; i++) { in Slvs_Solve()
90 Slvs_Param *sp = &(ssys->param[i]); in Slvs_Solve()
101 for(i = 0; i < ssys->entities; i++) { in Slvs_Solve()
102 Slvs_Entity *se = &(ssys->entity[i]); in Slvs_Solve()
136 for(i = 0; i < ssys->constraints; i++) { in Slvs_Solve()
199 if(ssys->dragged[i]) { in Slvs_Solve()
216 ssys->result = SLVS_RESULT_OKAY; in Slvs_Solve()
236 for(i = 0; i < ssys->params; i++) { in Slvs_Solve()
237 Slvs_Param *sp = &(ssys->param[i]); in Slvs_Solve()
242 if(ssys->failed) { in Slvs_Solve()
[all …]
/dports/games/pioneer/pioneer-20210723/src/galaxy/
H A DSector.cpp96 …RefCountedPtr<const StarSystem> ssys = m_galaxy->GetStarSystem(SystemPath(sys.sx, sys.sy, sys.sz, … in Dump() local
97 assert(ssys->GetPath().IsSameSystem(SystemPath(sys.sx, sys.sy, sys.sz, sys.idx))); in Dump()
98 assert(ssys->GetNumStars() == sys.GetNumStars()); in Dump()
99 assert(ssys->GetName() == sys.GetName()); in Dump()
100 assert(ssys->GetUnexplored() == !sys.IsExplored()); in Dump()
101 assert(ssys->GetFaction() == sys.GetFaction()); in Dump()
102 assert(unsigned(ssys->GetSeed()) == sys.GetSeed()); in Dump()
103 assert(ssys->GetNumStars() == sys.GetNumStars()); in Dump()
105 assert(sys.GetStarType(i) == ssys->GetStars()[i]->GetType()); in Dump()
106 ssys->Dump(file, "\t\t", true); in Dump()
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libuuconf/
H A Dtlocnm.c72 struct uuconf_system ssys; local
75 iret = uuconf_system_info (pglobal, *pz, &ssys);
79 for (qsys = &ssys; qsys != NULL; qsys = qsys->uuconf_qalternate)
98 (void) uuconf_system_free (pglobal, &ssys);
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libunix/
H A Dstatsb.c136 struct uuconf_system ssys; local
150 iuuconf = uuconf_system_info (puuconf, zsys, &ssys);
153 if (! funknown_system (puuconf, zsys, &ssys))
176 (void) uuconf_system_free (puuconf, &ssys);
206 (void) uuconf_system_free (puuconf, &ssys);
216 ztemp = zsfind_file (s.ztemp, ssys.uuconf_zname, bgrade);
241 (void) uuconf_system_free (puuconf, &ssys);
363 struct uuconf_system ssys; local
369 ssys.uuconf_zname = qentry->d_name;
370 if (fsysdep_get_status (&ssys, qstat, (boolean *) NULL))
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uustat/
H A Duustat.c482 struct uuconf_system ssys; local
493 pazsystems[i] = zbufcpy (ssys.uuconf_zname);
494 (void) uuconf_system_free (puuconf, &ssys);
843 struct uuconf_system ssys; local
868 (void) uuconf_system_free (puuconf, &ssys);
907 (void) uuconf_system_free (puuconf, &ssys);
1525 struct uuconf_system ssys; local
2060 struct uuconf_system ssys; local
2087 struct uuconf_system ssys; local
2107 ssys.uuconf_zname = (char *) zlocalname;
[all …]
/dports/math/p5-Math-GSL/Math-GSL-0.43/swig/
H A DODEIV.i376 swig_math_gsl_odeiv_system *ssys; in swig_math_gsl_odeiv_fill_system_struct() local
377 Newx(ssys, 1, swig_math_gsl_odeiv_system); in swig_math_gsl_odeiv_fill_system_struct()
378 ssys->func = swig_math_gsl_odeiv_get_hash_coderef( hash, "func" ); in swig_math_gsl_odeiv_fill_system_struct()
379 ssys->jac = swig_math_gsl_odeiv_get_hash_coderef( hash, "jac" ); in swig_math_gsl_odeiv_fill_system_struct()
380 ssys->params = swig_math_gsl_odeiv_get_hash_hashref( hash, "params" ); in swig_math_gsl_odeiv_fill_system_struct()
381 ssys->dim = (size_t) swig_math_gsl_odeiv_get_hash_iv( hash, "dim" ); in swig_math_gsl_odeiv_fill_system_struct()
385 sys->params = (void *) ssys; in swig_math_gsl_odeiv_fill_system_struct()
419 swig_math_gsl_odeiv_system *ssys = (swig_math_gsl_odeiv_system *)$1->params; variable
420 Safefree(ssys);
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uupick/
H A Duupick.c141 struct uuconf_system ssys; local
146 iuuconf = uuconf_system_info (puuconf, zsystem, &ssys);
149 zpubdir = zbufcpy (ssys.uuconf_zpubdir);
150 (void) uuconf_system_free (puuconf, &ssys);
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uuxqt/
H A Duuxqt.c97 struct uuconf_system ssys; local
220 iuuconf = uuconf_system_local (puuconf, &ssys);
223 ssys.uuconf_zname = (char *) zlocalname;
227 if (! funknown_system (puuconf, zdosys, &ssys))
232 zdosys = zbufcpy (ssys.uuconf_zname);
271 (void) uuconf_system_free (puuconf, &ssys);
274 &ssys);
286 iuuconf = uuconf_system_local (puuconf, &ssys);
294 ssys.uuconf_zname = (char *) zlocalname;
331 zloc = ssys.uuconf_zlocalname;
[all …]
/dports/astro/stellarium/stellarium-0.21.3/plugins/RemoteControl/src/
H A DLocationService.cpp43 ssys = GETSTELMODULE(SolarSystem); in LocationService()
76 QList<PlanetP> ss = ssys->getAllPlanets(); in get()
205 if(ssys->searchByName(planet)) in post()
H A DLocationService.hpp49 SolarSystem* ssys; member in LocationService
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uulog/
H A Duulog.c259 struct uuconf_system ssys; local
265 iuuconf = uuconf_system_info (puuconf, zsystem, &ssys);
268 zsystem = zbufcpy (ssys.uuconf_zname);
269 (void) uuconf_system_free (puuconf, &ssys);
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/GNSSEph/
H A DOrbSysGpsL_Reserved.cpp135 string ssys = convertSatelliteSystemToString(satID.system); in dumpTerse() local
136 s << setw(7) << ssys; in dumpTerse()
H A DOrbSysGpsL_55.cpp187 string ssys = convertSatelliteSystemToString(satID.system); in dumpTerse() local
188 s << setw(7) << ssys; in dumpTerse()
H A DOrbSysGpsL_51.cpp150 string ssys = convertSatelliteSystemToString(satID.system); in dumpTerse() local
151 s << setw(7) << ssys; in dumpTerse()
H A DCNavReducedAlm.cpp181 string ssys = convertSatelliteSystemToString(subjSv.system); in dumpTerse() local
182 s << setw(7) << ssys; in dumpTerse()
H A DOrbSysGpsL_52.cpp170 string ssys = convertSatelliteSystemToString(satID.system); in dumpTerse() local
171 s << setw(7) << ssys; in dumpTerse()
H A DOrbSysGpsC_30.cpp223 string ssys = convertSatelliteSystemToString(satID.system); in dumpTerse() local
224 s << setw(7) << ssys; in dumpTerse()
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uucico/
H A Duucico.c1927 struct uuconf_system ssys; local
2111 iuuconf = uuconf_system_info (puuconf, zstr + 1, &ssys);
2140 if (! funknown_system (puuconf, zstr + 1, &ssys))
2184 uaccept_call_cleanup (puuconf, &ssys, qport, &sport, zloc);
2195 uaccept_call_cleanup (puuconf, &ssys, qport, &sport, zloc);
2230 uaccept_call_cleanup (puuconf, &ssys, qport, &sport, zloc);
2248 uaccept_call_cleanup (puuconf, &ssys, qport, &sport, zloc);
2352 uaccept_call_cleanup (puuconf, &ssys, qport, &sport,
2419 uaccept_call_cleanup (puuconf, &ssys, qport, &sport, zloc);
2459 uaccept_call_cleanup (puuconf, &ssys, qport, &sport, zloc);
[all …]
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uuchk/
H A Duuchk.c151 struct uuconf_system ssys; local
153 iret = uuconf_system_info (puuconf, zsystem, &ssys);
162 ukshow (&ssys, puuconf);
163 (void) uuconf_system_free (puuconf, &ssys);
294 struct uuconf_system ssys; local
297 iret = uuconf_system_info (puuconf, *pzsystems, &ssys);
301 ukshow (&ssys, puuconf);
302 (void) uuconf_system_free (puuconf, &ssys);
/dports/games/naev/naev-0.7.0/src/
H A Dmap.c1629 StarSystem *sys, *ssys, *esys, **res; in map_getJumpPath() local
1639 ssys = system_get(sysstart); /* start */ in map_getJumpPath()
1645 ssys = system_get( old_data[ (*njumps)-1 ]->name ); in map_getJumpPath()
1650 if ((ssys == esys) || (ssys->njumps==0)) { in map_getJumpPath()
1668 cur = A_newNode( ssys ); in map_getJumpPath()
1926 StarSystem *ssys; in map_center() local
1929 ssys = system_get( sys ); in map_center()
1930 if (ssys == NULL) in map_center()
1934 map_xpos = ssys->pos.x * map_zoom; in map_center()
1935 map_ypos = ssys->pos.y * map_zoom; in map_center()

123456