Home
last modified time | relevance | path

Searched refs:ToLongString (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_BigNumberAccelerator.cs53 public static string ToLongString(this BigInteger bi, int width) in ToLongString() method in Antmicro.Renode.Peripherals.Miscellaneous.BigIntegerHelpers
127 return core.GetWideRegister(number, special).ToLongString(32); in GetWideRegister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs1069 return underlyingValue.ToLongString(ByteArrayLength); in ToString()