Home
last modified time | relevance | path

Searched +defs:f2 +defs:lb (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/math/stanmath/math-4.2.0/test/unit/math/mix/fun/
H A Dlub_constrain_helpers.hpp6 void expect(const T1& x, const T2& lb, const T3& ub) { in expect()
7 auto f1 = [](const auto& x, const auto& lb, const auto& ub) { in expect()
11 auto f2 = [](const auto& x, const auto& lb, const auto& ub) { in expect() local
15 auto f3 = [](const auto& x, const auto& lb, const auto& ub) { in expect()
20 auto f4 = [](const auto& x, const auto& lb, const auto& ub) { in expect()
32 void expect_vec(const T1& x, const T2& lb, const T3& ub) { in expect_vec()
33 auto f1 = [](const auto& x, const auto& lb, const auto& ub) { in expect_vec()
37 auto f2 = [](const auto& x, const auto& lb, const auto& ub) { in expect_vec() local
41 auto f3 = [](const auto& x, const auto& lb, const auto& ub) { in expect_vec()
46 auto f4 = [](const auto& x, const auto& lb, const auto& ub) { in expect_vec()
H A Dlb_constrain_matvar_test.cpp6 void expect_matvar(const T1& x, const T2& lb) { in expect_matvar()
7 auto f1 = [](const auto& x, const auto& lb) { in expect_matvar()
11 auto f2 = [](const auto& x, const auto& lb) { in expect_matvar() local
15 auto f3 = [](const auto& x, const auto& lb) { in expect_matvar()
20 auto f4 = [](const auto& x, const auto& lb) { in expect_matvar()
33 void expect_vec_matvar(const T1& x, const T2& lb) { in expect_vec_matvar()
34 auto f1 = [](const auto& x, const auto& lb) { in expect_vec_matvar()
38 auto f2 = [](const auto& x, const auto& lb) { in expect_vec_matvar() local
42 auto f3 = [](const auto& x, const auto& lb) { in expect_vec_matvar()
47 auto f4 = [](const auto& x, const auto& lb) { in expect_vec_matvar()
H A Dlb_constrain_test.cpp6 void expect(const T1& x, const T2& lb) { in expect()
7 auto f1 = [](const auto& x, const auto& lb) { in expect()
11 auto f2 = [](const auto& x, const auto& lb) { in expect() local
15 auto f3 = [](const auto& x, const auto& lb) { in expect()
20 auto f4 = [](const auto& x, const auto& lb) { in expect()
33 void expect_vec(const T1& x, const T2& lb) { in expect_vec()
34 auto f1 = [](const auto& x, const auto& lb) { in expect_vec()
38 auto f2 = [](const auto& x, const auto& lb) { in expect_vec() local
42 auto f3 = [](const auto& x, const auto& lb) { in expect_vec()
47 auto f4 = [](const auto& x, const auto& lb) { in expect_vec()
H A Dlub_constrain_matvar_test.cpp5 void expect_matvar(const T1& x, const T2& lb, const T3& ub) { in expect_matvar()
6 auto f1 = [](const auto& x, const auto& lb, const auto& ub) { in expect_matvar()
10 auto f2 = [](const auto& x, const auto& lb, const auto& ub) { in expect_matvar() local
14 auto f3 = [](const auto& x, const auto& lb, const auto& ub) { in expect_matvar()
19 auto f4 = [](const auto& x, const auto& lb, const auto& ub) { in expect_matvar()
35 double lb = -2.0; in TEST() local
61 double lb = -2.0; in TEST() local
88 Eigen::MatrixXd lb(2, 2); in TEST() local
114 double lb = -2.0; in TEST() local
143 Eigen::MatrixXd lb(2, 2); in TEST() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_funcs_test/
H A Dconstelm_test.c123 le_t f2 = const_elem_exp_approx(opts,fw1); in Test_const_elem_exp_prod() local
215 double lb=-2.0,ub=3.0; in Test_const_elem_exp_inner2() local
265 double lb=-2.0,ub=3.0; in Test_const_elem_exp_norm() local
303 double f2[1000]; in Test_const_elem_exp_axpy() local
356 double f2[1000]; in Test_const_elem_exp_axpy2() local
392 double lb = -2.0; in Test_const_elem_exp_constant() local
413 double lb = -2.0; in Test_const_elem_exp_flipsign() local
435 double lb = -2.0; in Test_const_elem_exp_scale() local
456 double lb = -2.0; in Test_const_elem_exp_orth_basis() local
497 double lb = -1.0; in Test_const_elem_exp_serialize() local
[all …]
H A Dlinelm_test.c242 le_t f2 = lin_elem_exp_approx(opts,fw1); in Test_lin_elem_exp_prod() local
504 double f2[1000]; in Test_lin_elem_exp_axpy() local
557 double f2[1000]; in Test_lin_elem_exp_axpy2() local
593 double lb = -2.0; in Test_lin_elem_exp_constant() local
614 double lb = -2.0; in Test_lin_elem_exp_flipsign() local
636 double lb = -2.0; in Test_lin_elem_exp_scale() local
657 double lb = -2.0; in Test_lin_elem_exp_orth_basis() local
698 double lb = -1.0; in Test_lin_elem_exp_serialize() local
743 double lb = -1.0; in Test_lin_elem_exp_savetxt() local
791 double lb = -1.0; in Test_LS_regress() local
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Approximation/test/Polynomials/
H A DMonotoneExpansionTest.cpp47 double lb = -2.0; in TEST_F() local
85 double lb = -2.0; in TEST_F() local
100 double f2 = expansion1->Evaluate(evalPt).at(0)(0); in TEST_F() local
120 double f2 = expansion2->Evaluate(evalPt, newCoeffs).at(0)(0); in TEST_F() local
156 double lb = -2.0; in TEST_F() local
220 double lb = -2.0; in TEST_F() local
269 Eigen::VectorXd f2 = expansion1->Evaluate(newPt).at(0); in TEST_F() local
298 Eigen::VectorXd f2 = expansion2->Evaluate(evalPt, newCoeffs).at(0); in TEST_F() local
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/nonparametric/tests/
H A Dex_gam_new.py33 lb, ub = -3.5, 3 variable
120 f2 = exog[:,order+1:].sum(1) - 1 variable
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/examples/
H A Dexample_gam_0.py30 lb, ub = -1., 1. #for Poisson variable
44 f2 = lambda x2: (x2 - 1* x2**2) # - 0.75 * np.exp(x2)) function
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/Master/
H A Dmaster_io.c715 FILE *f2; in parse_command_line() local
816 double lb, double initial_time, double start_time, in print_statistics()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/examples/linelm3d/
H A Dlinelm3d.c44 double f2(const double * x, void * args) in f2() function
73 double lb = -1.0; in main() local
/dports/science/mpb/mpb-1.11.1/mpb/
H A Dmaterial_grid_opt.c52 double gap, f1, f2; in mindiff_func() local
95 double *u, *lb, *ub, *u_tol, func_min; in material_grids_min_tetm_gap() local
220 double gap, f1 = u[n-1], f2 = u[n-2]; in maxgap_func() local
263 double *u, *lb, *ub, *u_tol, func_min; in material_grids_maxmin_gap() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/examples/linelm2d/
H A Dlinelm2d.c44 double f2(const double * x, void * args) in f2() function
73 double lb = -1.0; in main() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_clinalg_test/
H A Dqmarray_test.c190 struct GenericFunction *f1, *f2; in qmarray_quasimatrix_test_equality1() local
436 struct GenericFunction *f1,*f2; in Test_qmarray_householder2() local
511 struct GenericFunction *f1,*f2; in Test_qmarray_householder2_fourier() local
576 struct GenericFunction *f1,*f2; in Test_qmarray_householder2_fourier2() local
778 double lb = -2.0; in Test_qmarray_qr1() local
815 double lb = -2.0; in Test_qmarray_qr2() local
890 double lb = -2.0; in Test_qmarray_lq() local
1771 double lb = -1.0; in Test_fast_mat_kron() local
1807 double lb = -1.0; in Test_fast_kron_mat() local
1843 double lb = -1.0; in Test_block_kron_mat1() local
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/tools/SENSITIVITY/detailed_analysis/
H A Ddetailed_analysis.cpp384 NOMAD::Point lb = p0.get_lb(); in create_new_parameters() local
556 const NOMAD::Point & lb , in select_x0()
563 NOMAD::Double f1 , f2 , best_f2 = 1e20 , best_f1 = 1e20; in select_x0() local
622 const NOMAD::Point & lb , in check_bounds()
/dports/devel/ppl/ppl-1.2/src/
H A DLinear_Form_templates.hh91 operator+(const Linear_Form<C>& f1, const Linear_Form<C>& f2) { in operator +()
164 operator-(const Linear_Form<C>& f1, const Linear_Form<C>& f2) { in operator -()
264 operator+=(Linear_Form<C>& f1, const Linear_Form<C>& f2) { in operator +=()
296 operator-=(Linear_Form<C>& f1, const Linear_Form<C>& f2) { in operator -=()
458 analyzer_format lb = static_cast<analyzer_format>(ldexp(1.0, neg_power)); in relative_error() local
/dports/science/pagmo2/pagmo2-2.18.0/src/algorithms/
H A Dmoead.cpp110 const auto &lb = bounds.first; in evolve() local
255 auto f2 = decompose_objectives(new_f, weights[n], ideal_point, m_decomposition); in evolve() local
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dal00.f9077 subroutine init_t2(t2_i, lb, ub, init) argument
79 integer :: lb local
95 subroutine init_t1(t1_i, lb, ub, init) argument
97 integer :: lb local
117 integer :: lb local
277 function f2(argAllocScalar, argAllocIntArr, argAllocArr_t, tstRslt) result(rsltAllocIntArr) function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_superlearn_test/
H A Dregress_test.c66 double lb = -1.0; in Test_LS_ALS() local
159 double lb = -1.0; in Test_LS_ALS2() local
263 double lb = -1.0; in Test_LS_ALS_SPARSE2() local
700 double lb = -1.0; in Test_LS_AIO() local
780 double lb = -1.0; in Test_LS_AIO2() local
858 double lb = -1.0; in Test_LS_AIO3() local
939 double lb = -1.0; in Test_LS_AIO_new() local
2330 double lb = 0.0; in Test_LS_AIO_rankadapt() local
2427 double lb = 0.0; in Test_LS_AIO_rankadapt_kernel() local
2532 double lb = 0.0; in Test_LS_AIO_kernel2() local
[all …]
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dnlp_tools.cpp82 T f2 = res[1]; in detect_simple_bounds_gen() local
84 T lb = (lbg(sgi)-f1)/abs(f2); in detect_simple_bounds_gen() local
/dports/textproc/html2text/html2text-1.3.2a/
H A DHTMLParser.y809 Font2 *f2 = new Font2; variable
820 LineBreak *lb = new LineBreak; variable
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dmiscsup_com.c877 __INT2_T f2, t2, m2; in ENTF90() local
950 __INT_T *lb; in ENTF90() local
978 __INT_T *lb; in ENTF90() local
1006 __INT_T *lb; in ENTF90() local
1032 __INT_T *lb; in ENTF90() local
1058 __INT_T *lb; in ENTF90() local
1089 __INT_T *lb; in ENTF90() local
1115 __INT_T *lb; in ENTF90() local
1138 __INT_T *lb; in ENTF90() local
1161 __INT_T *lb; in ENTF90() local
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Drenamedialog.cpp89 QFile f2(secondFilePath); in compareFiles() local
290 QLabel *lb = new QLabel(i18n("This action would overwrite '%1' with itself.\n" in RenameDialog() local
460 QLabel *lb = new KSqueezedTextLabel(sentence1, this); in RenameDialog() local
/dports/science/xtb/xtb-6.4.1/src/freq/
H A Dio.f90139 integer :: gu,i,j,ka,kb,kc,la,lb,k local
143 real(wp),allocatable :: f2 (:) local
246 integer :: gu,i,j,ka,kb,kc,la,lb,k local
252 real(wp),allocatable :: f2 (:) local
/dports/textproc/bsddiff/diff/
H A Ddiffreg.c306 FILE *f2 = NULL; in diffreg() local
483 files_differ(FILE *f1, FILE *f2, int flags) in files_differ()
754 check(char *file1, FILE *f1, char *file2, FILE *f2) in check()
966 output(char *file1, FILE *f1, char *file2, FILE *f2, int flags) in output()
1073 change(char *file1, FILE *f1, char *file2, FILE *f2, int a, int b, int c, int d, in change()
1207 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile) in fetch()
1421 dump_context_vec(FILE *f1, FILE *f2) in dump_context_vec()
1526 dump_unified_vec(FILE *f1, FILE *f2) in dump_unified_vec()

12345678