Home
last modified time | relevance | path

Searched refs:convert_to_str_internal (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-base-int.h75 octave_value convert_to_str_internal (bool, bool, char type) const;
140 octave_value convert_to_str_internal (bool, bool, char type) const;
H A Dov-fcn-handle.h126 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
335 octave_value convert_to_str_internal (bool pad, bool force, char type) const in convert_to_str_internal() function
337 return m_rep->convert_to_str_internal (pad, force, type); in convert_to_str_internal()
H A Dov-lazy-idx.h198 octave_value convert_to_str_internal (bool pad, bool force, char type) const in convert_to_str_internal() function
200 return make_value ().convert_to_str_internal (pad, force, type); in convert_to_str_internal()
H A Dov-bool-sparse.h133 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
H A Dov-ch-mat.h148 octave_value convert_to_str_internal (bool, bool, char type) const in convert_to_str_internal() function
H A Dov-re-sparse.h135 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
H A Dov-perm.cc250 octave_perm_matrix::convert_to_str_internal (bool pad, bool force, in convert_to_str_internal() function in octave_perm_matrix
253 return to_dense ().convert_to_str_internal (pad, force, type); in convert_to_str_internal()
H A Dov-flt-re-mat.h194 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
H A Dov-cell.h143 octave_value convert_to_str_internal (bool pad, bool, char type) const in convert_to_str_internal() function
H A Dov-bool-mat.h194 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
H A Dov-bool.cc177 octave_bool::convert_to_str_internal (bool, bool, char type) const in convert_to_str_internal() function in octave_bool
H A Dov-bool.h226 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
H A Dov-base-diag.cc467 octave_base_diag<DMT, MT>::convert_to_str_internal (bool pad, bool force, in convert_to_str_internal() function in octave_base_diag
470 return to_dense ().convert_to_str_internal (pad, force, type); in convert_to_str_internal()
H A Dov-base-int.cc156 octave_base_int_matrix<T>::convert_to_str_internal (bool, bool, char type) const in convert_to_str_internal() function in octave_base_int_matrix
566 octave_base_int_scalar<T>::convert_to_str_internal (bool, bool, char type) const in convert_to_str_internal() function in octave_base_int_scalar
H A Dov-re-mat.h218 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
H A Dov-scalar.h245 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
H A Dov-float.h242 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
H A Dov-java.h117 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
H A Dov-base-diag.h210 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
H A Dov-perm.h208 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
H A Dov-range.h258 octave_value convert_to_str_internal (bool pad, bool force, char type) const;
/dports/math/octave/octave-6.4.0/libinterp/operators/
H A Dop-str-m.cc44 = v2.convert_to_str_internal (false, false, in DEFASSIGNOP()
H A Dop-str-s.cc44 = v2.convert_to_str_internal (false, false, in DEFASSIGNOP()
/dports/math/plplot/plplot-5.15.0/cmake/epa_build/swig/
H A Doctave-4.0.0.patch143 virtual octave_value convert_to_str_internal(bool pad, bool force, char type) const
144 { return ptr->convert_to_str_internal(pad, force, type); }
/dports/math/plplot-ada/plplot-5.15.0/cmake/epa_build/swig/
H A Doctave-4.0.0.patch143 virtual octave_value convert_to_str_internal(bool pad, bool force, char type) const
144 { return ptr->convert_to_str_internal(pad, force, type); }

12