Home
last modified time | relevance | path

Searched refs:is_complex_cell (Results 1 – 12 of 12) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DQuad_FFT.cc201 if (cell_B.is_complex_cell()) in do_window()
218 if (cell_B.is_complex_cell()) in do_window()
H A DFloatCell.cc43 if (A.is_complex_cell()) return A.equal(*this, qct); in equal()
113 if (other.is_complex_cell()) return Comp_result(-other.compare(*this)); in compare()
486 if (A->is_complex_cell()) // complex result in bif_subtract()
H A DComplexCell.hh48 virtual bool is_complex_cell() const { return true; } in is_complex_cell() function in ComplexCell
H A DNumericCell.cc1458 if (A->is_complex_cell() || is_complex_cell()) // complex in bif_and()
H A DCell.hh209 virtual bool is_complex_cell() const in is_complex_cell() function in Cell
H A DComplexCell.cc465 if (A->is_complex_cell()) in bif_equal()
544 if (A->is_complex_cell()) in bif_logarithm()
H A Dpython_apl.cc89 else if (cell.is_complex_cell()) in apl_to_python()
H A DQuad_CR.cc587 else if (cell.is_complex_cell()) len += 3; in short_ravel()
774 if (cell.is_complex_cell()) in do_CR10_item()
H A DQuad_TF.cc724 else if (cell.is_complex_cell()) in tf2_value()
H A DQuad_PLOT.cc1543 if (cB.is_complex_cell()) in setup_data()
H A DValue.cc1559 else if (cell.is_complex_cell()) in get_CDR_type()
/dports/lang/gnu-apl/apl-1.8/src/emacs_mode/
H A DGetVarCommand.cc68 else if( cell.is_complex_cell() ) { in scalar_value_to_el()