Home
last modified time | relevance | path

Searched refs:f_vector (Results 1 – 25 of 60) sorted by relevance

123

/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Df_vector.cc23 Array<Int> f_vector(const Array<Set<Int>>& C, const Int dim, const bool is_pure) in f_vector() function
25 Array<Int> f_vector(dim+1); in f_vector() local
29 f_vector[k] = skeleton.size(); in f_vector()
36 f_vector[k] = f_k; in f_vector()
39 return f_vector; in f_vector()
42 Function4perl(&f_vector,"f_vector");
H A Dmulti_associahedron_sphere.cc101 Array<Int> f_vector(dim+1);
105 auto fvec_it = f_vector.begin();
138 s.take("F_VECTOR") << f_vector; in findMaximumForest()
/dports/math/polymake/polymake-4.5/apps/polytope/rules/
H A Dflag_vector.rules65 my @f_vector= map { $flag_vector->[$Fib[$_+1]] } (0..$d-2);
66 …my ($as,$sgn)=alternating_sum_and_sign(@f_vector); # last f-vector entry determined by Euler's equ…
67 push @f_vector, $sgn*(1+$sgn-$as);
68 $this->F_VECTOR=\@f_vector;
70 push @f2_vector, [ $f_vector[0] ];
77 push @one_line_f2_vector, $sgn*($f_vector[$i]*(1+$sgn)-$as), $f_vector[$i];
83 push @one_line_f2_vector, $sgn*($f_vector[$k]*(1+$sgn)-$as);
85 push @one_line_f2_vector, $f_vector[$d-1];
/dports/games/xonotic/Xonotic/source/gmqcc/tests/
H A Drassign.qc7 vector f_vector() {
32 print(vtos(f_vector()), "\n"); // '1 2 3'
/dports/math/cgal/CGAL-5.3/include/CGAL/Minkowski_sum_2/
H A DMinkowski_sum_conv_2.h112 Construct_vector_2 f_vector; variable
150 f_vector = m_kernel->construct_vector_2_object(); in init()
200 dirs1[k1] = f_direction(f_vector(*curr1, *next1)); in operator()
235 dirs2[k2] = f_direction(f_vector(*curr2, *next2)); in operator()
388 curr_pt = first_pt = f_add(*curr1, f_vector(CGAL::ORIGIN, *curr2)); in _convolution_cycle()
441 next_pt = f_add(*next1, f_vector(CGAL::ORIGIN, *curr2)); in _convolution_cycle()
466 next_pt = f_add(*next2, f_vector(CGAL::ORIGIN, *curr1)); in _convolution_cycle()
H A DMinkowski_sum_decomp_2.h86 Construct_vector_2 f_vector; variable
186 f_vector = kernel->construct_vector_2_object(); in init()
398 curr_pt = f_add(*curr1, f_vector(CGAL::ORIGIN, *curr2)); in _compute_sum_of_convex()
415 res = f_compare_angle(f_direction(f_vector(*curr1, *next1)), in _compute_sum_of_convex()
416 f_direction(f_vector(*curr2, *next2))); in _compute_sum_of_convex()
H A DMinkowski_sum_by_reduced_convolution_2.h70 typename Kernel::Construct_vector_2 f_vector; variable
82 f_vector = ker.construct_vector_2_object(); in Minkowski_sum_by_reduced_convolution_2()
358 directions.push_back(f_direction(f_vector(points[i], points[i+1]))); in directions_of_polygon()
360 directions.push_back(f_direction(f_vector(points[n-1], points[0]))); in directions_of_polygon()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DSmall_side_angle_bisector_decomposition_2.h102 Construct_vector_2 f_vector; variable
139 f_vector = m_kernel->construct_vector_2_object(); in init()
258 return (f_add(a, f_vector(b, a))); in _opposite_from_vertex()
289 Direction_2 pred_dir = f_direction(f_vector(v_pt, pred_pt)); in _query_reflex_zone()
290 Direction_2 succ_dir = f_direction(f_vector(v_pt, succ_pt)); in _query_reflex_zone()
293 Direction_2 opp_pred_dir = f_direction(f_vector(v_pt, opp_pred_pt)); in _query_reflex_zone()
294 Direction_2 opp_succ_dir = f_direction(f_vector(v_pt, opp_succ_pt)); in _query_reflex_zone()
295 Direction_2 q_dir = f_direction(f_vector(v_pt, q_pt)); in _query_reflex_zone()
/dports/devel/f18/f18-1688bef/test/semantics/
H A Dmodfile32.f90172 procedure :: f_vector
179 pure integer(8) function f_vector(x) result(result) function
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_amg_solveT.c629 hypre_Vector *f_vector; in hypre_BoomerAMGRelaxT() local
695 f_vector = hypre_ParVectorToVectorAll(f); in hypre_BoomerAMGRelaxT()
699 f_vector_data = hypre_VectorData(f_vector); in hypre_BoomerAMGRelaxT()
729 hypre_SeqVectorDestroy(f_vector); in hypre_BoomerAMGRelaxT()
730 f_vector = NULL; in hypre_BoomerAMGRelaxT()
H A Dpar_relax.c1298 hypre_Vector *f_vector; in hypre_BoomerAMGRelax19GaussElim() local
1309 f_vector = hypre_ParVectorToVectorAll(f); in hypre_BoomerAMGRelax19GaussElim()
1344 hypre_SeqVectorDestroy(f_vector); in hypre_BoomerAMGRelax19GaussElim()
1345 f_vector = NULL; in hypre_BoomerAMGRelax19GaussElim()
1351 hypre_SeqVectorDestroy(f_vector); in hypre_BoomerAMGRelax19GaussElim()
1352 f_vector = NULL; in hypre_BoomerAMGRelax19GaussElim()
1374 hypre_Vector *f_vector; in hypre_BoomerAMGRelax98GaussElimPivot() local
1432 hypre_SeqVectorDestroy(f_vector); in hypre_BoomerAMGRelax98GaussElimPivot()
1433 f_vector = NULL; in hypre_BoomerAMGRelax98GaussElimPivot()
1439 hypre_SeqVectorDestroy(f_vector); in hypre_BoomerAMGRelax98GaussElimPivot()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/arch/m68k/
H A Dlinux_machdep.c124 kf.sf_code = frame->f_vector; /* Does anyone use it? */ in setup_linux_sigframe()
151 kf.sf_c.c_sc.sc_ss.ss_vector = frame->f_vector; in setup_linux_sigframe()
165 frame->f_format = frame->f_vector = 0; in setup_linux_sigframe()
316 kf.sf_uc.uc_ss.ss_vector = frame->f_vector; in setup_linux_rt_sigframe()
330 frame->f_format = frame->f_vector = 0; in setup_linux_rt_sigframe()
591 frame->f_vector = scp->sc_ss.ss_vector; in linux_sys_sigreturn()
737 frame->f_vector = tuc.uc_ss.ss_vector; in linux_sys_rt_sigreturn()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/test/Semantics/
H A Dmodfile32.f90159 procedure :: f_vector
166 pure integer(8) function f_vector(x) result(result) function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dmodfile32.f90160 procedure :: f_vector
167 pure integer(8) function f_vector(x) result(result) function
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dmodfile32.f90159 procedure :: f_vector
166 pure integer(8) function f_vector(x) result(result) function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Dmodfile32.f90159 procedure :: f_vector
166 pure integer(8) function f_vector(x) result(result) function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dmodfile32.f90160 procedure :: f_vector
167 pure integer(8) function f_vector(x) result(result) function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dmodfile32.f90159 procedure :: f_vector
166 pure integer(8) function f_vector(x) result(result) function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Semantics/
H A Dmodfile32.f90159 procedure :: f_vector
166 pure integer(8) function f_vector(x) result(result) function
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dmodfile32.f90160 procedure :: f_vector
167 pure integer(8) function f_vector(x) result(result) function
/dports/devel/libfort/libfort-0.4.2-11-g4123716/src/
H A Dfort_utils.h123 struct f_vector;
131 typedef struct f_vector f_vector_t;
/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dface_lattice.h58 vector<size_t> f_vector; variable
H A Dface_lattice.cpp478 f_vector.push_back(prel_f_vector[i]); in compute()
487 verboseOutput() << "f-vector " << f_vector; in compute()
495 return f_vector; in getFVector()
/dports/math/gap/gap-4.11.0/pkg/ToricVarieties-2019.12.05/gap/
H A DToricVarieties.gi1012 local k, f_vector, dim, betti_number;
1022 f_vector := FVector( FanOfVariety( variety ) );
1026 …betti_number := Sum( [ k .. dim ], i -> ( -1 )^( i - k ) * Binomial( i, k ) * f_vector[ dim - i ] …
1038 local f_vector;
1040 f_vector := FVector( FanOfVariety( variety ) );
1042 return f_vector[ Dimension( variety ) ];
1366 local f_vector, dim, nr_of_points;
1370 f_vector := FVector( FanOfVariety( variety ) );
1372 …_field - 1 )^dim + Sum( [ 0 .. dim - 1 ], i -> ( card_of_field - 1 )^( i ) * f_vector( dim - i ) );
/dports/science/hypre/hypre-2.23.0/src/parcsr_block_mv/
H A Dpar_csr_block_relax.c158 hypre_Vector *f_vector; in hypre_BoomerAMGBlockRelax() local
2043 f_vector = hypre_ParVectorToVectorAll(f); in hypre_BoomerAMGBlockRelax()
2050 f_vector_data = hypre_VectorData(f_vector); in hypre_BoomerAMGBlockRelax()
2084 hypre_SeqVectorDestroy(f_vector); in hypre_BoomerAMGBlockRelax()
2085 f_vector = NULL; in hypre_BoomerAMGBlockRelax()
2092 hypre_SeqVectorDestroy(f_vector); in hypre_BoomerAMGBlockRelax()
2093 f_vector = NULL; in hypre_BoomerAMGBlockRelax()

123