yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
BigInteger.cc File Reference
#include "BigInteger.hh"
+ Include dependency graph for BigInteger.cc:

Go to the source code of this file.

Macros

#define DTRT_ALIASED(cond, op)
 

Functions

template<class X >
X convertBigUnsignedToPrimitiveAccess (const BigUnsigned &a)
 

Macro Definition Documentation

#define DTRT_ALIASED (   cond,
  op 
)
Value:
if (cond) { \
BigInteger tmpThis; \
tmpThis.op; \
*this = tmpThis; \
return; \
}

Definition at line 161 of file BigInteger.cc.

Function Documentation

template<class X >
X convertBigUnsignedToPrimitiveAccess ( const BigUnsigned a)
inline

Definition at line 88 of file BigInteger.cc.

88  {
89  return a.convertToPrimitive<X>();
90 }
X convertToPrimitive() const
Definition: BigUnsigned.hh:387
#define X(_item)

+ Here is the call graph for this function: