plll
1.0
|
This is the complete list of members for plll::arithmetic::Real, including all inherited members.
abs(Real &r, const Real &a) | plll::arithmetic::Real | friend |
acos(Real &res, const Real &a) | plll::arithmetic::Real | friend |
add(Real &r, const Real &a, const Real &b) | plll::arithmetic::Real | friend |
addmul(Real &r, const Real &a, const Real &b) | plll::arithmetic::Real | friend |
asin(Real &res, const Real &a) | plll::arithmetic::Real | friend |
atan(Real &res, const Real &a) | plll::arithmetic::Real | friend |
atan2(Real &res, const Real &y, const Real &x) | plll::arithmetic::Real | friend |
compare(const Real &a, const Real &b) | plll::arithmetic::Real | friend |
compareAbsValues(const Real &a, const Real &b) | plll::arithmetic::Real | friend |
Context typedef | plll::arithmetic::Real | |
cos(Real &res, const Real &a) | plll::arithmetic::Real | friend |
decrement(Real &r, const Real &a) | plll::arithmetic::Real | friend |
div(Real &r, const Real &a, const Real &b) | plll::arithmetic::Real | friend |
divmod(Real &q, Real &r, const Real &a, const Real &b) | plll::arithmetic::Real | friend |
exp(Real &res, const Real &a) | plll::arithmetic::Real | friend |
gamma(Real &res, const Real &a) | plll::arithmetic::Real | friend |
getApproxExponent() const PLLL_INTERNAL_NOTHROW_POSTFIX_INLINE | plll::arithmetic::Real | inline |
increment(Real &r, const Real &a) | plll::arithmetic::Real | friend |
isNegative(const Real &r) PLLL_INTERNAL_NOTHROW_POSTFIX_INLINE | plll::arithmetic::Real | friend |
isNonNegative(const Real &r) PLLL_INTERNAL_NOTHROW_POSTFIX_INLINE | plll::arithmetic::Real | friend |
isNonPositive(const Real &r) PLLL_INTERNAL_NOTHROW_POSTFIX_INLINE | plll::arithmetic::Real | friend |
isOne(const Real &r) PLLL_INTERNAL_NOTHROW_POSTFIX_INLINE | plll::arithmetic::Real | friend |
isPositive(const Real &r) PLLL_INTERNAL_NOTHROW_POSTFIX_INLINE | plll::arithmetic::Real | friend |
isZero(const Real &r) PLLL_INTERNAL_NOTHROW_POSTFIX_INLINE | plll::arithmetic::Real | friend |
lgamma(Real &res, const Real &a) | plll::arithmetic::Real | friend |
lgamma(Real &res, int &sign, const Real &a) | plll::arithmetic::Real | friend |
log(Real &res, const Real &a) | plll::arithmetic::Real | friend |
log10(Real &res, const Real &a) | plll::arithmetic::Real | friend |
log2(Real &res, const Real &a) | plll::arithmetic::Real | friend |
makeAbs(Real &a) PLLL_INTERNAL_NOTHROW_POSTFIX_INLINE | plll::arithmetic::Real | friend |
mod(Real &r, const Real &a, const Real &b) | plll::arithmetic::Real | friend |
mul(Real &r, const Real &a, const Real &b) | plll::arithmetic::Real | friend |
neg(Real &r, const Real &a) | plll::arithmetic::Real | friend |
operator!=(const Real &a, const Real &b) | plll::arithmetic::Real | friend |
operator<(const Real &a, const Real &b) | plll::arithmetic::Real | friend |
operator<<(std::ostream &s, const Real &r) | plll::arithmetic::Real | friend |
operator<=(const Real &a, const Real &b) | plll::arithmetic::Real | friend |
operator=(const Real &r) | plll::arithmetic::Real | inline |
operator=(const expressions::Expression< RealContext, A, O > &E) | plll::arithmetic::Real | inline |
operator==(const Real &a, const Real &b) | plll::arithmetic::Real | friend |
operator>(const Real &a, const Real &b) | plll::arithmetic::Real | friend |
operator>=(const Real &a, const Real &b) | plll::arithmetic::Real | friend |
operator>>(std::istream &s, Real &r) | plll::arithmetic::Real | friend |
power(Real &res, const Real &a, const Integer &b) | plll::arithmetic::Real | friend |
power(Real &res, const Real &a, const Real &b) | plll::arithmetic::Real | friend |
precision() const PLLL_INTERNAL_NOTHROW_POSTFIX_INLINE | plll::arithmetic::Real | inline |
Real() | plll::arithmetic::Real | inline |
Real(const RealContext &rc) | plll::arithmetic::Real | inlineexplicit |
Real(const Real &r, bool clone=true) | plll::arithmetic::Real | inline |
Real(const Real &r, const RealContext &rc) | plll::arithmetic::Real | inlineexplicit |
Real(long i) | plll::arithmetic::Real | inlineexplicit |
Real(long i, const RealContext &rc) | plll::arithmetic::Real | inlineexplicit |
Real(unsigned long i) | plll::arithmetic::Real | inlineexplicit |
Real(unsigned long i, const RealContext &rc) | plll::arithmetic::Real | inlineexplicit |
Real(long long i) | plll::arithmetic::Real | inlineexplicit |
Real(long long i, const RealContext &rc) | plll::arithmetic::Real | inlineexplicit |
Real(double d) | plll::arithmetic::Real | inlineexplicit |
Real(double d, const RealContext &rc) | plll::arithmetic::Real | inlineexplicit |
Real(long double d) | plll::arithmetic::Real | inlineexplicit |
Real(long double d, const RealContext &rc) | plll::arithmetic::Real | inlineexplicit |
Real(const Integer &i) | plll::arithmetic::Real | inlineexplicit |
Real(const Integer &i, const RealContext &rc) | plll::arithmetic::Real | inlineexplicit |
Real(const expressions::Expression< RealContext, A, O > &E) | plll::arithmetic::Real | inline |
Real(const expressions::Expression< RealContext, A, O > &E, const RealContext &rc) | plll::arithmetic::Real | inline |
setContext(const RealContext &rc) | plll::arithmetic::Real | inline |
setInfinity(Real &r, bool sign) | plll::arithmetic::Real | friend |
setNaN(Real &r) | plll::arithmetic::Real | friend |
setOne(Real &r) | plll::arithmetic::Real | friend |
setZero(Real &r, bool sign) | plll::arithmetic::Real | friend |
shl(Real &r, const Real &a, const Real &b) | plll::arithmetic::Real | friend |
shl(Real &r, const Real &a, long b) | plll::arithmetic::Real | friend |
shr(Real &r, const Real &a, const Real &b) | plll::arithmetic::Real | friend |
shr(Real &r, const Real &a, long b) | plll::arithmetic::Real | friend |
sign(const Real &r) PLLL_INTERNAL_NOTHROW_POSTFIX_INLINE | plll::arithmetic::Real | friend |
sin(Real &res, const Real &a) | plll::arithmetic::Real | friend |
sqrt(Real &res, const Real &a) | plll::arithmetic::Real | friend |
square(Real &r, const Real &a) | plll::arithmetic::Real | friend |
sub(Real &r, const Real &a, const Real &b) | plll::arithmetic::Real | friend |
submul(Real &r, const Real &a, const Real &b) | plll::arithmetic::Real | friend |
tan(Real &res, const Real &a) | plll::arithmetic::Real | friend |
~Real() PLLL_INTERNAL_NOTHROW_POSTFIX_INLINE | plll::arithmetic::Real | inline |