Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/perf/pmu-events/
A Dmetric.py85 if isinstance(val, (int, float)):
110 rhs: Union[int, float, Expression]):
205 def __init__(self, true_val: Union[int, float, Expression], argument
206 cond: Union[int, float, Expression],
207 false_val: Union[int, float, Expression]):
254 lhs: Union[int, float, Expression], argument
332 def __init__(self, value: Union[float, str]): argument
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
392 def d_ratio(lhs: Union[int, float, Expression], argument
[all …]
/linux-6.3-rc2/tools/perf/Documentation/
A Dtopdown.txt174 #define TOPDOWN_RETIRING(val) ((float)GET_METRIC(val, 0) / 0xff)
175 #define TOPDOWN_BAD_SPEC(val) ((float)GET_METRIC(val, 1) / 0xff)
176 #define TOPDOWN_FE_BOUND(val) ((float)GET_METRIC(val, 2) / 0xff)
225 retiring_ratio = (float)retiring_slots / slots_delta
226 bad_spec_ratio = (float)bad_spec_slots / slots_delta
227 fe_bound_ratio = (float)fe_bound_slots / slots_delta
228 be_bound_ratio = (float)be_bound_slots / slota_delta
253 heavy_ops_ratio = (float)heavy_ops_slots / slots_delta
256 br_mispredict_ratio = (float)br_mispredict_slots / slots_delta
259 fetch_lat_ratio = (float)fetch_lat_slots / slots_delta
[all …]
/linux-6.3-rc2/tools/perf/scripts/python/
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…
A Dsched-migration.py286 load_rate = rq.load() / float(slice.total_load)
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
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-6.3-rc2/arch/mips/loongson64/
A DPlatform14 # support being enabled alongside -msoft-float. Thus explicitly disable MMI.
/linux-6.3-rc2/scripts/
A Dshow_delta105 base_time = float(base_str)
/linux-6.3-rc2/tools/perf/tests/shell/lib/
A Dperf_json_output_lint.py26 float(num)
/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/
A Datmel,ebi.txt68 "optimized" the data float time is optimized
71 current device data float time).
/linux-6.3-rc2/arch/arm/nwfpe/
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-6.3-rc2/arch/mips/loongson2ef/
A DPlatform37 # support being enabled alongside -msoft-float. Thus explicitly disable MMI.
/linux-6.3-rc2/arch/arm/boot/dts/
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
A Dnuvoton-common-npcm7xx.dtsi22 /* external reference clock for cpu. float in normal operation */
30 /* external reference clock for MC. float in normal operation */
/linux-6.3-rc2/tools/power/pm-graph/
A Dsleepgraph.py545 self.dmesgstart = float(ktime)
558 ktime = float(m.group('ktime'))
1554 t = float(m.group('ktime'))
2273 self.time = float(t)
2815 sortdict[item] = (-1*float(dev['start']), float(dev['end']) - float(dev['start']))
2818 sortdict[item] = (float(dev['end']) - float(dev['start']), item.dev['name'])
3367 t = float(info[0])
4008 ktime = float(val)
4320 tVal = [float(data['suspend']), float(data['resume'])]
4546 rate = '%d/%d (%.2f%%)' % (testtotal, total, 100*float(testtotal)/float(total))
[all …]
A Dbootgraph.py330 ktime = float(m.group('ktime'))
403 t = float(m_time)
/linux-6.3-rc2/tools/cgroup/
A Diocost_coef_gen.py36 parser.add_argument('--testfile-size-gb', type=float, metavar='GIGABYTES', default=16,
A Diocost_monitor.py30 parser.add_argument('--interval', '-i', metavar='SECONDS', type=float, default=1,
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dgroup_descr.rst14 the inode table (i.e. they can float). This means that within a block
/linux-6.3-rc2/tools/kvm/kvm_stat/
A Dkvm_stat1319 values.value * 100 / float(ltotal), cur))
1430 delay = float(val)
1771 type=float,
/linux-6.3-rc2/Documentation/arm/
A Dkernel_mode_neon.rst97 As the kernel is compiled with '-msoft-float', the above will guarantee that
/linux-6.3-rc2/tools/testing/kunit/
A Dkunit.py37 elapsed_time: float
/linux-6.3-rc2/Documentation/arm/pxa/
A Dmfp.rst269 selection of 1, driving strength of 0b101, and a float state in low power
/linux-6.3-rc2/Documentation/devicetree/bindings/input/
A Diqs269a.yaml265 azoteq,rx-float-inactive:
/linux-6.3-rc2/security/
A DKconfig.hardening127 repeating for all types and padding except float and double
/linux-6.3-rc2/Documentation/bpf/
A Dbtf.rst475 * ``size``: the size of the float type in bytes: 2, 4, 8, 12 or 16.
526 int, ptr, array, struct, union, enum, func_proto and float types.

Completed in 50 milliseconds

12