Home
last modified time | relevance | path

Searched defs:float (Results 1 – 2 of 2) sorted by relevance

/tools/perf/pmu-events/
A Dmetric.py35 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
38 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
50 def __lt__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
84 def _Constify(val: Union[bool, int, float, Expression]) -> Expression: argument
115 def __init__(self, operator: str, lhs: Union[int, float, Expression], argument
211 def __init__(self, true_val: Union[int, float, Expression], argument
260 lhs: Union[int, float, Expression], argument
338 def __init__(self, value: Union[float, str]):
384 def min(lhs: Union[int, float, Expression], rhs: Union[int, float, argument
391 def max(lhs: Union[int, float, Expression], rhs: Union[int, float, argument
[all …]
/tools/perf/tests/shell/lib/
A Dperf_metric_validation.py11 …def __init__(self, metric: list[str], wl: str, value: list[float], low: float, up=float('nan'), de…

Completed in 11 milliseconds