Lines Matching refs:str
50 def __init__(self, input_hex: str, descr: str, count: int) -> None: argument
56 def arguments(self) -> List[str]:
58 str(self.shift_count),
61 def description(self) -> str:
87 bitsize: int, descr: str, window_size: int) -> None: argument
92 def arguments(self) -> List[str]:
93 return [str(self.bitsize), str(self.window_size)]
95 def description(self) -> str:
119 def result(self) -> List[str]:
126 str(carry)
138 def result(self) -> List[str]:
147 str(carry)
178 def __init__(self, val_a: str, val_b: str, val_s: str) -> None: argument
185 def arguments(self) -> List[str]:
192 def description(self) -> str:
200 def result(self) -> List[str]:
215 def get_value_pairs(cls) -> Iterator[Tuple[str, str]]:
577 self, val_a: str, val_b: str, val_n: str, case_description: str = "" argument
599 def arguments(self) -> List[str]:
601 str(self.limbs_an4), str(self.limbs_b4),
602 str(self.limbs_an8), str(self.limbs_b8),
608 def description(self) -> str:
621 def result(self) -> List[str]:
762 def result(self) -> List[str]:
799 def arg_b(self) -> str:
802 def result(self) -> List[str]:
810 str(-borrow)
823 def result(self) -> List[str]:
825 return [str(result)]