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