|
yosys-master
|
Include dependency graph for BigIntegerUtils.hh:
This graph shows which files directly or indirectly include this file: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.
Here is the call graph for this function:
Here is the caller graph for this function:| std::string bigUnsignedToString | ( | const BigUnsigned & | x | ) |
Definition at line 4 of file BigIntegerUtils.cc.
Here is the caller graph for this function:| 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.
Here is the call graph for this function:| BigInteger stringToBigInteger | ( | const std::string & | s | ) |
Definition at line 18 of file BigIntegerUtils.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| BigUnsigned stringToBigUnsigned | ( | const std::string & | s | ) |
Definition at line 14 of file BigIntegerUtils.cc.
Here is the caller graph for this function: