Home
last modified time | relevance | path

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

/linux-6.3-rc2/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
47 def __lt__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
81 def _Constify(val: Union[bool, int, float, Expression]) -> Expression: argument
109 def __init__(self, operator: str, lhs: Union[int, float, Expression], argument
205 def __init__(self, true_val: Union[int, float, Expression], argument
254 lhs: Union[int, float, Expression], argument
332 def __init__(self, value: Union[float, str]):
378 def min(lhs: Union[int, float, Expression], rhs: Union[int, float, argument
385 def max(lhs: Union[int, float, Expression], rhs: Union[int, float, argument
[all …]

Completed in 8 milliseconds