|
template<unsigned int Precision> |
const bool | amp::operator== (const ampf< Precision > &op1, const ampf< Precision > &op2) |
|
template<unsigned int Precision> |
const bool | amp::operator!= (const ampf< Precision > &op1, const ampf< Precision > &op2) |
|
template<unsigned int Precision> |
const bool | amp::operator< (const ampf< Precision > &op1, const ampf< Precision > &op2) |
|
template<unsigned int Precision> |
const bool | amp::operator> (const ampf< Precision > &op1, const ampf< Precision > &op2) |
|
template<unsigned int Precision> |
const bool | amp::operator<= (const ampf< Precision > &op1, const ampf< Precision > &op2) |
|
template<unsigned int Precision> |
const bool | amp::operator>= (const ampf< Precision > &op1, const ampf< Precision > &op2) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::operator+ (const ampf< Precision > &op1) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::operator- (const ampf< Precision > &op1) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::operator+ (const ampf< Precision > &op1, const ampf< Precision > &op2) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::operator- (const ampf< Precision > &op1, const ampf< Precision > &op2) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::operator* (const ampf< Precision > &op1, const ampf< Precision > &op2) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::operator/ (const ampf< Precision > &op1, const ampf< Precision > &op2) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::sqr (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const int | amp::sign (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::abs (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::maximum (const ampf< Precision > &x, const ampf< Precision > &y) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::minimum (const ampf< Precision > &x, const ampf< Precision > &y) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::sqrt (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const signed long | amp::trunc (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::frac (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const signed long | amp::floor (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const signed long | amp::ceil (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const signed long | amp::round (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::frexp2 (const ampf< Precision > &x, mp_exp_t *exponent) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::ldexp2 (const ampf< Precision > &x, mp_exp_t exponent) |
|
| amp::__AMP_BINARY_OPI (char) __AMP_BINARY_OPI(short) __AMP_BINARY_OPI(long) __AMP_BINARY_OPI(int) __AMP_BINARY_OPF(float) __AMP_BINARY_OPF(double) __AMP_BINARY_OPF(long double) template< unsigned int Precision > const ampf< Precision > pi() |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::halfpi () |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::twopi () |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::sin (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::cos (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::tan (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::asin (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::acos (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::atan (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::atan2 (const ampf< Precision > &y, const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::log (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::log2 (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::log10 (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::exp (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::sinh (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::cosh (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::tanh (const ampf< Precision > &x) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::pow (const ampf< Precision > &x, const ampf< Precision > &y) |
|
template<unsigned int Precision> |
const bool | amp::operator== (const campf< Precision > &lhs, const campf< Precision > &rhs) |
|
template<unsigned int Precision> |
const bool | amp::operator!= (const campf< Precision > &lhs, const campf< Precision > &rhs) |
|
template<unsigned int Precision> |
const campf< Precision > | amp::operator+ (const campf< Precision > &lhs) |
|
template<unsigned int Precision> |
campf< Precision > & | amp::operator+= (campf< Precision > &lhs, const campf< Precision > &rhs) |
|
template<unsigned int Precision> |
const campf< Precision > | amp::operator+ (const campf< Precision > &lhs, const campf< Precision > &rhs) |
|
template<unsigned int Precision> |
const campf< Precision > | amp::operator- (const campf< Precision > &lhs) |
|
template<unsigned int Precision> |
campf< Precision > & | amp::operator-= (campf< Precision > &lhs, const campf< Precision > &rhs) |
|
template<unsigned int Precision> |
const campf< Precision > | amp::operator- (const campf< Precision > &lhs, const campf< Precision > &rhs) |
|
template<unsigned int Precision> |
campf< Precision > & | amp::operator*= (campf< Precision > &lhs, const campf< Precision > &rhs) |
|
template<unsigned int Precision> |
const campf< Precision > | amp::operator* (const campf< Precision > &lhs, const campf< Precision > &rhs) |
|
template<unsigned int Precision> |
const campf< Precision > | amp::operator/ (const campf< Precision > &lhs, const campf< Precision > &rhs) |
|
template<unsigned int Precision> |
campf< Precision > & | amp::operator/= (campf< Precision > &lhs, const campf< Precision > &rhs) |
|
template<unsigned int Precision> |
const ampf< Precision > | amp::abscomplex (const campf< Precision > &z) |
|
template<unsigned int Precision> |
const campf< Precision > | amp::conj (const campf< Precision > &z) |
|
template<unsigned int Precision> |
const campf< Precision > | amp::csqr (const campf< Precision > &z) |
|
template<unsigned int Precision> |
void | amp::vMove (ap::raw_vector< ampf< Precision > > vDst, ap::const_raw_vector< ampf< Precision > > vSrc) |
|
template<unsigned int Precision> |
void | amp::vMoveNeg (ap::raw_vector< ampf< Precision > > vDst, ap::const_raw_vector< ampf< Precision > > vSrc) |
|
template<unsigned int Precision, class T2 > |
void | amp::vMove (ap::raw_vector< ampf< Precision > > vDst, ap::const_raw_vector< ampf< Precision > > vSrc, T2 alpha) |
|
template<unsigned int Precision> |
void | amp::vAdd (ap::raw_vector< ampf< Precision > > vDst, ap::const_raw_vector< ampf< Precision > > vSrc) |
|
template<unsigned int Precision, class T2 > |
void | amp::vAdd (ap::raw_vector< ampf< Precision > > vDst, ap::const_raw_vector< ampf< Precision > > vSrc, T2 alpha) |
|
template<unsigned int Precision> |
void | amp::vSub (ap::raw_vector< ampf< Precision > > vDst, ap::const_raw_vector< ampf< Precision > > vSrc) |
|
template<unsigned int Precision, class T2 > |
void | amp::vSub (ap::raw_vector< ampf< Precision > > vDst, ap::const_raw_vector< ampf< Precision > > vSrc, T2 alpha) |
|
template<unsigned int Precision, class T2 > |
void | amp::vMul (ap::raw_vector< ampf< Precision > > vDst, T2 alpha) |
|