Home
last modified time | relevance | path

Searched defs:get_imag_value (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DIntCell.hh201 virtual APL_Float get_imag_value() const { return 0.0; } in get_imag_value() function in IntCell
H A DFloatCell.hh278 virtual APL_Float get_imag_value() const { return 0.0; } in get_imag_value() function in FloatCell
H A DCell.hh116 virtual APL_Float get_imag_value() const { DOMAIN_ERROR; } in get_imag_value() function in Cell
H A DComplexCell.cc57 ComplexCell::get_imag_value() const in get_imag_value() function in ComplexCell