Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::multiprecision::concepts Namespace Reference

Classes

struct  number_backend_float_architype
 

Typedefs

typedef
boost::multiprecision::number
< number_backend_float_architype
mp_number_float_architype
 

Functions

void eval_add (number_backend_float_architype &result, const number_backend_float_architype &o)
 
void eval_subtract (number_backend_float_architype &result, const number_backend_float_architype &o)
 
void eval_multiply (number_backend_float_architype &result, const number_backend_float_architype &o)
 
void eval_divide (number_backend_float_architype &result, const number_backend_float_architype &o)
 
void eval_convert_to (unsigned long long *result, const number_backend_float_architype &val)
 
void eval_convert_to (long long *result, const number_backend_float_architype &val)
 
void eval_convert_to (long double *result, number_backend_float_architype &val)
 
void eval_frexp (number_backend_float_architype &result, const number_backend_float_architype &arg, int *exp)
 
void eval_ldexp (number_backend_float_architype &result, const number_backend_float_architype &arg, int exp)
 
void eval_floor (number_backend_float_architype &result, const number_backend_float_architype &arg)
 
void eval_ceil (number_backend_float_architype &result, const number_backend_float_architype &arg)
 
void eval_sqrt (number_backend_float_architype &result, const number_backend_float_architype &arg)
 
int eval_fpclassify (const number_backend_float_architype &arg)
 

Typedef Documentation

Function Documentation

void boost::multiprecision::concepts::eval_add ( number_backend_float_architype &  result,
const number_backend_float_architype &  o 
)
inline
void boost::multiprecision::concepts::eval_ceil ( number_backend_float_architype &  result,
const number_backend_float_architype &  arg 
)
inline
void boost::multiprecision::concepts::eval_convert_to ( unsigned long long *  result,
const number_backend_float_architype &  val 
)
inline
void boost::multiprecision::concepts::eval_convert_to ( long long *  result,
const number_backend_float_architype &  val 
)
inline
void boost::multiprecision::concepts::eval_convert_to ( long double *  result,
number_backend_float_architype &  val 
)
inline
void boost::multiprecision::concepts::eval_divide ( number_backend_float_architype &  result,
const number_backend_float_architype &  o 
)
inline
void boost::multiprecision::concepts::eval_floor ( number_backend_float_architype &  result,
const number_backend_float_architype &  arg 
)
inline
int boost::multiprecision::concepts::eval_fpclassify ( const number_backend_float_architype &  arg)
inline
void boost::multiprecision::concepts::eval_frexp ( number_backend_float_architype &  result,
const number_backend_float_architype &  arg,
int *  exp 
)
inline
void boost::multiprecision::concepts::eval_ldexp ( number_backend_float_architype &  result,
const number_backend_float_architype &  arg,
int  exp 
)
inline
void boost::multiprecision::concepts::eval_multiply ( number_backend_float_architype &  result,
const number_backend_float_architype &  o 
)
inline
void boost::multiprecision::concepts::eval_sqrt ( number_backend_float_architype &  result,
const number_backend_float_architype &  arg 
)
inline
void boost::multiprecision::concepts::eval_subtract ( number_backend_float_architype &  result,
const number_backend_float_architype &  o 
)
inline