Home
last modified time | relevance | path

Searched refs:shape_Zi (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DBif_F12_TAKE_DROP.hh49 static Value_P do_take(const Shape & shape_Zi, Value_P B);
52 static void fill(const Shape & shape_Zi, Cell * cZ, Value & Z_owner,
H A DBif_F12_TAKE_DROP.cc141 Bif_F12_TAKE::fill(const Shape & shape_Zi, Cell * cZ, Value & Z_owner, in fill() argument
144 for (TakeDropIterator i(true, shape_Zi, B->get_shape()); i.more(); ++i) in fill()