Go to the source code of this file.
Definition at line 85 of file lo-mappers.cc.
References conj(), imag(), real(), and x.
Referenced by acos(), Facos(), octave_complex::map(), octave_complex_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_scalar::map(), octave_float_complex::map(), octave_float_complex_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), octave_scalar::map(), and rc_acos().
FloatComplex acos | ( | const FloatComplex & | x | ) |
Definition at line 107 of file lo-mappers.cc.
References conj(), imag(), real(), and x.
Referenced by asin(), ellipj(), Fasin(), octave_complex::map(), octave_complex_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_scalar::map(), octave_float_complex::map(), octave_float_complex_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), octave_scalar::map(), and rc_asin().
FloatComplex asin | ( | const FloatComplex & | x | ) |
double frexp | ( | double | x, |
int * | expptr | ||
) |
Definition at line 128 of file lo-mappers.cc.
References octave_frexp_wrapper(), and x.
Referenced by dblesplit(), eps(), log2(), and octave_frexp_wrapper().
float frexp | ( | float | x, |
int * | expptr | ||
) |
Definition at line 133 of file lo-mappers.cc.
References octave_frexpf_wrapper(), and x.
bool is_NaN_or_NA | ( | const Complex & | x | ) |
Definition at line 71 of file lo-mappers.cc.
References imag(), isnan(), real(), and x.
Referenced by textscan::scan_complex().
bool is_NaN_or_NA | ( | const FloatComplex & | x | ) |
bool isna | ( | const Complex & | x | ) |
bool isna | ( | const FloatComplex & | x | ) |
bool isna | ( | double | x | ) |
Definition at line 47 of file lo-mappers.cc.
References lo_ieee_is_NA, and x.
Referenced by Fisna(), isna(), octave_complex::map(), octave_complex_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_scalar::map(), octave_float_complex::map(), octave_float_complex_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), octave_scalar::map(), and pr_any_float().
bool isna | ( | float | x | ) |
Definition at line 59 of file lo-mappers.cc.
References lo_ieee_is_NA, and x.
Definition at line 139 of file lo-mappers.cc.
References x.
Referenced by base_det< T >::base_det(), Flog2(), log2(), Array< T, Alloc >::lookup(), ComplexMatrix::lssolve(), FloatComplexMatrix::lssolve(), FloatMatrix::lssolve(), Matrix::lssolve(), octave_complex::map(), octave_complex_matrix::map(), octave_sparse_complex_matrix::map(), octave_float_scalar::map(), octave_float_complex::map(), octave_float_complex_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), octave_scalar::map(), map_2_xlog2(), base_det< T >::operator*=(), rc_log2(), idx_vector::idx_vector_rep::sort_idx(), and idx_vector::idx_vector_rep::sort_uniq_clone().
Definition at line 163 of file lo-mappers.cc.
FloatComplex log2 | ( | const FloatComplex & | x | ) |
Definition at line 145 of file lo-mappers.cc.
References x.
FloatComplex log2 | ( | const FloatComplex & | x, |
int & | exp | ||
) |
Definition at line 171 of file lo-mappers.cc.
double log2 | ( | double | x, |
int & | exp | ||
) |
Definition at line 151 of file lo-mappers.cc.
float log2 | ( | float | x, |
int & | exp | ||
) |
Definition at line 157 of file lo-mappers.cc.
bool negative_sign | ( | double | x | ) |
Definition at line 178 of file lo-mappers.cc.
References __lo_ieee_signbit(), and x.
Referenced by NDArray::any_element_is_negative(), FloatNDArray::any_element_is_negative(), gamma(), and positive_sign().
bool negative_sign | ( | float | x | ) |
Definition at line 179 of file lo-mappers.cc.
References __lo_ieee_float_signbit(), and x.
int nint | ( | double | x | ) |
Definition at line 212 of file lo-mappers.cc.
References max(), min(), and x.
Referenced by octave_float_scalar::convert_to_str_internal(), octave_float_matrix::convert_to_str_internal(), octave_matrix::convert_to_str_internal(), octave_sparse_matrix::convert_to_str_internal(), octave_scalar::convert_to_str_internal(), convert_to_valid_int(), do_fft(), dqagpe(), printf_value_cache::int_value(), and qagpe().
int nint | ( | float | x | ) |
Definition at line 223 of file lo-mappers.cc.
octave_idx_type nint_big | ( | double | x | ) |
Definition at line 184 of file lo-mappers.cc.
References max(), min(), and x.
Referenced by Range::all_elements_are_ints(), NDArray::concat(), FloatNDArray::concat(), charNDArray::concat(), do_fft(), do_fft2(), do_fftn(), DASPK::do_integrate(), do_rand(), Fcolloc(), get_size(), and xall_elements_are_ints().
octave_idx_type nint_big | ( | float | x | ) |
Definition at line 198 of file lo-mappers.cc.
Complex rc_acos | ( | double | x | ) |
Definition at line 236 of file lo-mappers.cc.
Referenced by octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
FloatComplex rc_acos | ( | float | x | ) |
Definition at line 242 of file lo-mappers.cc.
Complex rc_acosh | ( | double | x | ) |
Definition at line 249 of file lo-mappers.cc.
Referenced by octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
FloatComplex rc_acosh | ( | float | x | ) |
Definition at line 255 of file lo-mappers.cc.
Complex rc_asin | ( | double | x | ) |
Definition at line 261 of file lo-mappers.cc.
Referenced by octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
FloatComplex rc_asin | ( | float | x | ) |
Definition at line 267 of file lo-mappers.cc.
Complex rc_atanh | ( | double | x | ) |
Definition at line 274 of file lo-mappers.cc.
Referenced by octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
FloatComplex rc_atanh | ( | float | x | ) |
Definition at line 280 of file lo-mappers.cc.
Complex rc_log | ( | double | x | ) |
Definition at line 287 of file lo-mappers.cc.
References x.
Referenced by octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
FloatComplex rc_log | ( | float | x | ) |
Definition at line 293 of file lo-mappers.cc.
References x.
Complex rc_log10 | ( | double | x | ) |
Definition at line 315 of file lo-mappers.cc.
References x.
Referenced by octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
FloatComplex rc_log10 | ( | float | x | ) |
Definition at line 322 of file lo-mappers.cc.
References x.
Complex rc_log2 | ( | double | x | ) |
Definition at line 300 of file lo-mappers.cc.
Referenced by octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
FloatComplex rc_log2 | ( | float | x | ) |
Definition at line 307 of file lo-mappers.cc.
Complex rc_sqrt | ( | double | x | ) |
Definition at line 330 of file lo-mappers.cc.
References x.
Referenced by octave_float_scalar::map(), octave_float_diag_matrix::map(), octave_float_matrix::map(), octave_diag_matrix::map(), octave_matrix::map(), octave_sparse_matrix::map(), and octave_scalar::map().
FloatComplex rc_sqrt | ( | float | x | ) |
Definition at line 336 of file lo-mappers.cc.
References x.