Home
last modified time | relevance | path

Searched refs:g_u (Results 51 – 75 of 253) sorted by relevance

1234567891011

/dports/sysutils/heirloom/heirloom-070715/libcommon/
H A Dgetdir.c96 } g_u; member
131 (struct dirent *)db->g_u.g_dirbuf, in getdir()
140 db->g_dirp = (struct dirent *)db->g_u.g_dirbuf; in getdir()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/tests/
H A Dt_usefulness.rs33 let g_u = cast::<i32x4, u32x4>(g_new.round_int()); in unpack_modify_and_repack_rgba_values() localVariable
36 let output_actual = (r_u << 24) | (g_u << 16) | (b_u << 8) | (a_u); in unpack_modify_and_repack_rgba_values()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/contrib/JavaInterface/org/coinor/examples/scalable/
H A DLuksanVlcek1.java61 g_u = new double[m]; in initialize()
65 g_u[i] = gu; in initialize()
82 int m, double[] g_l, double[] g_u) in get_bounds_info() argument
95 g_u[i] = gu; in get_bounds_info()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/NSolver/
H A DIPOPTSolver.cc511 Index m, Number* g_l, Number* g_u) in get_bounds_info() argument
564 case NConstraintInterface::NC_EQUAL : g_u[i] = 0.0 ; g_l[i] = 0.0 ; break; in get_bounds_info()
565 case NConstraintInterface::NC_LESS_EQUAL : g_u[i] = 0.0 ; g_l[i] = -1.0e19; break; in get_bounds_info()
566 case NConstraintInterface::NC_GREATER_EQUAL : g_u[i] = 1.0e19; g_l[i] = 0.0 ; break; in get_bounds_info()
567 default : g_u[i] = 1.0e19; g_l[i] = -1.0e19; break; in get_bounds_info()
936 Index m, Number* g_l, Number* g_u) in get_bounds_info() argument
954 case NConstraintInterface::NC_EQUAL : g_u[i] = 0.0 ; g_l[i] = 0.0 ; break; in get_bounds_info()
955 case NConstraintInterface::NC_LESS_EQUAL : g_u[i] = 0.0 ; g_l[i] = -1.0e19; break; in get_bounds_info()
956 case NConstraintInterface::NC_GREATER_EQUAL : g_u[i] = 1.0e19; g_l[i] = 0.0 ; break; in get_bounds_info()
957 default : g_u[i] = 1.0e19; g_l[i] = -1.0e19; break; in get_bounds_info()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/CbcBonmin/Heuristics/
H A DBonHeuristicFPump.cpp133 const double* g_u = minlp->g_u(); in solution() local
143 <<"g_u["<<i<<"]= "<<g_u[i]<<endl; in solution()
497 const double* g_u = minlp_->g_u(); in round() local
501 if(g_l[iRow] == 1.0 && g_u[iRow] == 1.0) { in round()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/examples/ScalableProblems/
H A DLuksanVlcek2.cpp39 LuksanVlcek2::LuksanVlcek2(Number g_l, Number g_u) in LuksanVlcek2() argument
42 g_u_ = g_u; in LuksanVlcek2()
77 Index m, Number* g_l, Number* g_u) in get_bounds_info() argument
88 g_u[i] = g_u_; in get_bounds_info()
H A DLuksanVlcek3.hpp26 LuksanVlcek3(Number g_l, Number g_u);
44 Index m, Number* g_l, Number* g_u);
H A DLuksanVlcek4.hpp26 LuksanVlcek4(Number g_l, Number g_u);
44 Index m, Number* g_l, Number* g_u);
H A DLuksanVlcek5.hpp26 LuksanVlcek5(Number g_l, Number g_u);
44 Index m, Number* g_l, Number* g_u);
H A DLuksanVlcek7.hpp26 LuksanVlcek7(Number g_l, Number g_u);
44 Index m, Number* g_l, Number* g_u);
H A DLuksanVlcek1.hpp26 LuksanVlcek1(Number g_l, Number g_u);
44 Index m, Number* g_l, Number* g_u);
H A DLuksanVlcek2.hpp26 LuksanVlcek2(Number g_l, Number g_u);
44 Index m, Number* g_l, Number* g_u);
H A DLuksanVlcek6.hpp26 LuksanVlcek6(Number g_l, Number g_u);
44 Index m, Number* g_l, Number* g_u);
H A DLuksanVlcek1.cpp39 LuksanVlcek1::LuksanVlcek1(Number g_l, Number g_u) in LuksanVlcek1() argument
42 g_u_ = g_u; in LuksanVlcek1()
76 Index m, Number* g_l, Number* g_u) in get_bounds_info() argument
87 g_u[i] = g_u_; in get_bounds_info()
H A DLuksanVlcek5.cpp49 LuksanVlcek5::LuksanVlcek5(Number g_l, Number g_u) in LuksanVlcek5() argument
52 g_u_ = g_u; in LuksanVlcek5()
86 Index m, Number* g_l, Number* g_u) in get_bounds_info() argument
100 g_u[i] = g_u_; in get_bounds_info()
H A DLuksanVlcek7.cpp39 LuksanVlcek7::LuksanVlcek7(Number g_l, Number g_u) in LuksanVlcek7() argument
42 g_u_ = g_u; in LuksanVlcek7()
76 Index m, Number* g_l, Number* g_u) in get_bounds_info() argument
87 g_u[i] = g_u_; in get_bounds_info()
H A DLuksanVlcek4.cpp39 LuksanVlcek4::LuksanVlcek4(Number g_l, Number g_u) in LuksanVlcek4() argument
42 g_u_ = g_u; in LuksanVlcek4()
76 Index m, Number* g_l, Number* g_u) in get_bounds_info() argument
87 g_u[i] = g_u_; in get_bounds_info()
H A DLuksanVlcek3.cpp39 LuksanVlcek3::LuksanVlcek3(Number g_l, Number g_u) in LuksanVlcek3() argument
42 g_u_ = g_u; in LuksanVlcek3()
76 Index m, Number* g_l, Number* g_u) in get_bounds_info() argument
87 g_u[i] = g_u_; in get_bounds_info()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/
H A DBonCurvatureEstimator.cpp294 const Number* g_u, in ComputeNullSpaceCurvature() argument
339 if (!PrepareNewMatrixStructure(x_l, x_u, g_l, g_u, in ComputeNullSpaceCurvature()
411 if (g_l[j] < g_u[j] && fabs(lam[j]) > lamTol) { in ComputeNullSpaceCurvature()
419 DBG_ASSERT(g_u[j] < 1e19); in ComputeNullSpaceCurvature()
432 if (!PrepareNewMatrixStructure(x_l, x_u, g_l, g_u, in ComputeNullSpaceCurvature()
547 const Number* g_u, in PrepareNewMatrixStructure() argument
603 DBG_ASSERT(g_u[(*i)-1] < 1e19); in PrepareNewMatrixStructure()
608 if (g_l[j] == g_u[j]) { in PrepareNewMatrixStructure()
/dports/math/p5-Graph/Graph-0.9725/t/
H A D50_vertex_attributes.t43 my $g_u = Graph::Undirected->new;
44 $_->add_edge(1, 1) for $g_d, $g_u;
46 $g_u->$set((1) x $arity, 'color', 'firetruck red');
48 is $g_u, '1=1';
/dports/math/osiipopt/OsiIpopt-releases-0.1-8-gc808091/src/
H A DOsiIpoptTNLP.cpp59 Number* g_u) { in get_bounds_info() argument
87 std::copy(rowub_, rowub_+num_rows, g_u); in get_bounds_info()
88 std::fill(g_u+num_rows, g_u+m, 2e19); in get_bounds_info()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/ddscf/
H A Duhf.F1427 integer g_u, g_fock, g_f(2), g_tmp
1460 call ga_zero(g_u)
1466 call ga_pdsyev(g_fock, g_u, dbl_mb(k_eval+ioff), 0)
1468 call ga_diag_std(g_fock, g_u, dbl_mb(k_eval+ioff))
1471 call ga_diag_std_seq(g_fock, g_u, dbl_mb(k_eval+ioff))
1478 $ (g_fock, g_u, dbl_mb(k_eval+ioff),
1484 $ call rohf_canon_subspace(g_fock, g_u,
1494 call movecs_fix_phase(g_u)
1502 call ga_dgemm('n', 'n', nbf, nmo, nmo, one, g_tmp, g_u,
1516 call ga_dgemm('t', 'n', nmo, nmo, nmo, one, g_u, g_tmp,
[all …]
/dports/math/cppad/CppAD-20210000.8/cppad_ipopt/test/
H A Dretape_k1_l2.cpp82 NumberVector g_u; in retape_k1_l2() local
91 n, m, x_i, x_l, x_u, g_l, g_u, fg_info, &solution in retape_k1_l2()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/property/
H A Dgiao_b1_movecs_tools.F286 & g_u, ! in :
312 & g_u(npol)
381 & g_u(ispin) ,alo,ahi,
571 & g_u, !out:
613 integer g_rhs,g_u(npol),g_s10,g_s10_1,g_sket1
724 & g_u(ispin),clo,chi)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/property/
H A Dgiao_b1_movecs_tools.F286 & g_u, ! in :
312 & g_u(npol)
381 & g_u(ispin) ,alo,ahi,
571 & g_u, !out:
613 integer g_rhs,g_u(npol),g_s10,g_s10_1,g_sket1
724 & g_u(ispin),clo,chi)

1234567891011