#include <basix/operators.hpp>
#include <basix/double.hpp>
#include <numerix/floating.hpp>
Go to the source code of this file.
Classes
- struct rounded_none_up
- struct rounded_none_down
- struct rounded_global< Mode >
- struct rounded_local< Mode >
- struct rounded_floating< Mode >
- struct rounded_floating< Mode >::helper< Op, C >
- struct rounded_floating< Mode >::helper< Op, floating< V > >
- struct rounded_operations< V >
- struct rounded_opposite< V >
- struct rounding_helper< double >
- struct rounding_helper< double >::translate< Mode, K >
- struct rounding_helper< double >::translate< MMX_ROUND_NEAR, K >
- struct rounding_helper< double >::translate< MMX_ROUND_ZERO, K >
- struct rounding_helper< double >::translate< MMX_ROUND_UP, K >
- struct rounding_helper< double >::translate< MMX_ROUND_DOWN, K >
- struct rounding_helper< floating< V > >
- struct rounding_helper< floating< V > >::translate< Mode, K >
- struct rounding_helper< floating< V > >::translate< MMX_ROUND_NEAR, K >
- struct rounding_helper< floating< V > >::translate< MMX_ROUND_ZERO, K >
- struct rounding_helper< floating< V > >::translate< MMX_ROUND_UP, K >
- struct rounding_helper< floating< V > >::translate< MMX_ROUND_DOWN, K >
Namespaces
Defines
- #define TMPL template<typename C>
Functions
- template<typename W , typename V > floating< W > view (const floating< V > &x)
Define Documentation
#define TMPL template<typename C> |