#include "softfloat.hpp"
§ softfloat() [1/7]
cv::softfloat::softfloat |
( |
| ) |
|
|
inline |
§ softfloat() [2/7]
cv::softfloat::softfloat |
( |
const softfloat & |
c | ) |
|
|
inline |
§ softfloat() [3/7]
cv::softfloat::softfloat |
( |
const uint32_t |
| ) |
|
|
explicit |
§ softfloat() [4/7]
cv::softfloat::softfloat |
( |
const uint64_t |
| ) |
|
|
explicit |
§ softfloat() [5/7]
cv::softfloat::softfloat |
( |
const int32_t |
| ) |
|
|
explicit |
§ softfloat() [6/7]
cv::softfloat::softfloat |
( |
const int64_t |
| ) |
|
|
explicit |
§ softfloat() [7/7]
cv::softfloat::softfloat |
( |
const float |
a | ) |
|
|
inlineexplicit |
§ fromRaw()
static const softfloat cv::softfloat::fromRaw |
( |
const uint32_t |
a | ) |
|
|
inlinestatic |
§ inf()
§ isInf()
bool cv::softfloat::isInf |
( |
| ) |
const |
|
inline |
§ isNaN()
bool cv::softfloat::isNaN |
( |
| ) |
const |
|
inline |
§ nan()
§ one()
§ operator float()
cv::softfloat::operator float |
( |
| ) |
const |
|
inline |
§ operator softdouble()
§ operator!=()
bool cv::softfloat::operator!= |
( |
const softfloat & |
| ) |
const |
§ operator%()
§ operator%=()
§ operator*()
§ operator*=()
§ operator+()
§ operator+=()
§ operator-() [1/2]
§ operator-() [2/2]
§ operator-=()
§ operator/()
§ operator/=()
§ operator<()
bool cv::softfloat::operator< |
( |
const softfloat & |
| ) |
const |
§ operator<=()
bool cv::softfloat::operator<= |
( |
const softfloat & |
| ) |
const |
§ operator=()
§ operator==()
bool cv::softfloat::operator== |
( |
const softfloat & |
| ) |
const |
§ operator>()
bool cv::softfloat::operator> |
( |
const softfloat & |
| ) |
const |
§ operator>=()
bool cv::softfloat::operator>= |
( |
const softfloat & |
| ) |
const |
§ zero()
uint32_t cv::softfloat::v |
The documentation for this struct was generated from the following file: