Searched refs:ax (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/include_next/x/
H A Da.h2 enum { ax = 1 }; enumerator in enum:__anon3009
/external/syslinux/core/include/
H A Dlocalboot.h31 extern void local_boot(int16_t ax);
/external/trappy/tests/trappy/
H A Dpid_controller.py35 def plot_controller(self, title="", width=None, height=None, ax=None):
38 :param ax: Axis instance
39 :type ax: :mod:`matplotlib.Axis`
54 if not ax:
55 ax = trappy.plot_utils.pre_plot_setup(width, height)
57 self.data_frame[["output", "p", "i", "d"]].plot(ax=ax)
58 trappy.plot_utils.post_plot_setup(ax, title=title)
H A Dplot_utils.py60 def set_xlim(ax, xlim):
65 set_lim(xlim, ax.get_xlim, ax.set_xlim)
67 def set_ylim(ax, ylim):
72 set_lim(ylim, ax.get_ylim, ax.set_ylim)
102 def post_plot_setup(ax, title="", xlabel=None, ylabel=None, xlim="default",
113 ax.set_xlabel(xlabel)
116 ax.set_ylabel(ylabel)
119 ax
[all...]
H A Dthermal.py40 height=None, ylim="range", ax=None, legend_label="",
44 :param ax: Axis instance
45 :type ax: :mod:`matplotlib.Axis`
86 if not ax:
87 ax = pre_plot_setup(width, height)
91 (thermal_dfr["temp"] / 1000).plot(ax=ax, label=temp_label)
94 control_temperature.plot(ax=ax, color="y", linestyle="--",
98 post_plot_setup(ax, titl
[all...]
/external/trappy/trappy/
H A Dpid_controller.py35 def plot_controller(self, title="", width=None, height=None, ax=None):
38 :param ax: Axis instance
39 :type ax: :mod:`matplotlib.Axis`
54 if not ax:
55 ax = trappy.plot_utils.pre_plot_setup(width, height)
57 self.data_frame[["output", "p", "i", "d"]].plot(ax=ax)
58 trappy.plot_utils.post_plot_setup(ax, title=title)
H A Dplot_utils.py60 def set_xlim(ax, xlim):
65 set_lim(xlim, ax.get_xlim, ax.set_xlim)
67 def set_ylim(ax, ylim):
72 set_lim(ylim, ax.get_ylim, ax.set_ylim)
102 def post_plot_setup(ax, title="", xlabel=None, ylabel=None, xlim="default",
113 ax.set_xlabel(xlabel)
116 ax.set_ylabel(ylabel)
119 ax
[all...]
H A Dthermal.py40 height=None, ylim="range", ax=None, legend_label="",
44 :param ax: Axis instance
45 :type ax: :mod:`matplotlib.Axis`
86 if not ax:
87 ax = pre_plot_setup(width, height)
91 (thermal_dfr["temp"] / 1000).plot(ax=ax, label=temp_label)
94 control_temperature.plot(ax=ax, color="y", linestyle="--",
98 post_plot_setup(ax, titl
[all...]
/external/clang/test/Modules/
H A Dinclude_next.c8 _Static_assert(ax == 1, "");
/external/syslinux/core/
H A Dstrcpy.inc7 strcpy: push ax
12 pop ax
H A Dpxeboot.c24 __export void local_boot(uint16_t ax) argument
39 ireg.eax.w[0] = ax;
/external/strace/linux/metag/
H A Darch_regs.c2 unsigned long *const metag_sp_ptr = &metag_regs.ax[0][0];
/external/llvm/test/MC/X86/
H A Dintel-syntax-encoding.s4 xor ax, 12
11 or ax, 12
18 cmp ax, 12
28 add ax, -12
35 adc ax, -12
42 sbb ax, -12
49 cmp ax, -12
H A Dx86_64-rand-encoding.s3 // CHECK: rdrandw %ax
5 rdrand %ax
27 // CHECK: rdseedw %ax
29 rdseed %ax
H A Dimm-comments.s6 movw $32767, %ax
7 movw $-32768, %ax
20 # CHECK: movw $32767, %ax # imm = 0x7FFF
21 # CHECK: movw $-32768, %ax # imm = 0x8000
H A Dx86_64-imm-widths.s19 // CHECK: addw $0, %ax
21 addw $0x0000, %ax
23 // CHECK: addw $127, %ax
25 addw $0x007F, %ax
27 // CHECK: addw $65408, %ax
29 addw $0xFF80, %ax
31 // CHECK: addw $65535, %ax
33 addw $0xFFFF, %ax
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Ddskprefix.S28 .section ".prefix", "ax", @progbits
37 movw $BOOTSEG, %ax
38 movw %ax,%ds
39 movw %ax,%es
40 movw %ax,%ss /* put stack at BOOTSEG:0x4000-12. */
62 movw %ax,%es /* ax is BOOTSECT (loaded above) */
100 movw %ax, sectors
103 xchgw %cx,%ax /* cx = track and sector */
107 movw $0x0201, %ax /* servic
[all...]
H A Dpxeprefix.S26 .section ".prefix", "ax", @progbits
43 movw %cs, %ax
44 movw %ax, %ds
45 movw $0x40, %ax /* BIOS data segment access */
46 movw %ax, %fs
48 xorw %ax, %ax
49 movw %ax, %ss
79 movw $0x5650, %ax
82 cmpw $0x564e, %ax
[all...]
H A Dlibprefix.S61 pushw %ax
81 popw %ax
101 pushw %ax
109 popw %ax
119 * %ax : word to print
152 pushw %ax
160 popw %ax
168 * %ax : PCI bus:dev.fn to print
179 pushw %ax
198 popw %ax
[all...]
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dset_return_value_test.cc35 auto ax = builder.Add(alpha, x); local
36 auto aax = builder.Add(alpha, ax);
49 auto ax = builder.Add(alpha, x); local
50 auto aax = builder.Add(alpha, ax);
51 auto builder_status = builder.SetReturnValue(ax);
65 auto ax = builder.Add(alpha, x); local
66 auto aax = builder.Add(alpha, ax);
67 auto builder_status = builder.SetReturnValue(ax);
82 auto ax = builder.Add(alpha, x); local
83 auto aax = builder.Add(alpha, ax);
[all...]
/external/syslinux/dos/
H A Dint2526.S38 decw %ax /* AL = drive number (0 = A:) */
44 xorw %ax, %ax /* Error code: 0 = no error */
47 movzwl %ax, %eax
63 decw %ax /* AL = drive number (0 = A:) */
69 xorw %ax, %ax /* Error code: 0 = no error */
72 movzwl %ax, %eax
/external/llvm/test/MC/MachO/
H A Dx86_32-optimal_nop.s14 # xchg %ax,%ax
21 # nopl (%[re]ax)
31 # nopl 0(%[re]ax)
40 # nopl 0(%[re]ax,%[re]ax,1)
48 # nopw 0(%[re]ax,%[re]ax,1)
55 # nopl 0L(%[re]ax)
69 # nopl 0L(%[re]ax,
[all...]
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dx86_32-optimal_nop.s14 # xchg %ax,%ax
21 # nopl (%[re]ax)
31 # nopl 0(%[re]ax)
40 # nopl 0(%[re]ax,%[re]ax,1)
48 # nopw 0(%[re]ax,%[re]ax,1)
55 # nopl 0L(%[re]ax)
69 # nopl 0L(%[re]ax,
[all...]
/external/lisa/libs/utils/analysis/
H A Dtasks_analysis.py395 ax = axes
397 ax = axes[plot_idx]
398 ax.set_title(task_name)
401 ax = group.plot(y=['util_avg', 'min_cluster_cap'],
405 ax=ax)
406 ax.set_xlim(self._trace.x_min, self._trace.x_max)
407 ax.set_ylim(0, 1100)
408 ax.set_ylabel('util_avg')
409 ax
[all...]
/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86_64-imm-widths.s19 // CHECK: addw $0, %ax
21 addw $0x0000, %ax
23 // CHECK: addw $127, %ax
25 addw $0x007F, %ax
27 // CHECK: addw $65408, %ax
29 addw $0xFF80, %ax
31 // CHECK: addw $65535, %ax
33 addw $0xFFFF, %ax

Completed in 2739 milliseconds

1234567891011>>