Home
last modified time | relevance | path

Searched refs:cycle_b (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/salsa-0.17.0-pre.2/tests/
H A Dcycles.rs37 fn cycle_b(&self) -> Result<(), Error>; in cycle_b() method
75 let _ = db.cycle_b(); in cycle_a()
79 fn cycle_b(db: &dyn Database) -> Result<(), Error> { in cycle_b() function
86 db.cycle_b() in cycle_c()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/salsa-0.15.2/tests/
H A Dcycles.rs37 fn cycle_b(&self) -> Result<(), Error>; in cycle_b() method
75 let _ = db.cycle_b(); in cycle_a()
79 fn cycle_b(db: &dyn Database) -> Result<(), Error> { in cycle_b() function
86 db.cycle_b() in cycle_c()
/dports/lang/rust/rustc-1.58.1-src/vendor/salsa/tests/
H A Dcycles.rs37 fn cycle_b(&self) -> Result<(), Error>; in cycle_b() method
75 let _ = db.cycle_b(); in cycle_a()
79 fn cycle_b(db: &dyn Database) -> Result<(), Error> { in cycle_b() function
86 db.cycle_b() in cycle_c()
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Dsurface_intersection.cc352 BigObject intersect_in_smooth_surface(BigObject surface, BigObject cycle_a, BigObject cycle_b) in intersect_in_smooth_surface() argument
356 Int dim_b = cycle_b.give("PROJECTIVE_DIM"); in intersect_in_smooth_surface()
367 const Vector<Integer> weights_b = cycle_b.give("WEIGHTS"); in intersect_in_smooth_surface()
369 return cycle_b.call_method("multiply_weights", weights_a[0]); in intersect_in_smooth_surface()
379 RefinementResult refined_cycle_b = refinement(cycle_b, surface, false, false, false, true, false); in intersect_in_smooth_surface()