#include "octave-config.h"
#include <cmath>
#include <cstdlib>
#include <iosfwd>
#include <limits>
#include "lo-mappers.h"
#include "lo-traits.h"
#include "oct-inttypes-fwd.h"
Go to the source code of this file.
Namespaces | |
namespace | octave |
namespace | octave::math |
Macros | |
#define | OCTAVE_DEFINE_LONG_DOUBLE_INT_CMP_OP(T) |
#define | OCTAVE_INT_BIN_OP(OP, NAME, ARGT) |
#define | OCTAVE_INT_BITCMP_OP(OP) |
#define | OCTAVE_INT_CMP_OP(OP, NAME) |
#define | OCTAVE_INT_DOUBLE_BIN_OP(OP, NAME) |
#define | OCTAVE_INT_DOUBLE_BIN_OP0(OP) |
#define | OCTAVE_INT_DOUBLE_CMP_OP(OP, NAME) |
#define | OCTAVE_INT_FLOAT_BIN_OP(OP) |
#define | OCTAVE_INT_FLOAT_CMP_OP(OP) |
#define | OCTAVE_INT_IDX_TYPE_BIN_OP(OP) |
#define | OCTAVE_INT_UN_OP(OPNAME, NAME) |
#define | OCTAVE_REGISTER_INT_CMP_OP(NM, OP) |
#define | OCTAVE_REGISTER_INT_CONST_OP(NM, VALUE) |
#define | OCTAVE_REGISTER_INT_TYPE(TYPE) |
Functions | |
template<typename T > | |
octave_int< T > | bitshift (const octave_int< T > &a, int n, const octave_int< T > &mask=std::numeric_limits< T >::max()) |
template<typename T > | |
bool | octave::math::isnan (const octave_int< T > &) |
template<typename T > | |
octave_int< T > | mod (const octave_int< T > &x, const octave_int< T > &y) |
template<typename T > | |
T | octave_int_abs (T x) |
template<typename T > | |
bool | operator!= (const double &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator!= (const float &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator!= (const octave_int< T > &x, const double &y) |
template<typename T > | |
bool | operator!= (const octave_int< T > &x, const float &y) |
template<typename T1 , typename T2 > | |
bool | operator!= (const octave_int< T1 > &x, const octave_int< T2 > &y) |
template<typename T > | |
octave_int< T > | operator& (const octave_int< T > &x, const octave_int< T > &y) |
template<> | |
OCTAVE_API octave_int64 | operator* (const double &, const octave_int64 &) |
template<> | |
OCTAVE_API octave_uint64 | operator* (const double &, const octave_uint64 &) |
template<typename T > | |
octave_int< T > | operator* (const double &x, const octave_int< T > &y) |
template<> | |
OCTAVE_API octave_int64 | operator* (const octave_int64 &, const double &) |
template<typename T > | |
octave_int< T > | operator* (const octave_int< T > &x, const double &y) |
template<typename T > | |
octave_int< T > | operator* (const octave_int< T > &x, float y) |
template<typename T > | |
octave_int< T > | operator* (const octave_int< T > &x, octave_idx_type y) |
template<> | |
OCTAVE_API octave_uint64 | operator* (const octave_uint64 &, const double &) |
template<typename T > | |
octave_int< T > | operator* (float x, const octave_int< T > &y) |
template<typename T > | |
octave_int< T > | operator* (octave_idx_type x, const octave_int< T > &y) |
template<> | |
OCTAVE_API octave_int64 | operator+ (const double &, const octave_int64 &) |
template<> | |
OCTAVE_API octave_uint64 | operator+ (const double &, const octave_uint64 &) |
template<typename T > | |
octave_int< T > | operator+ (const double &x, const octave_int< T > &y) |
template<> | |
OCTAVE_API octave_int64 | operator+ (const octave_int64 &, const double &) |
template<typename T > | |
octave_int< T > | operator+ (const octave_int< T > &x, const double &y) |
template<typename T > | |
octave_int< T > | operator+ (const octave_int< T > &x, float y) |
template<typename T > | |
octave_int< T > | operator+ (const octave_int< T > &x, octave_idx_type y) |
template<> | |
OCTAVE_API octave_uint64 | operator+ (const octave_uint64 &, const double &) |
template<typename T > | |
octave_int< T > | operator+ (float x, const octave_int< T > &y) |
template<typename T > | |
octave_int< T > | operator+ (octave_idx_type x, const octave_int< T > &y) |
template<> | |
OCTAVE_API octave_int64 | operator- (const double &, const octave_int64 &) |
template<> | |
OCTAVE_API octave_uint64 | operator- (const double &, const octave_uint64 &) |
template<typename T > | |
octave_int< T > | operator- (const double &x, const octave_int< T > &y) |
template<> | |
OCTAVE_API octave_int64 | operator- (const octave_int64 &, const double &) |
template<typename T > | |
octave_int< T > | operator- (const octave_int< T > &x, const double &y) |
template<typename T > | |
octave_int< T > | operator- (const octave_int< T > &x, float y) |
template<typename T > | |
octave_int< T > | operator- (const octave_int< T > &x, octave_idx_type y) |
template<> | |
OCTAVE_API octave_uint64 | operator- (const octave_uint64 &, const double &) |
template<typename T > | |
octave_int< T > | operator- (float x, const octave_int< T > &y) |
template<typename T > | |
octave_int< T > | operator- (octave_idx_type x, const octave_int< T > &y) |
template<> | |
OCTAVE_API octave_int64 | operator/ (const double &, const octave_int64 &) |
template<> | |
OCTAVE_API octave_uint64 | operator/ (const double &, const octave_uint64 &) |
template<typename T > | |
octave_int< T > | operator/ (const double &x, const octave_int< T > &y) |
template<> | |
OCTAVE_API octave_int64 | operator/ (const octave_int64 &, const double &) |
template<typename T > | |
octave_int< T > | operator/ (const octave_int< T > &x, const double &y) |
template<typename T > | |
octave_int< T > | operator/ (const octave_int< T > &x, float y) |
template<typename T > | |
octave_int< T > | operator/ (const octave_int< T > &x, octave_idx_type y) |
template<> | |
OCTAVE_API octave_uint64 | operator/ (const octave_uint64 &, const double &) |
template<typename T > | |
octave_int< T > | operator/ (float x, const octave_int< T > &y) |
template<typename T > | |
octave_int< T > | operator/ (octave_idx_type x, const octave_int< T > &y) |
template<typename T > | |
bool | operator< (const double &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator< (const float &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator< (const octave_int< T > &x, const double &y) |
template<typename T > | |
bool | operator< (const octave_int< T > &x, const float &y) |
template<typename T1 , typename T2 > | |
bool | operator< (const octave_int< T1 > &x, const octave_int< T2 > &y) |
template<> | |
std::ostream & | operator<< (std::ostream &os, const octave_int< int8_t > &ival) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const octave_int< T > &ival) |
template<> | |
std::ostream & | operator<< (std::ostream &os, const octave_int< uint8_t > &ival) |
template<typename T > | |
bool | operator<= (const double &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator<= (const float &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator<= (const octave_int< T > &x, const double &y) |
template<typename T > | |
bool | operator<= (const octave_int< T > &x, const float &y) |
template<typename T1 , typename T2 > | |
bool | operator<= (const octave_int< T1 > &x, const octave_int< T2 > &y) |
template<typename T > | |
bool | operator== (const double &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator== (const float &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator== (const octave_int< T > &x, const double &y) |
template<typename T > | |
bool | operator== (const octave_int< T > &x, const float &y) |
template<typename T1 , typename T2 > | |
bool | operator== (const octave_int< T1 > &x, const octave_int< T2 > &y) |
template<typename T > | |
bool | operator> (const double &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator> (const float &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator> (const octave_int< T > &x, const double &y) |
template<typename T > | |
bool | operator> (const octave_int< T > &x, const float &y) |
template<typename T1 , typename T2 > | |
bool | operator> (const octave_int< T1 > &x, const octave_int< T2 > &y) |
template<typename T > | |
bool | operator>= (const double &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator>= (const float &x, const octave_int< T > &y) |
template<typename T > | |
bool | operator>= (const octave_int< T > &x, const double &y) |
template<typename T > | |
bool | operator>= (const octave_int< T > &x, const float &y) |
template<typename T1 , typename T2 > | |
bool | operator>= (const octave_int< T1 > &x, const octave_int< T2 > &y) |
template<> | |
std::istream & | operator>> (std::istream &is, octave_int< int8_t > &ival) |
template<typename T > | |
std::istream & | operator>> (std::istream &is, octave_int< T > &ival) |
template<> | |
std::istream & | operator>> (std::istream &is, octave_int< uint8_t > &ival) |
template<typename T > | |
octave_int< T > | operator^ (const octave_int< T > &x, const octave_int< T > &y) |
template<typename T > | |
octave_int< T > | operator| (const octave_int< T > &x, const octave_int< T > &y) |
template<typename T > | |
OCTAVE_API octave_int< T > | pow (const double &a, const octave_int< T > &b) |
template<typename T > | |
OCTAVE_API octave_int< T > | pow (const float &a, const octave_int< T > &b) |
template<typename T > | |
OCTAVE_API octave_int< T > | pow (const octave_int< T > &, const octave_int< T > &) |
template<typename T > | |
OCTAVE_API octave_int< T > | pow (const octave_int< T > &a, const double &b) |
template<typename T > | |
OCTAVE_API octave_int< T > | pow (const octave_int< T > &a, const float &b) |
template<typename T > | |
OCTAVE_API octave_int< T > | powf (const float &a, const octave_int< T > &b) |
template<typename T > | |
OCTAVE_API octave_int< T > | powf (const octave_int< T > &a, const float &b) |
template<typename T > | |
octave_int< T > | rem (const octave_int< T > &x, const octave_int< T > &y) |
template<typename T > | |
octave_int< T > | xmax (const octave_int< T > &x, const octave_int< T > &y) |
template<typename T > | |
octave_int< T > | xmin (const octave_int< T > &x, const octave_int< T > &y) |
#define OCTAVE_DEFINE_LONG_DOUBLE_INT_CMP_OP | ( | T | ) |
Definition at line 314 of file oct-inttypes.h.
#define OCTAVE_INT_BIN_OP | ( | OP, | |
NAME, | |||
ARGT | |||
) |
Definition at line 866 of file oct-inttypes.h.
#define OCTAVE_INT_BITCMP_OP | ( | OP | ) |
Definition at line 1055 of file oct-inttypes.h.
#define OCTAVE_INT_CMP_OP | ( | OP, | |
NAME | |||
) |
Definition at line 972 of file oct-inttypes.h.
#define OCTAVE_INT_DOUBLE_BIN_OP | ( | OP, | |
NAME | |||
) |
Definition at line 1194 of file oct-inttypes.h.
#define OCTAVE_INT_DOUBLE_BIN_OP0 | ( | OP | ) |
Definition at line 1103 of file oct-inttypes.h.
#define OCTAVE_INT_DOUBLE_CMP_OP | ( | OP, | |
NAME | |||
) |
Definition at line 1225 of file oct-inttypes.h.
#define OCTAVE_INT_FLOAT_BIN_OP | ( | OP | ) |
Definition at line 1251 of file oct-inttypes.h.
#define OCTAVE_INT_FLOAT_CMP_OP | ( | OP | ) |
Definition at line 1273 of file oct-inttypes.h.
#define OCTAVE_INT_IDX_TYPE_BIN_OP | ( | OP | ) |
Definition at line 1319 of file oct-inttypes.h.
#define OCTAVE_INT_UN_OP | ( | OPNAME, | |
NAME | |||
) |
Definition at line 852 of file oct-inttypes.h.
#define OCTAVE_REGISTER_INT_CMP_OP | ( | NM, | |
OP | |||
) |
Definition at line 183 of file oct-inttypes.h.
#define OCTAVE_REGISTER_INT_CONST_OP | ( | NM, | |
VALUE | |||
) |
Definition at line 207 of file oct-inttypes.h.
#define OCTAVE_REGISTER_INT_TYPE | ( | TYPE | ) |
Definition at line 87 of file oct-inttypes.h.
octave_int< T > bitshift | ( | const octave_int< T > & | a, |
int | n, | ||
const octave_int< T > & | mask = std::numeric_limits<T>::max () |
||
) |
Definition at line 1072 of file oct-inttypes.h.
|
inline |
Definition at line 916 of file oct-inttypes.h.
References mod(), octave_int< T >::value(), and x.
Referenced by algams(), cacai(), cacon(), casyi(), cbesh(), cbesi(), cbesj(), octave::variable_editor_view::copyClipboard(), cuni2(), cunk1(), cunk2(), octave::variable_editor_view::delete_selected(), dlgams(), Fmod(), ignuin(), mod(), octave::variable_editor_view::pasteClipboard(), phrtsd(), zacai(), zacon(), zasyi(), zbesh(), zbesi(), zbesj(), zuni2(), zunk1(), and zunk2().
|
inline |
Definition at line 67 of file oct-inttypes.h.
References x.
Referenced by octave_int_arith_base< T, true >::div(), octave_int_arith_base< T, is_signed >::mul_internal(), and operator*().
|
inline |
Definition at line 1245 of file oct-inttypes.h.
bool operator!= | ( | const float & | x, |
const octave_int< T > & | y | ||
) |
Definition at line 1293 of file oct-inttypes.h.
|
inline |
Definition at line 1245 of file oct-inttypes.h.
|
inline |
Definition at line 1293 of file oct-inttypes.h.
|
inline |
Definition at line 985 of file oct-inttypes.h.
octave_int< T > operator& | ( | const octave_int< T > & | x, |
const octave_int< T > & | y | ||
) |
Definition at line 1063 of file oct-inttypes.h.
OCTAVE_API octave_int64 operator* | ( | const double & | x, |
const octave_int64 & | y | ||
) |
Definition at line 666 of file oct-inttypes.cc.
References x.
OCTAVE_API octave_uint64 operator* | ( | const double & | x, |
const octave_uint64 & | y | ||
) |
Definition at line 627 of file oct-inttypes.cc.
References x.
|
inline |
Definition at line 1217 of file oct-inttypes.h.
OCTAVE_API octave_int64 operator* | ( | const octave_int64 & | x, |
const double & | y | ||
) |
Definition at line 634 of file oct-inttypes.cc.
References dbleget(), dblesplit(), octave::math::fix(), octave::math::isinf(), octave::math::isnan(), octave_int< T >::max(), octave_int_abs(), octave_int< T >::s_zero, umul128(), Faddeeva::w(), and x.
|
inline |
Definition at line 1217 of file oct-inttypes.h.
|
inline |
Definition at line 1268 of file oct-inttypes.h.
|
inline |
Definition at line 1336 of file oct-inttypes.h.
OCTAVE_API octave_uint64 operator* | ( | const octave_uint64 & | x, |
const double & | y | ||
) |
Definition at line 596 of file oct-inttypes.cc.
References dbleget(), dblesplit(), octave::math::fix(), octave::math::isinf(), octave::math::isnan(), octave_int< T >::max(), octave_int< T >::s_zero, umul128(), Faddeeva::w(), and x.
|
inline |
Definition at line 1268 of file oct-inttypes.h.
|
inline |
Definition at line 1336 of file oct-inttypes.h.
OCTAVE_API octave_int64 operator+ | ( | const double & | x, |
const octave_int64 & | y | ||
) |
Definition at line 486 of file oct-inttypes.cc.
References x.
OCTAVE_API octave_uint64 operator+ | ( | const double & | x, |
const octave_uint64 & | y | ||
) |
Definition at line 456 of file oct-inttypes.cc.
References x.
|
inline |
Definition at line 1215 of file oct-inttypes.h.
OCTAVE_API octave_int64 operator+ | ( | const octave_int64 & | x, |
const double & | y | ||
) |
Definition at line 463 of file oct-inttypes.cc.
References octave_int< T >::max(), and x.
|
inline |
Definition at line 1215 of file oct-inttypes.h.
|
inline |
Definition at line 1266 of file oct-inttypes.h.
|
inline |
Definition at line 1334 of file oct-inttypes.h.
OCTAVE_API octave_uint64 operator+ | ( | const octave_uint64 & | x, |
const double & | y | ||
) |
Definition at line 449 of file oct-inttypes.cc.
References x.
|
inline |
Definition at line 1266 of file oct-inttypes.h.
|
inline |
Definition at line 1334 of file oct-inttypes.h.
OCTAVE_API octave_int64 operator- | ( | const double & | x, |
const octave_int64 & | y | ||
) |
Definition at line 531 of file oct-inttypes.cc.
References max(), min(), pow(), octave_int< T >::value(), and x.
OCTAVE_API octave_uint64 operator- | ( | const double & | x, |
const octave_uint64 & | y | ||
) |
Definition at line 500 of file oct-inttypes.cc.
References octave_int< T >::bool_value(), octave_int< T >::max(), pow(), and x.
|
inline |
Definition at line 1216 of file oct-inttypes.h.
OCTAVE_API octave_int64 operator- | ( | const octave_int64 & | x, |
const double & | y | ||
) |
Definition at line 524 of file oct-inttypes.cc.
References x.
|
inline |
Definition at line 1216 of file oct-inttypes.h.
|
inline |
Definition at line 1267 of file oct-inttypes.h.
|
inline |
Definition at line 1335 of file oct-inttypes.h.
OCTAVE_API octave_uint64 operator- | ( | const octave_uint64 & | x, |
const double & | y | ||
) |
Definition at line 493 of file oct-inttypes.cc.
References x.
|
inline |
Definition at line 1267 of file oct-inttypes.h.
|
inline |
Definition at line 1335 of file oct-inttypes.h.
OCTAVE_API octave_int64 operator/ | ( | const double & | x, |
const octave_int64 & | y | ||
) |
Definition at line 680 of file oct-inttypes.cc.
References x.
OCTAVE_API octave_uint64 operator/ | ( | const double & | x, |
const octave_uint64 & | y | ||
) |
Definition at line 673 of file oct-inttypes.cc.
References x.
|
inline |
Definition at line 1218 of file oct-inttypes.h.
OCTAVE_API octave_int64 operator/ | ( | const octave_int64 & | x, |
const double & | y | ||
) |
Definition at line 700 of file oct-inttypes.cc.
References octave::math::fix(), octave_int< T >::max(), and x.
|
inline |
Definition at line 1218 of file oct-inttypes.h.
|
inline |
Definition at line 1269 of file oct-inttypes.h.
|
inline |
Definition at line 1337 of file oct-inttypes.h.
OCTAVE_API octave_uint64 operator/ | ( | const octave_uint64 & | x, |
const double & | y | ||
) |
Definition at line 687 of file oct-inttypes.cc.
References octave::math::fix(), octave_int< T >::max(), and x.
|
inline |
Definition at line 1269 of file oct-inttypes.h.
|
inline |
Definition at line 1337 of file oct-inttypes.h.
|
inline |
Definition at line 1240 of file oct-inttypes.h.
bool operator< | ( | const float & | x, |
const octave_int< T > & | y | ||
) |
Definition at line 1288 of file oct-inttypes.h.
|
inline |
Definition at line 1240 of file oct-inttypes.h.
|
inline |
Definition at line 1288 of file oct-inttypes.h.
|
inline |
Definition at line 980 of file oct-inttypes.h.
|
inline |
Definition at line 1014 of file oct-inttypes.h.
References octave_int< T >::value().
|
inline |
Definition at line 990 of file oct-inttypes.h.
References octave_int< T >::value().
|
inline |
Definition at line 1023 of file oct-inttypes.h.
References octave_int< T >::value().
|
inline |
Definition at line 1241 of file oct-inttypes.h.
bool operator<= | ( | const float & | x, |
const octave_int< T > & | y | ||
) |
Definition at line 1289 of file oct-inttypes.h.
|
inline |
Definition at line 1241 of file oct-inttypes.h.
|
inline |
Definition at line 1289 of file oct-inttypes.h.
|
inline |
Definition at line 981 of file oct-inttypes.h.
|
inline |
Definition at line 1244 of file oct-inttypes.h.
bool operator== | ( | const float & | x, |
const octave_int< T > & | y | ||
) |
Definition at line 1292 of file oct-inttypes.h.
|
inline |
Definition at line 1244 of file oct-inttypes.h.
|
inline |
Definition at line 1292 of file oct-inttypes.h.
|
inline |
Definition at line 984 of file oct-inttypes.h.
|
inline |
Definition at line 1243 of file oct-inttypes.h.
bool operator> | ( | const float & | x, |
const octave_int< T > & | y | ||
) |
Definition at line 1291 of file oct-inttypes.h.
|
inline |
Definition at line 1243 of file oct-inttypes.h.
|
inline |
Definition at line 1291 of file oct-inttypes.h.
|
inline |
Definition at line 982 of file oct-inttypes.h.
|
inline |
Definition at line 1242 of file oct-inttypes.h.
bool operator>= | ( | const float & | x, |
const octave_int< T > & | y | ||
) |
Definition at line 1290 of file oct-inttypes.h.
|
inline |
Definition at line 1242 of file oct-inttypes.h.
|
inline |
Definition at line 1290 of file oct-inttypes.h.
|
inline |
Definition at line 983 of file oct-inttypes.h.
|
inline |
Definition at line 1033 of file oct-inttypes.h.
|
inline |
Definition at line 999 of file oct-inttypes.h.
|
inline |
Definition at line 1044 of file oct-inttypes.h.
octave_int< T > operator^ | ( | const octave_int< T > & | x, |
const octave_int< T > & | y | ||
) |
Definition at line 1065 of file oct-inttypes.h.
octave_int< T > operator| | ( | const octave_int< T > & | x, |
const octave_int< T > & | y | ||
) |
Definition at line 1064 of file oct-inttypes.h.
OCTAVE_API octave_int< T > pow | ( | const double & | a, |
const octave_int< T > & | b | ||
) |
Definition at line 774 of file oct-inttypes.cc.
References octave_int< T >::double_value(), and pow().
OCTAVE_API octave_int< T > pow | ( | const float & | a, |
const octave_int< T > & | b | ||
) |
Definition at line 789 of file oct-inttypes.cc.
References octave_int< T >::float_value(), and pow().
OCTAVE_API octave_int< T > pow | ( | const octave_int< T > & | a, |
const octave_int< T > & | b | ||
) |
Definition at line 732 of file oct-inttypes.cc.
References octave_int< T >::value().
Referenced by octave::norm_accumulator_p< R >::accum(), octave::norm_accumulator_mp< R >::accum(), do_translate(), do_zoom(), octave::elem_dual_p(), elem_xpow(), eps(), octave::higham_subp(), install_cm_cm_ops(), install_cm_cs_ops(), install_cm_m_ops(), install_cm_s_ops(), install_cm_scm_ops(), install_cm_sm_ops(), install_cs_cm_ops(), install_cs_cs_ops(), install_cs_m_ops(), install_cs_s_ops(), install_cs_scm_ops(), install_cs_sm_ops(), install_fcm_fcm_ops(), install_fcm_fcs_ops(), install_fcm_fm_ops(), install_fcm_fs_ops(), install_fcs_fcm_ops(), install_fcs_fcs_ops(), install_fcs_fm_ops(), install_fcs_fs_ops(), install_fm_fcm_ops(), install_fm_fcs_ops(), install_fm_fm_ops(), install_fm_fs_ops(), install_fs_fcm_ops(), install_fs_fcs_ops(), install_fs_fm_ops(), install_fs_fs_ops(), install_m_cm_ops(), install_m_cs_ops(), install_m_m_ops(), install_m_s_ops(), install_m_scm_ops(), install_m_sm_ops(), install_pm_pm_ops(), install_s_cm_ops(), install_s_cs_ops(), install_s_m_ops(), install_s_s_ops(), install_s_scm_ops(), install_s_sm_ops(), install_scm_cm_ops(), install_scm_cs_ops(), install_scm_m_ops(), install_scm_s_ops(), install_scm_scm_ops(), install_scm_sm_ops(), install_sm_cm_ops(), install_sm_cs_ops(), install_sm_m_ops(), install_sm_s_ops(), install_sm_scm_ops(), install_sm_sm_ops(), magform(), make_complex_matrix_format(), make_range_format(), make_real_matrix_format(), pr_engineering_float< T >::mantissa(), mx_inline_pow(), octave::norm_accumulator_p< R >::operator R(), octave::norm_accumulator_mp< R >::operator R(), operator-(), pow(), powf(), xpow(), and octave::math::xpsi().
OCTAVE_API octave_int< T > pow | ( | const octave_int< T > & | a, |
const double & | b | ||
) |
Definition at line 779 of file oct-inttypes.cc.
References octave_int< T >::double_value(), octave::math::fix(), and pow().
OCTAVE_API octave_int< T > pow | ( | const octave_int< T > & | a, |
const float & | b | ||
) |
Definition at line 794 of file oct-inttypes.cc.
References octave_int< T >::double_value(), octave::math::fix(), and pow().
OCTAVE_API octave_int< T > powf | ( | const float & | a, |
const octave_int< T > & | b | ||
) |
Definition at line 807 of file oct-inttypes.cc.
References octave_int< T >::float_value(), and pow().
OCTAVE_API octave_int< T > powf | ( | const octave_int< T > & | a, |
const float & | b | ||
) |
Definition at line 812 of file oct-inttypes.cc.
References octave_int< T >::double_value(), octave::math::fix(), and pow().
|
inline |
Definition at line 909 of file oct-inttypes.h.
References rem(), octave_int< T >::value(), and x.
Referenced by octave::sys::time::time(), Frem(), and rem().
octave_int< T > xmax | ( | const octave_int< T > & | x, |
const octave_int< T > & | y | ||
) |
Definition at line 1299 of file oct-inttypes.h.
References octave_int< T >::value(), and x.
Referenced by alngam(), d9lgmc(), dgamma(), dlngam(), gamlim(), gamma(), octave::math::max(), onecov(), r9lgmc(), and tstall().
octave_int< T > xmin | ( | const octave_int< T > & | x, |
const octave_int< T > & | y | ||
) |
Definition at line 1309 of file oct-inttypes.h.
References octave_int< T >::value(), and x.
Referenced by alnrel(), dgamma(), dlnrel(), F__glpk__(), gamlim(), gamma(), glpk(), octave::math::min(), onecov(), and tstall().