yosys-master
|
Go to the source code of this file.
Functions | |
std::string | bigUnsignedToString (const BigUnsigned &x) |
std::string | bigIntegerToString (const BigInteger &x) |
BigUnsigned | stringToBigUnsigned (const std::string &s) |
BigInteger | stringToBigInteger (const std::string &s) |
template<class T > | |
BigInteger | dataToBigInteger (const T *data, BigInteger::Index length, BigInteger::Sign sign) |
std::ostream & | operator<< (std::ostream &os, const BigUnsigned &x) |
std::ostream & | operator<< (std::ostream &os, const BigInteger &x) |
std::string bigIntegerToString | ( | const BigInteger & | x | ) |
Definition at line 8 of file BigIntegerUtils.cc.
std::string bigUnsignedToString | ( | const BigUnsigned & | x | ) |
Definition at line 4 of file BigIntegerUtils.cc.
BigInteger dataToBigInteger | ( | const T * | data, |
BigInteger::Index | length, | ||
BigInteger::Sign | sign | ||
) |
Definition at line 45 of file BigIntegerUtils.hh.
std::ostream& operator<< | ( | std::ostream & | os, |
const BigUnsigned & | x | ||
) |
Definition at line 25 of file BigIntegerUtils.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const BigInteger & | x | ||
) |
Definition at line 45 of file BigIntegerUtils.cc.
BigInteger stringToBigInteger | ( | const std::string & | s | ) |
Definition at line 18 of file BigIntegerUtils.cc.
BigUnsigned stringToBigUnsigned | ( | const std::string & | s | ) |
Definition at line 14 of file BigIntegerUtils.cc.