Searched defs:float (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/perf/pmu-events/ |
D | metric.py | 35 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 38 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 41 def __xor__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 44 def __and__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 47 def __rand__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 50 def __lt__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 53 def __gt__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 56 def __add__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 59 def __radd__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 62 def __sub__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument [all …]
|
/linux-6.12.1/tools/perf/tests/shell/lib/ |
D | perf_metric_validation.py | 11 …def __init__(self, metric: list[str], wl: str, value: list[float], low: float, up=float('nan'), de…
|