Home
last modified time | relevance | path

Searched refs:get_checked_near_int (Results 1 – 11 of 11) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DNumericCell.cc1411 const APL_Integer a = A->get_checked_near_int(); in bif_binomial()
1412 const APL_Integer b = get_checked_near_int(); in bif_binomial()
1478 const APL_Integer a = A->get_checked_near_int(); in bif_and()
1479 const APL_Integer b = get_checked_near_int(); in bif_and()
1629 const APL_Integer a = A->get_checked_near_int(); in bif_or()
1630 const APL_Integer b = get_checked_near_int(); in bif_or()
H A DRealCell.cc65 const APL_Integer fun = A->get_checked_near_int(); in bif_circle_fun()
78 const APL_Integer fun = A->get_checked_near_int(); in bif_circle_fun_inverse()
H A DIntCell.hh218 virtual APL_Integer get_checked_near_int() const in get_checked_near_int() function in IntCell
H A DBif_OPER2_POWER.cc115 ShapeItem repeat_cnt = N->get_ravel(0).get_checked_near_int(); in eval_form_1()
H A DComplexCell.hh210 virtual APL_Integer get_checked_near_int() const in get_checked_near_int() function in ComplexCell
H A DComplexCell.cc238 const APL_Integer set_size = get_checked_near_int(); in bif_roll()
559 const APL_Integer fun = A->get_checked_near_int(); in bif_circle_fun()
572 const APL_Integer fun = A->get_checked_near_int(); in bif_circle_fun_inverse()
H A DFloatCell.hh292 virtual APL_Integer get_checked_near_int() const in get_checked_near_int() function in FloatCell
H A DCell.hh144 virtual APL_Integer get_checked_near_int() const in get_checked_near_int() function in Cell
H A DFloatCell.cc242 const APL_Integer set_size = get_checked_near_int(); in bif_roll()
H A DScalarFunction.cc1053 if (C->get_checked_near_int() < 0) return true; in check_B()
H A DPrimitiveFunction.cc821 const Axis axis = cX.get_checked_near_int() - qio; in eval_AXB()