Home
last modified time | relevance | path

Searched refs:float (Results 1 – 25 of 39) sorted by relevance

12

/linux/tools/perf/pmu-events/
H A Dmetric.py88 if isinstance(val, (int, float)):
116 rhs: Union[int, float, Expression]):
211 def __init__(self, true_val: Union[int, float, Expression], argument
212 cond: Union[int, float, Expression],
213 false_val: Union[int, float, Expression]):
260 lhs: Union[int, float, Expression], argument
338 def __init__(self, value: Union[float, str]): argument
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
398 def d_ratio(lhs: Union[int, float, Expression], argument
[all …]
/linux/tools/perf/Documentation/
H A Dtopdown.txt163 #define TOPDOWN_RETIRING(val) ((float)GET_METRIC(val, 0) / 0xff)
164 #define TOPDOWN_BAD_SPEC(val) ((float)GET_METRIC(val, 1) / 0xff)
165 #define TOPDOWN_FE_BOUND(val) ((float)GET_METRIC(val, 2) / 0xff)
214 retiring_ratio = (float)retiring_slots / slots_delta
215 bad_spec_ratio = (float)bad_spec_slots / slots_delta
216 fe_bound_ratio = (float)fe_bound_slots / slots_delta
217 be_bound_ratio = (float)be_bound_slots / slota_delta
242 heavy_ops_ratio = (float)heavy_ops_slots / slots_delta
245 br_mispredict_ratio = (float)br_mispredict_slots / slots_delta
248 fetch_lat_ratio = (float)fetch_lat_slots / slots_delta
[all …]
/linux/tools/net/sunrpc/xdrgen/grammars/
H A Dxdr.lark26 | float
41 float : "float"
/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py11 …def __init__(self, metric: list[str], wl: str, value: list[float], low: float, up=float('nan'), de… argument
115 if isinstance(bound, int) or isinstance(bound, float):
119 val = float("inf")
125 val = float(bound)
133 lbv = get_bound_value(lb, float('inf'), ridx)
156 results.append(float(name))
373 metricvalues[name.lower()] = float(result["metric-value"])
H A Dperf_json_output_lint.py29 float(num)
/linux/tools/perf/scripts/python/
H A Dstat-cpi.py61 cpi = cyc/float(ins)
63 …print("%15f: cpu %d, thread %d -> cpi %f (%d/%d)" % (time/(float(1000000000)), cpu, thread, cpi, c…
H A Dgecko.py43 Milliseconds = float
H A Dparallel-perf.py953 …ap.add_argument("-i", "--interval", type=float, default=0, help="subdivide the time range using th…
955 …ap.add_argument("-m", "--min-interval", type=float, default=glb_min_interval, help=f"minimum inter…
/linux/Documentation/core-api/
H A Dfloating-point.rst7 instructions, including the C float and double data types. This rule reduces
44 CC_FLAGS_FPU := -mhard-float
48 CC_FLAGS_NO_FPU := -msoft-float
/linux/Documentation/devicetree/bindings/clock/
H A Dnuvoton,npcm750-clk.txt50 /* external reference clock for cpu. float in normal operation */
58 /* external reference clock for MC. float in normal operation */
/linux/scripts/
H A Dshow_delta105 base_time = float(base_str)
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Datmel,ebi.txt68 "optimized" the data float time is optimized
71 current device data float time).
/linux/Documentation/devicetree/bindings/sound/
H A Dti,tlv320adc3xxx.yaml93 float.
103 float.
/linux/arch/arm/nwfpe/
H A DChangeLog24 * Since 128-bit float requires the FPA11 structure to change
25 size, it has been removed. 128-bit float is currently unused,
/linux/tools/workqueue/
H A Dwq_monitor.py48 parser.add_argument('-i', '--interval', metavar='SECS', type=float, default=1,
/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa3xx.dtsi87 * used in parentheses for don't-care values. Except for the float output,
99 * Z (float) 1 X(0) 0 0 0
/linux/tools/writeback/
H A Dwb_monitor.py36 parser.add_argument('-i', '--interval', metavar='SECS', type=float, default=1,
/linux/tools/power/pm-graph/
H A Dsleepgraph.py546 self.dmesgstart = float(ktime)
559 ktime = float(m.group('ktime'))
1572 t = float(m.group('ktime'))
2293 self.time = float(t)
2835 sortdict[item] = (-1*float(dev['start']), float(dev['end']) - float(dev['start']))
2838 sortdict[item] = (float(dev['end']) - float(dev['start']), item.dev['name'])
3387 t = float(info[0])
4028 ktime = float(val)
4342 tVal = [float(data['suspend']), float(data['resume'])]
4569 rate = '%d/%d (%.2f%%)' % (testtotal, total, 100*float(testtotal)/float(total))
[all …]
/linux/tools/cgroup/
H A Diocost_coef_gen.py36 parser.add_argument('--testfile-size-gb', type=float, metavar='GIGABYTES', default=16,
H A Diocost_monitor.py30 parser.add_argument('--interval', '-i', metavar='SECONDS', type=float, default=1,
/linux/Documentation/sphinx-static/
H A Dcustom.css104 float: right;
/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst14 the inode table (i.e. they can float). This means that within a block
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat1319 values.value * 100 / float(ltotal), cur))
1430 delay = float(val)
1771 type=float,
/linux/Documentation/arch/arm/
H A Dkernel_mode_neon.rst97 As the kernel is compiled with '-msoft-float', the above will guarantee that
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-common-npcm7xx.dtsi22 /* external reference clock for cpu. float in normal operation */
30 /* external reference clock for MC. float in normal operation */

12