Go to the source code of this file.
FloatComplex acos | ( | const FloatComplex & | x | ) |
FloatComplex asin | ( | const FloatComplex & | x | ) |
double frexp | ( | double | x, |
int * | expptr | ||
) |
Definition at line 129 of file lo-mappers.cc.
References octave_frexp_wrapper(), and x.
Referenced by eps(), log2(), and octave_frexp_wrapper().
float frexp | ( | float | x, |
int * | expptr | ||
) |
Definition at line 135 of file lo-mappers.cc.
References octave_frexpf_wrapper(), and x.
bool is_NaN_or_NA | ( | const Complex & | x | ) |
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.
bool isna | ( | float | x | ) |
Definition at line 59 of file lo-mappers.cc.
References lo_ieee_is_NA, and x.
Definition at line 141 of file lo-mappers.cc.
References x.
Referenced by base_det< T >::base_det(), Flog2(), ComplexMatrix::lssolve(), FloatComplexMatrix::lssolve(), FloatMatrix::lssolve(), Matrix::lssolve(), map_2_xlog2(), base_det< T >::operator*=(), and rc_log2().
Definition at line 165 of file lo-mappers.cc.
FloatComplex log2 | ( | const FloatComplex & | x | ) |
Definition at line 147 of file lo-mappers.cc.
References x.
FloatComplex log2 | ( | const FloatComplex & | x, |
int & | exp | ||
) |
Definition at line 173 of file lo-mappers.cc.
double log2 | ( | double | x, |
int & | exp | ||
) |
Definition at line 153 of file lo-mappers.cc.
float log2 | ( | float | x, |
int & | exp | ||
) |
Definition at line 159 of file lo-mappers.cc.
bool negative_sign | ( | double | x | ) |
Definition at line 181 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 183 of file lo-mappers.cc.
References __lo_ieee_float_signbit(), and x.
int nint | ( | double | x | ) |
Definition at line 216 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(), dqagpe(), and qagpe().
int nint | ( | float | x | ) |
Definition at line 227 of file lo-mappers.cc.
octave_idx_type nint_big | ( | double | x | ) |
Definition at line 188 of file lo-mappers.cc.
References max(), min(), and x.
Referenced by NDArray::concat(), FloatNDArray::concat(), charNDArray::concat(), Fcolloc(), and xall_elements_are_ints().
octave_idx_type nint_big | ( | float | x | ) |
Definition at line 202 of file lo-mappers.cc.
Complex rc_acos | ( | double | x | ) |
Definition at line 240 of file lo-mappers.cc.
FloatComplex rc_acos | ( | float | x | ) |
Definition at line 246 of file lo-mappers.cc.
Complex rc_acosh | ( | double | x | ) |
Definition at line 253 of file lo-mappers.cc.
FloatComplex rc_acosh | ( | float | x | ) |
Definition at line 259 of file lo-mappers.cc.
Complex rc_asin | ( | double | x | ) |
Definition at line 265 of file lo-mappers.cc.
FloatComplex rc_asin | ( | float | x | ) |
Definition at line 271 of file lo-mappers.cc.
Complex rc_atanh | ( | double | x | ) |
Definition at line 278 of file lo-mappers.cc.
FloatComplex rc_atanh | ( | float | x | ) |
Definition at line 284 of file lo-mappers.cc.
Complex rc_log | ( | double | x | ) |
Definition at line 291 of file lo-mappers.cc.
References x.
FloatComplex rc_log | ( | float | x | ) |
Definition at line 297 of file lo-mappers.cc.
References x.
Complex rc_log10 | ( | double | x | ) |
Definition at line 319 of file lo-mappers.cc.
References x.
FloatComplex rc_log10 | ( | float | x | ) |
Definition at line 326 of file lo-mappers.cc.
References x.
Complex rc_log2 | ( | double | x | ) |
Definition at line 304 of file lo-mappers.cc.
FloatComplex rc_log2 | ( | float | x | ) |
Definition at line 311 of file lo-mappers.cc.
Complex rc_sqrt | ( | double | x | ) |
Definition at line 334 of file lo-mappers.cc.
References x.
Referenced by octave_float_diag_matrix::map(), and octave_diag_matrix::map().
FloatComplex rc_sqrt | ( | float | x | ) |
Definition at line 340 of file lo-mappers.cc.
References x.