|
| cv::softfloat::softfloat () |
| Default constructor. More...
|
|
| cv::softfloat::softfloat (const softfloat &c) |
| Copy constructor. More...
|
|
softfloat & | cv::softfloat::operator= (const softfloat &c) |
| Assign constructor. More...
|
|
static const softfloat | cv::softfloat::fromRaw (const uint32_t a) |
| Construct from raw. More...
|
|
| cv::softfloat::softfloat (const uint32_t) |
| Construct from integer. More...
|
|
| cv::softfloat::softfloat (const uint64_t) |
|
| cv::softfloat::softfloat (const int32_t) |
|
| cv::softfloat::softfloat (const int64_t) |
|
| cv::softfloat::softfloat (const float a) |
| Construct from float. More...
|
|
| cv::softfloat::operator softdouble () const |
| Type casts
More...
|
|
| cv::softfloat::operator float () const |
|
softfloat | cv::softfloat::operator+ (const softfloat &) const |
| Basic arithmetics. More...
|
|
softfloat | cv::softfloat::operator- (const softfloat &) const |
|
softfloat | cv::softfloat::operator* (const softfloat &) const |
|
softfloat | cv::softfloat::operator/ (const softfloat &) const |
|
softfloat | cv::softfloat::operator- () const |
|
softfloat | cv::softfloat::operator% (const softfloat &) const |
| Remainder operator. More...
|
|
softfloat & | cv::softfloat::operator+= (const softfloat &a) |
|
softfloat & | cv::softfloat::operator-= (const softfloat &a) |
|
softfloat & | cv::softfloat::operator*= (const softfloat &a) |
|
softfloat & | cv::softfloat::operator/= (const softfloat &a) |
|
softfloat & | cv::softfloat::operator%= (const softfloat &a) |
|
bool | cv::softfloat::operator== (const softfloat &) const |
| Comparison operations. More...
|
|
bool | cv::softfloat::operator!= (const softfloat &) const |
|
bool | cv::softfloat::operator> (const softfloat &) const |
|
bool | cv::softfloat::operator>= (const softfloat &) const |
|
bool | cv::softfloat::operator< (const softfloat &) const |
|
bool | cv::softfloat::operator<= (const softfloat &) const |
|
bool | cv::softfloat::isNaN () const |
| NaN state indicator. More...
|
|
bool | cv::softfloat::isInf () const |
| Inf state indicator. More...
|
|
bool | cv::softfloat::isSubnormal () const |
| Subnormal number indicator. More...
|
|
bool | cv::softfloat::getSign () const |
| Get sign bit. More...
|
|
softfloat | cv::softfloat::setSign (bool sign) const |
| Construct a copy with new sign bit. More...
|
|
int | cv::softfloat::getExp () const |
| Get 0-based exponent. More...
|
|
softfloat | cv::softfloat::setExp (int e) const |
| Construct a copy with new 0-based exponent. More...
|
|
softfloat | cv::softfloat::getFrac () const |
| Get a fraction part. More...
|
|
softfloat | cv::softfloat::setFrac (const softfloat &s) const |
| Construct a copy with provided significand. More...
|
|
static softfloat | cv::softfloat::zero () |
| Zero constant. More...
|
|
static softfloat | cv::softfloat::inf () |
| Positive infinity constant. More...
|
|
static softfloat | cv::softfloat::nan () |
| Default NaN constant. More...
|
|
static softfloat | cv::softfloat::one () |
| One constant. More...
|
|
static softfloat | cv::softfloat::min () |
| Smallest normalized value. More...
|
|
static softfloat | cv::softfloat::eps () |
| Difference between 1 and next representable value. More...
|
|
static softfloat | cv::softfloat::max () |
| Biggest finite value. More...
|
|
static softfloat | cv::softfloat::pi () |
| Correct pi approximation. More...
|
|
| cv::softdouble::softdouble () |
| Default constructor. More...
|
|
| cv::softdouble::softdouble (const softdouble &c) |
| Copy constructor. More...
|
|
softdouble & | cv::softdouble::operator= (const softdouble &c) |
| Assign constructor. More...
|
|
static softdouble | cv::softdouble::fromRaw (const uint64_t a) |
| Construct from raw. More...
|
|
| cv::softdouble::softdouble (const uint32_t) |
| Construct from integer. More...
|
|
| cv::softdouble::softdouble (const uint64_t) |
|
| cv::softdouble::softdouble (const int32_t) |
|
| cv::softdouble::softdouble (const int64_t) |
|
| cv::softdouble::softdouble (const double a) |
| Construct from double. More...
|
|
| cv::softdouble::operator softfloat () const |
| Type casts
More...
|
|
| cv::softdouble::operator double () const |
|
softdouble | cv::softdouble::operator+ (const softdouble &) const |
| Basic arithmetics. More...
|
|
softdouble | cv::softdouble::operator- (const softdouble &) const |
|
softdouble | cv::softdouble::operator* (const softdouble &) const |
|
softdouble | cv::softdouble::operator/ (const softdouble &) const |
|
softdouble | cv::softdouble::operator- () const |
|
softdouble | cv::softdouble::operator% (const softdouble &) const |
| Remainder operator. More...
|
|
softdouble & | cv::softdouble::operator+= (const softdouble &a) |
|
softdouble & | cv::softdouble::operator-= (const softdouble &a) |
|
softdouble & | cv::softdouble::operator*= (const softdouble &a) |
|
softdouble & | cv::softdouble::operator/= (const softdouble &a) |
|
softdouble & | cv::softdouble::operator%= (const softdouble &a) |
|
bool | cv::softdouble::operator== (const softdouble &) const |
| Comparison operations. More...
|
|
bool | cv::softdouble::operator!= (const softdouble &) const |
|
bool | cv::softdouble::operator> (const softdouble &) const |
|
bool | cv::softdouble::operator>= (const softdouble &) const |
|
bool | cv::softdouble::operator< (const softdouble &) const |
|
bool | cv::softdouble::operator<= (const softdouble &) const |
|
bool | cv::softdouble::isNaN () const |
| NaN state indicator. More...
|
|
bool | cv::softdouble::isInf () const |
| Inf state indicator. More...
|
|
bool | cv::softdouble::isSubnormal () const |
| Subnormal number indicator. More...
|
|
bool | cv::softdouble::getSign () const |
| Get sign bit. More...
|
|
softdouble | cv::softdouble::setSign (bool sign) const |
| Construct a copy with new sign bit. More...
|
|
int | cv::softdouble::getExp () const |
| Get 0-based exponent. More...
|
|
softdouble | cv::softdouble::setExp (int e) const |
| Construct a copy with new 0-based exponent. More...
|
|
softdouble | cv::softdouble::getFrac () const |
| Get a fraction part. More...
|
|
softdouble | cv::softdouble::setFrac (const softdouble &s) const |
| Construct a copy with provided significand. More...
|
|
static softdouble | cv::softdouble::zero () |
| Zero constant. More...
|
|
static softdouble | cv::softdouble::inf () |
| Positive infinity constant. More...
|
|
static softdouble | cv::softdouble::nan () |
| Default NaN constant. More...
|
|
static softdouble | cv::softdouble::one () |
| One constant. More...
|
|
static softdouble | cv::softdouble::min () |
| Smallest normalized value. More...
|
|
static softdouble | cv::softdouble::eps () |
| Difference between 1 and next representable value. More...
|
|
static softdouble | cv::softdouble::max () |
| Biggest finite value. More...
|
|
static softdouble | cv::softdouble::pi () |
| Correct pi approximation. More...
|
|
CV_EXPORTS softfloat | cv::mulAdd (const softfloat &a, const softfloat &b, const softfloat &c) |
| Fused Multiplication and Addition. More...
|
|
CV_EXPORTS softdouble | cv::mulAdd (const softdouble &a, const softdouble &b, const softdouble &c) |
|
CV_EXPORTS softfloat | cv::sqrt (const softfloat &a) |
| Square root. More...
|
|
CV_EXPORTS softdouble | cv::sqrt (const softdouble &a) |
|
template<typename _Tp > |
static _Tp | cv::saturate_cast (softfloat a) |
| Saturate casts. More...
|
|
template<typename _Tp > |
static _Tp | cv::saturate_cast (softdouble a) |
|
template<> |
uchar | cv::saturate_cast< uchar > (softfloat a) |
|
template<> |
uchar | cv::saturate_cast< uchar > (softdouble a) |
|
template<> |
schar | cv::saturate_cast< schar > (softfloat a) |
|
template<> |
schar | cv::saturate_cast< schar > (softdouble a) |
|
template<> |
ushort | cv::saturate_cast< ushort > (softfloat a) |
|
template<> |
ushort | cv::saturate_cast< ushort > (softdouble a) |
|
template<> |
short | cv::saturate_cast< short > (softfloat a) |
|
template<> |
short | cv::saturate_cast< short > (softdouble a) |
|
template<> |
int | cv::saturate_cast< int > (softfloat a) |
|
template<> |
int | cv::saturate_cast< int > (softdouble a) |
|
template<> |
int64_t | cv::saturate_cast< int64_t > (softfloat a) |
|
template<> |
int64_t | cv::saturate_cast< int64_t > (softdouble a) |
|
template<> |
unsigned | cv::saturate_cast< unsigned > (softfloat a) |
| Saturate cast to unsigned integer and unsigned long long integer We intentionally do not clip negative numbers, to make -1 become 0xffffffff etc. More...
|
|
template<> |
unsigned | cv::saturate_cast< unsigned > (softdouble a) |
|
template<> |
uint64_t | cv::saturate_cast< uint64_t > (softfloat a) |
|
template<> |
uint64_t | cv::saturate_cast< uint64_t > (softdouble a) |
|
softfloat | cv::min (const softfloat &a, const softfloat &b) |
| Min and Max functions. More...
|
|
softdouble | cv::min (const softdouble &a, const softdouble &b) |
|
softfloat | cv::max (const softfloat &a, const softfloat &b) |
|
softdouble | cv::max (const softdouble &a, const softdouble &b) |
|
softfloat | cv::abs (softfloat a) |
| Absolute value. More...
|
|
softdouble | cv::abs (softdouble a) |
|
CV_EXPORTS softfloat | cv::exp (const softfloat &a) |
| Exponent. More...
|
|
CV_EXPORTS softdouble | cv::exp (const softdouble &a) |
|
CV_EXPORTS softfloat | cv::log (const softfloat &a) |
| Natural logarithm. More...
|
|
CV_EXPORTS softdouble | cv::log (const softdouble &a) |
|
CV_EXPORTS softfloat | cv::pow (const softfloat &a, const softfloat &b) |
| Raising to the power. More...
|
|
CV_EXPORTS softdouble | cv::pow (const softdouble &a, const softdouble &b) |
|
CV_EXPORTS softfloat | cv::cbrt (const softfloat &a) |
| Cube root. More...
|
|
CV_EXPORTS softdouble | cv::sin (const softdouble &a) |
| Sine. More...
|
|
CV_EXPORTS softdouble | cv::cos (const softdouble &a) |
| Cosine. More...
|
|