Lines Matching refs:str
39 def hex_to_int(val: str) -> int:
48 def quote_str(val: str) -> str:
78 def hex_digits_max_int(val: str, bits_in_limb: int) -> int:
87 def zfill_match(reference: str, target: str) -> str:
118 input_values = INPUTS_DEFAULT # type: List[str]
122 input_styles = ["variable", "fixed", "arch_split"] # type: List[str]
123 input_style = "variable" # type: str
129 def __init__(self, val_a: str, val_b: str = "0", bits_in_limb: int = 32) -> None:
163 def format_arg(self, val: str) -> str:
171 def format_result(self, res: int) -> str:
176 def arg_a(self) -> str:
180 def arg_b(self) -> str:
185 def arguments(self) -> List[str]:
191 def description(self) -> str:
215 def result(self) -> List[str]:
224 def get_value_pairs(cls) -> Iterator[Tuple[str, str]]:
276 def symbol(self) -> str:
289 moduli = MODULI_DEFAULT # type: List[str]
293 def __init__(self, val_n: str, val_a: str, val_b: str = "0",
323 def arg_a(self) -> str:
331 def arg_n(self) -> str:
334 def format_arg(self, val: str) -> str:
337 def arguments(self) -> List[str]:
363 def description(self) -> str: