bias | ghidra::FloatFormat | private |
calcPrecision(void) | ghidra::FloatFormat | private |
convertEncoding(uintb encoding, const FloatFormat *formin) const | ghidra::FloatFormat | |
createFloat(bool sign, uintb signif, int4 exp) | ghidra::FloatFormat | privatestatic |
decimal_precision | ghidra::FloatFormat | private |
denormalized enum value | ghidra::FloatFormat | |
exp_pos | ghidra::FloatFormat | private |
exp_size | ghidra::FloatFormat | private |
extractExponentCode(uintb x) const | ghidra::FloatFormat | |
extractExpSig(double x, bool *sgn, uintb *signif, int4 *exp) | ghidra::FloatFormat | privatestatic |
extractFractionalCode(uintb x) const | ghidra::FloatFormat | |
extractSign(uintb x) const | ghidra::FloatFormat | |
floatclass enum name | ghidra::FloatFormat | |
FloatFormat(void) | ghidra::FloatFormat | inline |
FloatFormat(int4 sz) | ghidra::FloatFormat | |
frac_pos | ghidra::FloatFormat | private |
frac_size | ghidra::FloatFormat | private |
getDecimalPrecision(void) const | ghidra::FloatFormat | inline |
getEncoding(double host) const | ghidra::FloatFormat | |
getHostFloat(uintb encoding, floatclass *type) const | ghidra::FloatFormat | |
getInfinityEncoding(bool sgn) const | ghidra::FloatFormat | private |
getNaNEncoding(bool sgn) const | ghidra::FloatFormat | private |
getSize(void) const | ghidra::FloatFormat | inline |
getZeroEncoding(bool sgn) const | ghidra::FloatFormat | private |
infinity enum value | ghidra::FloatFormat | |
jbitimplied | ghidra::FloatFormat | private |
maxexponent | ghidra::FloatFormat | private |
nan enum value | ghidra::FloatFormat | |
normalized enum value | ghidra::FloatFormat | |
opAbs(uintb a) const | ghidra::FloatFormat | |
opAdd(uintb a, uintb b) const | ghidra::FloatFormat | |
opCeil(uintb a) const | ghidra::FloatFormat | |
opDiv(uintb a, uintb b) const | ghidra::FloatFormat | |
opEqual(uintb a, uintb b) const | ghidra::FloatFormat | |
opFloat2Float(uintb a, const FloatFormat &outformat) const | ghidra::FloatFormat | |
opFloor(uintb a) const | ghidra::FloatFormat | |
opInt2Float(uintb a, int4 sizein) const | ghidra::FloatFormat | |
opLess(uintb a, uintb b) const | ghidra::FloatFormat | |
opLessEqual(uintb a, uintb b) const | ghidra::FloatFormat | |
opMult(uintb a, uintb b) const | ghidra::FloatFormat | |
opNan(uintb a) const | ghidra::FloatFormat | |
opNeg(uintb a) const | ghidra::FloatFormat | |
opNotEqual(uintb a, uintb b) const | ghidra::FloatFormat | |
opRound(uintb a) const | ghidra::FloatFormat | |
opSqrt(uintb a) const | ghidra::FloatFormat | |
opSub(uintb a, uintb b) const | ghidra::FloatFormat | |
opTrunc(uintb a, int4 sizeout) const | ghidra::FloatFormat | |
restoreXml(const Element *el) | ghidra::FloatFormat | |
roundToNearestEven(uintb &signif, int4 lowbitpos) | ghidra::FloatFormat | privatestatic |
saveXml(ostream &s) const | ghidra::FloatFormat | |
setExponentCode(uintb x, uintb code) const | ghidra::FloatFormat | private |
setFractionalCode(uintb x, uintb code) const | ghidra::FloatFormat | private |
setSign(uintb x, bool sign) const | ghidra::FloatFormat | private |
signbit_pos | ghidra::FloatFormat | private |
size | ghidra::FloatFormat | private |
zero enum value | ghidra::FloatFormat | |