Home
last modified time | relevance | path

Searched refs:shape_B1 (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DBif_OPER2_INNER.cc59 Shape shape_B1; in eval_ALRB() local
64 shape_B1 = B->get_shape().without_axis(0); in eval_ALRB()
71 const ShapeItem items_B = shape_B1.get_volume(); in eval_ALRB()
78 const Shape shape_Z = shape_A1 + shape_B1; in eval_ALRB()
94 Value_P Z(shape_A1 + shape_B1, LOC); in eval_ALRB()
H A DBif_F12_TAKE_DROP.cc114 Shape shape_B1; in eval_AB() local
115 loop(a, ravel_A1.get_rank()) shape_B1.add_shape_item(1); in eval_AB()
117 B1->set_shape(shape_B1); in eval_AB()
H A DBif_OPER1_REDUCE.cc212 Shape shape_B1 = B->get_shape().insert_axis(axis, 0); in reduce_n_wise() local
213 shape_B1.increment_shape_item(axis + 1); in reduce_n_wise()
214 Value_P val(shape_B1, LOC); in reduce_n_wise()
H A DPrimitiveFunction.cc1338 Shape shape_B1(B->get_shape()); in eval_AB() local
1339 if (shape_B1.get_rank() > 0) shape_B1 = B->get_shape().without_axis(0); in eval_AB()
1345 const ShapeItem l_len_B = shape_B1.get_volume(); in eval_AB()
1349 const Shape shape_Z(shape_A1 + shape_B1); in eval_AB()
1359 const Shape shape_Z = shape_A1 + shape_B1; in eval_AB()
H A DBif_F12_FORMAT.cc80 const Shape shape_B1(B->get_rows(), B->get_cols()); in eval_B() local
82 B1->set_shape(shape_B1); in eval_B()