Home
last modified time | relevance | path

Searched refs:problem_t (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/opengv/opengv-91f4b19/include/opengv/sac/
H A DLmeds.hpp63 typedef PROBLEM_T problem_t; typedef in opengv::sac::Lmeds
65 typedef typename problem_t::model_t model_t;
67 using SampleConsensus<problem_t>::max_iterations_;
68 using SampleConsensus<problem_t>::threshold_;
69 using SampleConsensus<problem_t>::iterations_;
70 using SampleConsensus<problem_t>::sac_model_;
71 using SampleConsensus<problem_t>::model_;
72 using SampleConsensus<problem_t>::model_coefficients_;
73 using SampleConsensus<problem_t>::inliers_;
74 using SampleConsensus<problem_t>::probability_;
H A DMultiRansac.hpp68 typedef PROBLEM_T problem_t; typedef in opengv::sac::MultiRansac
70 typedef typename problem_t::model_t model_t;
72 using MultiSampleConsensus<problem_t>::max_iterations_;
73 using MultiSampleConsensus<problem_t>::threshold_;
74 using MultiSampleConsensus<problem_t>::iterations_;
75 using MultiSampleConsensus<problem_t>::sac_model_;
76 using MultiSampleConsensus<problem_t>::model_;
77 using MultiSampleConsensus<problem_t>::model_coefficients_;
78 using MultiSampleConsensus<problem_t>::inliers_;
79 using MultiSampleConsensus<problem_t>::probability_;
H A DRansac.hpp64 typedef PROBLEM_T problem_t; typedef in opengv::sac::Ransac
66 typedef typename problem_t::model_t model_t;
68 using SampleConsensus<problem_t>::max_iterations_;
69 using SampleConsensus<problem_t>::threshold_;
70 using SampleConsensus<problem_t>::iterations_;
71 using SampleConsensus<problem_t>::sac_model_;
72 using SampleConsensus<problem_t>::model_;
73 using SampleConsensus<problem_t>::model_coefficients_;
74 using SampleConsensus<problem_t>::inliers_;
75 using SampleConsensus<problem_t>::probability_;
H A DSampleConsensus.hpp66 typedef PROBLEM_T problem_t; typedef in opengv::sac::SampleConsensus
68 typedef typename problem_t::model_t model_t;
H A DMultiSampleConsensus.hpp66 typedef PROBLEM_T problem_t; typedef in opengv::sac::MultiSampleConsensus
68 typedef typename problem_t::model_t model_t;
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/e2fsck/
H A DproblemP.h13 problem_t e2p_code;
17 problem_t second_code;
24 problem_t question;
25 problem_t end_message;
H A Dproblem.h12 typedef __u32 problem_t; typedef
1300 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx);
H A Dpass5.c269 static void print_bitmap_problem(e2fsck_t ctx, problem_t problem, in print_bitmap_problem()
321 problem_t problem, save_problem; in check_block_bitmaps()
575 problem_t problem, save_problem; in check_inode_bitmaps()
H A Dpass2.c140 problem_t code; in e2fsck_pass2()
409 problem_t problem = 0; in check_dot()
484 problem_t problem = 0; in check_dotdot()
1056 problem_t problem; in check_dir_block()
1939 problem_t problem = 0; in e2fsck_process_bad_inode()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/e2fsck/
H A DproblemP.h13 problem_t e2p_code;
17 problem_t second_code;
24 problem_t question;
25 problem_t end_message;
H A Dproblem.h12 typedef __u32 problem_t; typedef
1300 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx);
H A Dpass5.c269 static void print_bitmap_problem(e2fsck_t ctx, problem_t problem, in print_bitmap_problem()
321 problem_t problem, save_problem; in check_block_bitmaps()
575 problem_t problem, save_problem; in check_inode_bitmaps()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/e2fsck/
H A DproblemP.h13 problem_t e2p_code;
17 problem_t second_code;
24 problem_t question;
25 problem_t end_message;
H A Dproblem.h12 typedef __u32 problem_t; typedef
1300 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx);
H A Dpass5.c269 static void print_bitmap_problem(e2fsck_t ctx, problem_t problem,
321 problem_t problem, save_problem;
575 problem_t problem, save_problem;
/dports/security/pscan/pscan-1.3/
H A Dpscan.h38 typedef struct problem_t { struct
41 } problem_t; argument
44 const problem_t *problem;
H A Dpscan.c59 static problem_t problem_functions[] = {
91 static problem_t user_problem_functions[MAX_USER_PROBLEMS];
369 problem_t *problem; in setup_checks()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/scolib/src/scolib/
H A DPIDOMS.h41 template <class problem_t>
44 template <class problem_t>
56 typedef colin::UMINLP0_problem problem_t; typedef
71 void set_handler(pidoms::PIDOMSHandler<problem_t>* app_handler_);
88 pidoms::PIDOMSSolver<problem_t>* solver;
91 pidoms::PIDOMSHandler<problem_t>* app_handler_;
870 app_handler_ = new pidoms::PIDOMSHandler<problem_t>(); in PIDOMS()
873 solver = new pidoms::PIDOMSSerialSolver<problem_t>; in PIDOMS()
875 solver = new pidoms::PIDOMSParallelSolver<problem_t>; in PIDOMS()
878 solver = new pidoms::PIDOMSSerialSolver<problem_t>; in PIDOMS()
[all …]
/dports/math/R-cran-influenceR/influenceR/src/
H A Dkeyplayer-utils.h10 } problem_t; typedef
13 double get_next_state_graph(problem_t *this, int n, int *gen, int k, double p, int *ua, int *va, in…
H A Dkeyplayer.c34 problem_t problem; in keyplayer_driver()
104 problem_t problem; in keyplayer_driver_omp()
/dports/graphics/opengv/opengv-91f4b19/include/opengv/sac/implementation/
H A DRansac.hpp48 typedef PROBLEM_T problem_t; in computeModel() typedef
49 typedef typename problem_t::model_t model_t; in computeModel()
H A DMultiRansac.hpp48 typedef PROBLEM_T problem_t; in computeModel() typedef
49 typedef typename problem_t::model_t model_t; in computeModel()
H A DLmeds.hpp45 typedef PROBLEM_T problem_t; in computeModel() typedef
46 typedef typename problem_t::model_t model_t; in computeModel()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/
H A DApplicationMngr.h65 (type, ProblemType<typename TYPE::problem_t>::name(), &create<TYPE>); in declare_application_type()
H A DApplication.h81 typedef ProblemT problem_t; typedef

12