abs() const | ts::FloatingPoint< FLOAT_T, PREC, type > | inline |
Deformat(UString &str, UChar separator, UChar decimal_dot) | ts::AbstractNumber | protectedstatic |
description() const override | ts::FloatingPoint< FLOAT_T, PREC, type > | virtual |
DISPLAY_PRECISION | ts::FloatingPoint< FLOAT_T, PREC, type > | static |
divOverflow(const FloatingPoint &x) const | ts::FloatingPoint< FLOAT_T, PREC, type > | inline |
EQUAL_PRECISION | ts::FloatingPoint< FLOAT_T, PREC, type > | static |
float_t typedef | ts::FloatingPoint< FLOAT_T, PREC, type > | |
FloatingPoint()=default | ts::FloatingPoint< FLOAT_T, PREC, type > | |
FloatingPoint(NUM_T x) | ts::FloatingPoint< FLOAT_T, PREC, type > | inline |
Format(UString &str, size_t min_width, bool right_justified, UChar separator, bool add_plus_sign, size_t decimals, bool force_decimals, UChar decimal_dot, UChar pad) | ts::AbstractNumber | protectedstatic |
fromString(const UString &str, UChar separator=COMMA, UChar decimal_dot=FULL_STOP) override | ts::FloatingPoint< FLOAT_T, PREC, type > | virtual |
inRange(int64_t min, int64_t max) const override | ts::FloatingPoint< FLOAT_T, PREC, type > | virtual |
int_t typedef | ts::FloatingPoint< FLOAT_T, PREC, type > | |
INVALID | ts::AbstractNumber | static |
max(const FloatingPoint &x) const | ts::FloatingPoint< FLOAT_T, PREC, type > | inline |
MAX | ts::FloatingPoint< FLOAT_T, PREC, type > | static |
min(const FloatingPoint &x) const | ts::FloatingPoint< FLOAT_T, PREC, type > | inline |
MIN | ts::FloatingPoint< FLOAT_T, PREC, type > | static |
mulOverflow(INT2 x) const | ts::FloatingPoint< FLOAT_T, PREC, type > | inline |
mulOverflow(const FloatingPoint &x) const | ts::FloatingPoint< FLOAT_T, PREC, type > | inline |
toDouble() const override | ts::FloatingPoint< FLOAT_T, PREC, type > | virtual |
toInt() const | ts::FloatingPoint< FLOAT_T, PREC, type > | inline |
toInt64() const override | ts::FloatingPoint< FLOAT_T, PREC, type > | virtual |
toString(size_t min_width=0, bool right_justified=true, UChar separator=COMMA, bool force_sign=false, size_t decimals=NPOS, bool force_decimals=false, UChar decimal_dot=FULL_STOP, UChar pad=SPACE) const override | ts::FloatingPoint< FLOAT_T, PREC, type > | virtual |