Home
last modified time | relevance | path

Searched refs:Oinfo (Results 1 – 14 of 14) sorted by relevance

/dports/science/hdf5/hdf5-1.10.6/fortran/src/
H A DH5Of.c36 object_info->fileno = Oinfo.fileno; in fill_h5o_info_t_f()
37 object_info->addr = (haddr_t_f)Oinfo.addr; in fill_h5o_info_t_f()
39 object_info->type = (int_f)Oinfo.type; in fill_h5o_info_t_f()
40 object_info->rc = (int_f)Oinfo.rc; in fill_h5o_info_t_f()
42 ts = HDgmtime(&Oinfo.atime); in fill_h5o_info_t_f()
53 ts = HDgmtime(&Oinfo.btime); in fill_h5o_info_t_f()
64 ts = HDgmtime(&Oinfo.ctime); in fill_h5o_info_t_f()
75 ts = HDgmtime(&Oinfo.mtime); in fill_h5o_info_t_f()
331 H5O_info_t Oinfo; in h5oget_info_by_name_c() local
382 H5O_info_t Oinfo; in h5oget_info_by_idx_c() local
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/fortran/src/
H A DH5Of.c32 object_info->fileno = Oinfo.fileno; in fill_h5o_info_t_f()
36 object_info->rc = (int_f)Oinfo.rc; in fill_h5o_info_t_f()
38 ts = HDgmtime(&Oinfo.atime); in fill_h5o_info_t_f()
49 ts = HDgmtime(&Oinfo.btime); in fill_h5o_info_t_f()
60 ts = HDgmtime(&Oinfo.ctime); in fill_h5o_info_t_f()
71 ts = HDgmtime(&Oinfo.mtime); in fill_h5o_info_t_f()
322 H5O_info_t Oinfo; in h5oget_info_by_name_c() local
334 &Oinfo, (hid_t)*lapl_id) < 0) in h5oget_info_by_name_c()
372 H5O_info_t Oinfo; in h5oget_info_by_idx_c() local
389 &Oinfo, (hid_t)*lapl_id) < 0) in h5oget_info_by_idx_c()
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Apps/AmplSolver/
H A DAmplTNLP.cpp285 delete Oinfo; in ~AmplTNLP()
1436 Oinfo->flags = 0; in get_options()
1438 Oinfo->usage = NULL; in get_options()
1439 Oinfo->kwf = NULL; in get_options()
1440 Oinfo->feq = NULL; in get_options()
1444 Oinfo->wantsol = 0; in get_options()
1445 Oinfo->nS = 0; in get_options()
1446 Oinfo->S = NULL; in get_options()
1448 Oinfo->asl = NULL; in get_options()
1452 Oinfo->nnl = 0; in get_options()
[all …]
/dports/net/netmap/netmap-0.1.3/belgolib/
H A Ddirs_core.c3 Oinfo::Oinfo(const string& fname, int fmode/*=0*/) in Oinfo() function
H A Ddirs_core.h19 class Oinfo {
21 Oinfo(const string&, int=0);
H A Ddirs.c106 Oinfo obj(f_comp_path); in read_dir()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/readnl/
H A DreadASLfg.cpp24 Option_Info Oinfo = { CHR"testampl", CHR"ANALYSIS TEST", variable
36 stub = getstub (&argv, &Oinfo); in readASLfg()
H A DCouenneAmplInterface.cpp71 Option_Info Oinfo = { const_cast<char*>("testampl"), const_cast<char*>("ANALYSIS TEST"), variable
169 char* stub = getstub (&argv, &Oinfo); in readASLfg()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/examples/interfaces/AMPL/
H A Dbb.c32 Option_Info Oinfo = { variable
66 stub = getstub(&argv, &Oinfo); in main()
70 if (getopts(argv, &Oinfo)) exit(1); in main()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/main/
H A DCouTight.cpp54 extern Option_Info Oinfo;
106 write_sol_ASL (aslfg -> asl, const_cast<char*>("tightened bounds"), 0, 0, &Oinfo); in main()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreHDF5/
H A DHDF5Hierarchy.cpp88 H5O_info_t Oinfo; in VisitAllGroupsCB() local
89 H5Oget_info_by_name( iGroup, iName, &Oinfo, H5P_DEFAULT ); in VisitAllGroupsCB()
91 if ( Oinfo.type == H5O_TYPE_GROUP ) in VisitAllGroupsCB()
112 else if (Oinfo.type == H5O_TYPE_DATASET ) in VisitAllGroupsCB()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClp_ampl.cpp142 static Option_Info Oinfo = { variable
395 stub = getstub(&argv, &Oinfo); in readAmpl()
397 usage_ASL(&Oinfo, 1); in readAmpl()
459 Oinfo.uinfo = tempBuffer; in readAmpl()
460 if (getopts(argv, &Oinfo)) in readAmpl()
550 Oinfo.uinfo = tempBuffer; in readAmpl()
551 if (getopts(argv, &Oinfo)) in readAmpl()
553 Oinfo.wantsol = 1; in readAmpl()
732 sprintf(buf, "%s %s", Oinfo.bsname, info->buffer); in writeAmpl()
740 write_sol(buf, info->primalSolution, info->dualSolution, &Oinfo); in writeAmpl()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbc_ampl.cpp145 static Option_Info Oinfo = { variable
398 stub = getstub(&argv, &Oinfo); in readAmpl()
400 usage_ASL(&Oinfo, 1); in readAmpl()
462 Oinfo.uinfo = tempBuffer; in readAmpl()
463 if (getopts(argv, &Oinfo)) in readAmpl()
553 Oinfo.uinfo = tempBuffer; in readAmpl()
554 if (getopts(argv, &Oinfo)) in readAmpl()
556 Oinfo.wantsol = 1; in readAmpl()
735 sprintf(buf, "%s %s", Oinfo.bsname, info->buffer); in writeAmpl()
743 write_sol(buf, info->primalSolution, info->dualSolution, &Oinfo); in writeAmpl()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/scolib/src/exec/
H A Dscolib.cpp65 static Option_Info Oinfo = { variable
295 getstub(&argv,&Oinfo); in main()