Go to the source code of this file.
Macros | |
#define | DEFINE_OCTAVE_INT_TYPENAME(TYPE, TYPENAME) |
#define | DEFINE_REVERTED_OPERATOR(OP1, OP2) |
#define | INSTANTIATE_CONVERT_REAL(S) |
#define | INSTANTIATE_CONVERT_REAL_1(T, S) |
#define | INSTANTIATE_INT64_DOUBLE_CMP_OP(OP) |
#define | INSTANTIATE_INT64_DOUBLE_CMP_OP0(OP, T1, T2) |
#define | INSTANTIATE_INTTYPE(T) |
Functions | |
template octave_int< int16_t > | bitshift (const octave_int< int16_t > &, int, const octave_int< int16_t > &) |
template octave_int< int32_t > | bitshift (const octave_int< int32_t > &, int, const octave_int< int32_t > &) |
template octave_int< int64_t > | bitshift (const octave_int< int64_t > &, int, const octave_int< int64_t > &) |
template octave_int< int8_t > | bitshift (const octave_int< int8_t > &, int, const octave_int< int8_t > &) |
template octave_int< uint16_t > | bitshift (const octave_int< uint16_t > &, int, const octave_int< uint16_t > &) |
template octave_int< uint32_t > | bitshift (const octave_int< uint32_t > &, int, const octave_int< uint32_t > &) |
template octave_int< uint64_t > | bitshift (const octave_int< uint64_t > &, int, const octave_int< uint64_t > &) |
template octave_int< uint8_t > | bitshift (const octave_int< uint8_t > &, int, const octave_int< uint8_t > &) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::eq > (double x, int64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::eq > (double x, uint64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::eq > (int64_t x, double y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::eq > (uint64_t x, double y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ge > (double x, int64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ge > (double x, uint64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ge > (int64_t x, double y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ge > (uint64_t x, double y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::gt > (double x, int64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::gt > (double x, uint64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::gt > (int64_t x, double y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::gt > (uint64_t x, double y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::le > (double x, int64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::le > (double x, uint64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::le > (int64_t x, double y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::le > (uint64_t x, double y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::lt > (double x, int64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::lt > (double x, uint64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::lt > (int64_t x, double y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::lt > (uint64_t x, double y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ne > (double x, int64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ne > (double x, uint64_t y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ne > (int64_t x, double y) |
template bool | octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ne > (uint64_t x, double y) |
template<> | |
octave_int64 | operator* (const double &x, const octave_int64 &y) |
template<> | |
octave_uint64 | operator* (const double &x, const octave_uint64 &y) |
template<> | |
octave_int64 | operator* (const octave_int64 &x, const double &y) |
template<> | |
octave_uint64 | operator* (const octave_uint64 &x, const double &y) |
template<> | |
octave_int64 | operator+ (const double &x, const octave_int64 &y) |
template<> | |
octave_uint64 | operator+ (const double &x, const octave_uint64 &y) |
template<> | |
octave_int64 | operator+ (const octave_int64 &x, const double &y) |
template<> | |
octave_uint64 | operator+ (const octave_uint64 &x, const double &y) |
template<> | |
octave_int64 | operator- (const double &x, const octave_int64 &y) |
template<> | |
octave_uint64 | operator- (const double &x, const octave_uint64 &y) |
template<> | |
octave_int64 | operator- (const octave_int64 &x, const double &y) |
template<> | |
octave_uint64 | operator- (const octave_uint64 &x, const double &y) |
template<> | |
octave_int64 | operator/ (const double &x, const octave_int64 &y) |
template<> | |
octave_uint64 | operator/ (const double &x, const octave_uint64 &y) |
template<> | |
octave_int64 | operator/ (const octave_int64 &x, const double &y) |
template<> | |
octave_uint64 | operator/ (const octave_uint64 &x, const double &y) |
template octave_int< int16_t > | pow (const double &, const octave_int< int16_t > &) |
template octave_int< int32_t > | pow (const double &, const octave_int< int32_t > &) |
template octave_int< int64_t > | pow (const double &, const octave_int< int64_t > &) |
template octave_int< int8_t > | pow (const double &, const octave_int< int8_t > &) |
template octave_int< uint16_t > | pow (const double &, const octave_int< uint16_t > &) |
template octave_int< uint32_t > | pow (const double &, const octave_int< uint32_t > &) |
template octave_int< uint64_t > | pow (const double &, const octave_int< uint64_t > &) |
template octave_int< uint8_t > | pow (const double &, const octave_int< uint8_t > &) |
template<typename T > | |
octave_int< T > | pow (const double &a, const octave_int< T > &b) |
template octave_int< int16_t > | pow (const float &, const octave_int< int16_t > &) |
template octave_int< int32_t > | pow (const float &, const octave_int< int32_t > &) |
template octave_int< int64_t > | pow (const float &, const octave_int< int64_t > &) |
template octave_int< int8_t > | pow (const float &, const octave_int< int8_t > &) |
template octave_int< uint16_t > | pow (const float &, const octave_int< uint16_t > &) |
template octave_int< uint32_t > | pow (const float &, const octave_int< uint32_t > &) |
template octave_int< uint64_t > | pow (const float &, const octave_int< uint64_t > &) |
template octave_int< uint8_t > | pow (const float &, const octave_int< uint8_t > &) |
template<typename T > | |
octave_int< T > | pow (const float &a, const octave_int< T > &b) |
template octave_int< int16_t > | pow (const octave_int< int16_t > &, const double &) |
template octave_int< int16_t > | pow (const octave_int< int16_t > &, const float &) |
template octave_int< int16_t > | pow (const octave_int< int16_t > &, const octave_int< int16_t > &) |
template octave_int< int32_t > | pow (const octave_int< int32_t > &, const double &) |
template octave_int< int32_t > | pow (const octave_int< int32_t > &, const float &) |
template octave_int< int32_t > | pow (const octave_int< int32_t > &, const octave_int< int32_t > &) |
template octave_int< int64_t > | pow (const octave_int< int64_t > &, const double &) |
template octave_int< int64_t > | pow (const octave_int< int64_t > &, const float &) |
template octave_int< int64_t > | pow (const octave_int< int64_t > &, const octave_int< int64_t > &) |
template octave_int< int8_t > | pow (const octave_int< int8_t > &, const double &) |
template octave_int< int8_t > | pow (const octave_int< int8_t > &, const float &) |
template octave_int< int8_t > | pow (const octave_int< int8_t > &, const octave_int< int8_t > &) |
template<typename T > | |
octave_int< T > | pow (const octave_int< T > &a, const double &b) |
template<typename T > | |
octave_int< T > | pow (const octave_int< T > &a, const float &b) |
template<typename T > | |
octave_int< T > | pow (const octave_int< T > &a, const octave_int< T > &b) |
template octave_int< uint16_t > | pow (const octave_int< uint16_t > &, const double &) |
template octave_int< uint16_t > | pow (const octave_int< uint16_t > &, const float &) |
template octave_int< uint16_t > | pow (const octave_int< uint16_t > &, const octave_int< uint16_t > &) |
template octave_int< uint32_t > | pow (const octave_int< uint32_t > &, const double &) |
template octave_int< uint32_t > | pow (const octave_int< uint32_t > &, const float &) |
template octave_int< uint32_t > | pow (const octave_int< uint32_t > &, const octave_int< uint32_t > &) |
template octave_int< uint64_t > | pow (const octave_int< uint64_t > &, const double &) |
template octave_int< uint64_t > | pow (const octave_int< uint64_t > &, const float &) |
template octave_int< uint64_t > | pow (const octave_int< uint64_t > &, const octave_int< uint64_t > &) |
template octave_int< uint8_t > | pow (const octave_int< uint8_t > &, const double &) |
template octave_int< uint8_t > | pow (const octave_int< uint8_t > &, const float &) |
template octave_int< uint8_t > | pow (const octave_int< uint8_t > &, const octave_int< uint8_t > &) |
template octave_int< int16_t > | powf (const float &, const octave_int< int16_t > &) |
template octave_int< int32_t > | powf (const float &, const octave_int< int32_t > &) |
template octave_int< int64_t > | powf (const float &, const octave_int< int64_t > &) |
template octave_int< int8_t > | powf (const float &, const octave_int< int8_t > &) |
template octave_int< uint16_t > | powf (const float &, const octave_int< uint16_t > &) |
template octave_int< uint32_t > | powf (const float &, const octave_int< uint32_t > &) |
template octave_int< uint64_t > | powf (const float &, const octave_int< uint64_t > &) |
template octave_int< uint8_t > | powf (const float &, const octave_int< uint8_t > &) |
template<typename T > | |
octave_int< T > | powf (const float &a, const octave_int< T > &b) |
template octave_int< int16_t > | powf (const octave_int< int16_t > &, const float &) |
template octave_int< int32_t > | powf (const octave_int< int32_t > &, const float &) |
template octave_int< int64_t > | powf (const octave_int< int64_t > &, const float &) |
template octave_int< int8_t > | powf (const octave_int< int8_t > &, const float &) |
template<typename T > | |
octave_int< T > | powf (const octave_int< T > &a, const float &b) |
template octave_int< uint16_t > | powf (const octave_int< uint16_t > &, const float &) |
template octave_int< uint32_t > | powf (const octave_int< uint32_t > &, const float &) |
template octave_int< uint64_t > | powf (const octave_int< uint64_t > &, const float &) |
template octave_int< uint8_t > | powf (const octave_int< uint8_t > &, const float &) |
#define DEFINE_OCTAVE_INT_TYPENAME | ( | TYPE, | |
TYPENAME | |||
) |
Definition at line 42 of file oct-inttypes.cc.
#define DEFINE_REVERTED_OPERATOR | ( | OP1, | |
OP2 | |||
) |
Definition at line 291 of file oct-inttypes.cc.
#define INSTANTIATE_CONVERT_REAL | ( | S | ) |
Definition at line 85 of file oct-inttypes.cc.
#define INSTANTIATE_CONVERT_REAL_1 | ( | T, | |
S | |||
) |
Definition at line 79 of file oct-inttypes.cc.
#define INSTANTIATE_INT64_DOUBLE_CMP_OP | ( | OP | ) |
Definition at line 723 of file oct-inttypes.cc.
#define INSTANTIATE_INT64_DOUBLE_CMP_OP0 | ( | OP, | |
T1, | |||
T2 | |||
) |
Definition at line 719 of file oct-inttypes.cc.
#define INSTANTIATE_INTTYPE | ( | T | ) |
Definition at line 829 of file oct-inttypes.cc.
template octave_int< int16_t > bitshift | ( | const octave_int< int16_t > & | , |
int | , | ||
const octave_int< int16_t > & | |||
) |
template octave_int< int32_t > bitshift | ( | const octave_int< int32_t > & | , |
int | , | ||
const octave_int< int32_t > & | |||
) |
template octave_int< int64_t > bitshift | ( | const octave_int< int64_t > & | , |
int | , | ||
const octave_int< int64_t > & | |||
) |
template octave_int< int8_t > bitshift | ( | const octave_int< int8_t > & | , |
int | , | ||
const octave_int< int8_t > & | |||
) |
template octave_int< uint16_t > bitshift | ( | const octave_int< uint16_t > & | , |
int | , | ||
const octave_int< uint16_t > & | |||
) |
template octave_int< uint32_t > bitshift | ( | const octave_int< uint32_t > & | , |
int | , | ||
const octave_int< uint32_t > & | |||
) |
template octave_int< uint64_t > bitshift | ( | const octave_int< uint64_t > & | , |
int | , | ||
const octave_int< uint64_t > & | |||
) |
template octave_int< uint8_t > bitshift | ( | const octave_int< uint8_t > & | , |
int | , | ||
const octave_int< uint8_t > & | |||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::eq > | ( | double | x, |
int64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::eq > | ( | double | x, |
uint64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::eq > | ( | int64_t | x, |
double | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::eq > | ( | uint64_t | x, |
double | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ge > | ( | double | x, |
int64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ge > | ( | double | x, |
uint64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ge > | ( | int64_t | x, |
double | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ge > | ( | uint64_t | x, |
double | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::gt > | ( | double | x, |
int64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::gt > | ( | double | x, |
uint64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::gt > | ( | int64_t | x, |
double | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::gt > | ( | uint64_t | x, |
double | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::le > | ( | double | x, |
int64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::le > | ( | double | x, |
uint64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::le > | ( | int64_t | x, |
double | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::le > | ( | uint64_t | x, |
double | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::lt > | ( | double | x, |
int64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::lt > | ( | double | x, |
uint64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::lt > | ( | int64_t | x, |
double | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::lt > | ( | uint64_t | x, |
double | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ne > | ( | double | x, |
int64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ne > | ( | double | x, |
uint64_t | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ne > | ( | int64_t | x, |
double | y | ||
) |
template bool octave_int_cmp_op::emulate_mop< octave_int_cmp_op::ne > | ( | uint64_t | x, |
double | y | ||
) |
octave_int64 operator* | ( | const double & | x, |
const octave_int64 & | y | ||
) |
Definition at line 674 of file oct-inttypes.cc.
References x.
octave_uint64 operator* | ( | const double & | x, |
const octave_uint64 & | y | ||
) |
Definition at line 635 of file oct-inttypes.cc.
References x.
octave_int64 operator* | ( | const octave_int64 & | x, |
const double & | y | ||
) |
Definition at line 642 of file oct-inttypes.cc.
References fix(), isinf(), isnan(), octave_int< T >::max(), and x.
octave_uint64 operator* | ( | const octave_uint64 & | x, |
const double & | y | ||
) |
Definition at line 604 of file oct-inttypes.cc.
References fix(), isinf(), isnan(), octave_int< T >::max(), and x.
octave_int64 operator+ | ( | const double & | x, |
const octave_int64 & | y | ||
) |
Definition at line 494 of file oct-inttypes.cc.
References x.
octave_uint64 operator+ | ( | const double & | x, |
const octave_uint64 & | y | ||
) |
Definition at line 464 of file oct-inttypes.cc.
References x.
octave_int64 operator+ | ( | const octave_int64 & | x, |
const double & | y | ||
) |
Definition at line 471 of file oct-inttypes.cc.
References octave_int< T >::max(), and x.
octave_uint64 operator+ | ( | const octave_uint64 & | x, |
const double & | y | ||
) |
Definition at line 457 of file oct-inttypes.cc.
References x.
octave_int64 operator- | ( | const double & | x, |
const octave_int64 & | y | ||
) |
Definition at line 539 of file oct-inttypes.cc.
References max(), min(), pow(), octave_int< T >::value(), and x.
octave_uint64 operator- | ( | const double & | x, |
const octave_uint64 & | y | ||
) |
Definition at line 508 of file oct-inttypes.cc.
References octave_int< T >::bool_value(), octave_int< T >::max(), pow(), octave_int< T >::value(), and x.
octave_int64 operator- | ( | const octave_int64 & | x, |
const double & | y | ||
) |
Definition at line 532 of file oct-inttypes.cc.
References x.
octave_uint64 operator- | ( | const octave_uint64 & | x, |
const double & | y | ||
) |
Definition at line 501 of file oct-inttypes.cc.
References x.
octave_int64 operator/ | ( | const double & | x, |
const octave_int64 & | y | ||
) |
Definition at line 688 of file oct-inttypes.cc.
References x.
octave_uint64 operator/ | ( | const double & | x, |
const octave_uint64 & | y | ||
) |
Definition at line 681 of file oct-inttypes.cc.
References x.
octave_int64 operator/ | ( | const octave_int64 & | x, |
const double & | y | ||
) |
Definition at line 708 of file oct-inttypes.cc.
References fix(), octave_int< T >::max(), and x.
octave_uint64 operator/ | ( | const octave_uint64 & | x, |
const double & | y | ||
) |
Definition at line 695 of file oct-inttypes.cc.
References fix(), octave_int< T >::max(), and x.
template octave_int< int16_t > pow | ( | const double & | , |
const octave_int< int16_t > & | |||
) |
template octave_int< int32_t > pow | ( | const double & | , |
const octave_int< int32_t > & | |||
) |
template octave_int< int64_t > pow | ( | const double & | , |
const octave_int< int64_t > & | |||
) |
template octave_int< int8_t > pow | ( | const double & | , |
const octave_int< int8_t > & | |||
) |
template octave_int< uint16_t > pow | ( | const double & | , |
const octave_int< uint16_t > & | |||
) |
template octave_int< uint32_t > pow | ( | const double & | , |
const octave_int< uint32_t > & | |||
) |
template octave_int< uint64_t > pow | ( | const double & | , |
const octave_int< uint64_t > & | |||
) |
template octave_int< uint8_t > pow | ( | const double & | , |
const octave_int< uint8_t > & | |||
) |
octave_int<T> pow | ( | const double & | a, |
const octave_int< T > & | b | ||
) |
Definition at line 782 of file oct-inttypes.cc.
References octave_int< T >::double_value(), and pow().
template octave_int< int16_t > pow | ( | const float & | , |
const octave_int< int16_t > & | |||
) |
template octave_int< int32_t > pow | ( | const float & | , |
const octave_int< int32_t > & | |||
) |
template octave_int< int64_t > pow | ( | const float & | , |
const octave_int< int64_t > & | |||
) |
template octave_int< int8_t > pow | ( | const float & | , |
const octave_int< int8_t > & | |||
) |
template octave_int< uint16_t > pow | ( | const float & | , |
const octave_int< uint16_t > & | |||
) |
template octave_int< uint32_t > pow | ( | const float & | , |
const octave_int< uint32_t > & | |||
) |
template octave_int< uint64_t > pow | ( | const float & | , |
const octave_int< uint64_t > & | |||
) |
template octave_int< uint8_t > pow | ( | const float & | , |
const octave_int< uint8_t > & | |||
) |
octave_int<T> pow | ( | const float & | a, |
const octave_int< T > & | b | ||
) |
Definition at line 797 of file oct-inttypes.cc.
References octave_int< T >::float_value(), and pow().
template octave_int< int16_t > pow | ( | const octave_int< int16_t > & | , |
const double & | |||
) |
template octave_int< int16_t > pow | ( | const octave_int< int16_t > & | , |
const float & | |||
) |
template octave_int< int16_t > pow | ( | const octave_int< int16_t > & | , |
const octave_int< int16_t > & | |||
) |
template octave_int< int32_t > pow | ( | const octave_int< int32_t > & | , |
const double & | |||
) |
template octave_int< int32_t > pow | ( | const octave_int< int32_t > & | , |
const float & | |||
) |
template octave_int< int32_t > pow | ( | const octave_int< int32_t > & | , |
const octave_int< int32_t > & | |||
) |
template octave_int< int64_t > pow | ( | const octave_int< int64_t > & | , |
const double & | |||
) |
template octave_int< int64_t > pow | ( | const octave_int< int64_t > & | , |
const float & | |||
) |
template octave_int< int64_t > pow | ( | const octave_int< int64_t > & | , |
const octave_int< int64_t > & | |||
) |
template octave_int< int8_t > pow | ( | const octave_int< int8_t > & | , |
const double & | |||
) |
template octave_int< int8_t > pow | ( | const octave_int< int8_t > & | , |
const float & | |||
) |
template octave_int< int8_t > pow | ( | const octave_int< int8_t > & | , |
const octave_int< int8_t > & | |||
) |
octave_int<T> pow | ( | const octave_int< T > & | a, |
const double & | b | ||
) |
Definition at line 787 of file oct-inttypes.cc.
References octave_int< T >::double_value(), fix(), and pow().
octave_int<T> pow | ( | const octave_int< T > & | a, |
const float & | b | ||
) |
Definition at line 802 of file oct-inttypes.cc.
References octave_int< T >::double_value(), fix(), and pow().
octave_int<T> pow | ( | const octave_int< T > & | a, |
const octave_int< T > & | b | ||
) |
Definition at line 740 of file oct-inttypes.cc.
References octave_int< T >::value().
Referenced by elem_dual_p(), elem_xpow(), eps(), DASPK_options::init(), 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_m_ops(), install_cs_s_ops(), install_cs_scm_ops(), install_cs_sm_ops(), install_fcm_fcs_ops(), install_fcm_fm_ops(), install_fcm_fs_ops(), install_fcs_fcm_ops(), install_fcs_fm_ops(), install_fcs_fs_ops(), install_fm_fcm_ops(), install_fm_fcs_ops(), install_fm_fs_ops(), install_fs_fcm_ops(), install_fs_fcs_ops(), install_fs_fm_ops(), install_m_cm_ops(), install_m_cs_ops(), install_m_s_ops(), install_m_scm_ops(), install_m_sm_ops(), install_s_cm_ops(), install_s_cs_ops(), install_s_m_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_sm_ops(), install_sm_cm_ops(), install_sm_cs_ops(), install_sm_m_ops(), install_sm_s_ops(), install_sm_scm_ops(), pr_engineering_float< T >::mantissa(), mx_inline_pow(), operator-(), pow(), powf(), log_scaler::unscale(), neg_log_scaler::unscale(), xpow(), and xpsi().
template octave_int< uint16_t > pow | ( | const octave_int< uint16_t > & | , |
const double & | |||
) |
template octave_int< uint16_t > pow | ( | const octave_int< uint16_t > & | , |
const float & | |||
) |
template octave_int< uint16_t > pow | ( | const octave_int< uint16_t > & | , |
const octave_int< uint16_t > & | |||
) |
template octave_int< uint32_t > pow | ( | const octave_int< uint32_t > & | , |
const double & | |||
) |
template octave_int< uint32_t > pow | ( | const octave_int< uint32_t > & | , |
const float & | |||
) |
template octave_int< uint32_t > pow | ( | const octave_int< uint32_t > & | , |
const octave_int< uint32_t > & | |||
) |
template octave_int< uint64_t > pow | ( | const octave_int< uint64_t > & | , |
const double & | |||
) |
template octave_int< uint64_t > pow | ( | const octave_int< uint64_t > & | , |
const float & | |||
) |
template octave_int< uint64_t > pow | ( | const octave_int< uint64_t > & | , |
const octave_int< uint64_t > & | |||
) |
template octave_int< uint8_t > pow | ( | const octave_int< uint8_t > & | , |
const double & | |||
) |
template octave_int< uint8_t > pow | ( | const octave_int< uint8_t > & | , |
const float & | |||
) |
template octave_int< uint8_t > pow | ( | const octave_int< uint8_t > & | , |
const octave_int< uint8_t > & | |||
) |
template octave_int< int16_t > powf | ( | const float & | , |
const octave_int< int16_t > & | |||
) |
template octave_int< int32_t > powf | ( | const float & | , |
const octave_int< int32_t > & | |||
) |
template octave_int< int64_t > powf | ( | const float & | , |
const octave_int< int64_t > & | |||
) |
template octave_int< int8_t > powf | ( | const float & | , |
const octave_int< int8_t > & | |||
) |
template octave_int< uint16_t > powf | ( | const float & | , |
const octave_int< uint16_t > & | |||
) |
template octave_int< uint32_t > powf | ( | const float & | , |
const octave_int< uint32_t > & | |||
) |
template octave_int< uint64_t > powf | ( | const float & | , |
const octave_int< uint64_t > & | |||
) |
template octave_int< uint8_t > powf | ( | const float & | , |
const octave_int< uint8_t > & | |||
) |
octave_int<T> powf | ( | const float & | a, |
const octave_int< T > & | b | ||
) |
Definition at line 815 of file oct-inttypes.cc.
References octave_int< T >::float_value(), and pow().
template octave_int< int16_t > powf | ( | const octave_int< int16_t > & | , |
const float & | |||
) |
template octave_int< int32_t > powf | ( | const octave_int< int32_t > & | , |
const float & | |||
) |
template octave_int< int64_t > powf | ( | const octave_int< int64_t > & | , |
const float & | |||
) |
template octave_int< int8_t > powf | ( | const octave_int< int8_t > & | , |
const float & | |||
) |
octave_int<T> powf | ( | const octave_int< T > & | a, |
const float & | b | ||
) |
Definition at line 820 of file oct-inttypes.cc.
References octave_int< T >::double_value(), fix(), and pow().
template octave_int< uint16_t > powf | ( | const octave_int< uint16_t > & | , |
const float & | |||
) |
template octave_int< uint32_t > powf | ( | const octave_int< uint32_t > & | , |
const float & | |||
) |
template octave_int< uint64_t > powf | ( | const octave_int< uint64_t > & | , |
const float & | |||
) |
template octave_int< uint8_t > powf | ( | const octave_int< uint8_t > & | , |
const float & | |||
) |