Home
last modified time | relevance | path

Searched defs:ax (Results 1 – 25 of 5059) sorted by relevance

12345678910>>...203

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/jit/asm/_template_c/
H A Darith.c20 i64 Add_l(i64 ax) { in Add_l()
23 i64 Add_q(i64 ax) { in Add_q()
26 i64 Add(i64 ax) { in Add()
31 i64 Sub_l(i64 ax) { in Sub_l()
34 i64 Sub_q(i64 ax) { in Sub_q()
37 i64 Sub(i64 ax) { in Sub()
42 i64 Mul_l(i64 ax) { in Mul_l()
48 i64 Mul(i64 ax) { in Mul()
59 i64 Quo(i64 ax) { in Quo()
64 u64 QuoU(u64 ax) { in QuoU()
[all …]
H A Dbitwise.c20 i64 And_l_ax(u64 *ints, i64 ax) { in And_l_ax()
23 i64 And_q_ax(u64 *ints, i64 ax) { in And_q_ax()
26 i64 And_ax(u64 *ints, i64 ax) { in And_ax()
31 i64 Or_l_ax(u64 *ints, i64 ax) { in Or_l_ax()
34 i64 Or_q_ax(u64 *ints, i64 ax) { in Or_q_ax()
37 i64 Or_ax(u64 *ints, i64 ax) { in Or_ax()
42 i64 Xor_l_ax(u64 *ints, i64 ax) { in Xor_l_ax()
45 i64 Xor_q_ax(u64 *ints, i64 ax) { in Xor_q_ax()
48 i64 Xor_ax(u64 *ints, i64 ax) { in Xor_ax()
54 i64 Andnot_l_ax(u64 *ints, i64 ax) { in Andnot_l_ax()
[all …]
/dports/math/py-unyt/unyt-2.8.0/unyt/tests/
H A Dtest_mpl_interface.py20 def ax(): function
31 def test_label(ax): argument
44 def test_convert_unit(ax): argument
71 def test_dimensionless(ax): argument
96 def test_ndarray_label(ax): argument
108 def test_list_label(ax): argument
120 def test_errorbar(ax): argument
134 def test_hist2d(ax): argument
141 def test_imshow(ax): argument
147 def test_hist(ax): argument
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/ticks_and_spines/
H A Dtick-locators.py15 def setup(ax): argument
34 ax = plt.subplot(n, 1, 1) variable
41 ax = plt.subplot(n, 1, 2) variable
49 ax = plt.subplot(n, 1, 3) variable
59 ax = plt.subplot(n, 1, 4) variable
67 ax = plt.subplot(n, 1, 5) variable
75 ax = plt.subplot(n, 1, 6) variable
82 ax = plt.subplot(n, 1, 7) variable
89 ax = plt.subplot(n, 1, 8) variable
H A Dspine_placement_demo.py18 ax = fig.add_subplot(2, 2, 1) variable
30 ax = fig.add_subplot(2, 2, 2) variable
42 ax = fig.add_subplot(2, 2, 3) variable
54 ax = fig.add_subplot(2, 2, 4) variable
70 def adjust_spines(ax, spines): argument
100 ax = fig.add_subplot(2, 2, 1) variable
104 ax = fig.add_subplot(2, 2, 2) variable
108 ax = fig.add_subplot(2, 2, 3) variable
112 ax = fig.add_subplot(2, 2, 4) variable
H A Dtick-formatters.py15 def setup(ax): argument
32 ax = fig.add_subplot(n, 1, 1) variable
41 ax = fig.add_subplot(n, 1, 2) variable
60 ax = fig.add_subplot(n, 1, 3) variable
70 ax = fig.add_subplot(n, 1, 4) variable
79 ax = fig.add_subplot(n, 1, 5) variable
87 ax = fig.add_subplot(n, 1, 6) variable
96 ax = fig.add_subplot(n, 1, 7) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/ticks_and_spines/
H A Dtick-locators.py15 def setup(ax): argument
34 ax = plt.subplot(n, 1, 1) variable
41 ax = plt.subplot(n, 1, 2) variable
49 ax = plt.subplot(n, 1, 3) variable
59 ax = plt.subplot(n, 1, 4) variable
67 ax = plt.subplot(n, 1, 5) variable
75 ax = plt.subplot(n, 1, 6) variable
82 ax = plt.subplot(n, 1, 7) variable
89 ax = plt.subplot(n, 1, 8) variable
H A Dspine_placement_demo.py18 ax = fig.add_subplot(2, 2, 1) variable
30 ax = fig.add_subplot(2, 2, 2) variable
42 ax = fig.add_subplot(2, 2, 3) variable
54 ax = fig.add_subplot(2, 2, 4) variable
70 def adjust_spines(ax, spines): argument
100 ax = fig.add_subplot(2, 2, 1) variable
104 ax = fig.add_subplot(2, 2, 2) variable
108 ax = fig.add_subplot(2, 2, 3) variable
112 ax = fig.add_subplot(2, 2, 4) variable
H A Dtick-formatters.py15 def setup(ax): argument
32 ax = fig.add_subplot(n, 1, 1) variable
41 ax = fig.add_subplot(n, 1, 2) variable
60 ax = fig.add_subplot(n, 1, 3) variable
70 ax = fig.add_subplot(n, 1, 4) variable
79 ax = fig.add_subplot(n, 1, 5) variable
87 ax = fig.add_subplot(n, 1, 6) variable
96 ax = fig.add_subplot(n, 1, 7) variable
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/ticks_and_spines/
H A Dspine_placement_demo.py21 ax = fig.add_subplot(2, 2, 1) variable
31 ax = fig.add_subplot(2, 2, 2) variable
41 ax = fig.add_subplot(2, 2, 3) variable
51 ax = fig.add_subplot(2, 2, 4) variable
65 def adjust_spines(ax, spines): argument
94 ax = fig.add_subplot(2, 2, 1) variable
98 ax = fig.add_subplot(2, 2, 2) variable
102 ax = fig.add_subplot(2, 2, 3) variable
106 ax = fig.add_subplot(2, 2, 4) variable
/dports/math/py-matplotlib/matplotlib-3.4.3/tutorials/intermediate/
H A Dautoscale.py21 fig, ax = plt.subplots() variable
34 fig, ax = plt.subplots() variable
45 fig, ax = plt.subplots() variable
60 fig, ax = plt.subplots(ncols=2, figsize=(12, 8)) variable
78 fig, ax = plt.subplots(ncols=3, figsize=(16, 10)) variable
104 fig, ax = plt.subplots(ncols=2, figsize=(12, 8)) variable
121 fig, ax = plt.subplots(ncols=2, figsize=(12, 8)) variable
148 fig, ax = plt.subplots() variable
165 fig, ax = plt.subplots() variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/userdemo/
H A Dsimple_annotate01.py16 ax = axs.flat[0] variable
24 ax = axs.flat[2] variable
34 ax = axs.flat[3] variable
42 ax = axs.flat[4] variable
52 ax = axs.flat[5] variable
64 ax = axs.flat[6] variable
75 ax = axs.flat[7] variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/userdemo/
H A Dsimple_annotate01.py16 ax = axs.flat[0] variable
24 ax = axs.flat[2] variable
34 ax = axs.flat[3] variable
42 ax = axs.flat[4] variable
52 ax = axs.flat[5] variable
64 ax = axs.flat[6] variable
75 ax = axs.flat[7] variable
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/userdemo/
H A Dsimple_annotate01.py16 ax = axs.flat[0] variable
25 ax = axs.flat[2] variable
35 ax = axs.flat[3] variable
44 ax = axs.flat[4] variable
53 ax = axs.flat[5] variable
65 ax = axs.flat[6] variable
76 ax = axs.flat[7] variable
/dports/math/py-matplotlib/matplotlib-3.4.3/tutorials/introductory/
H A Dlifecycle.py88 fig, ax = plt.subplots() variable
93 fig, ax = plt.subplots() variable
114 fig, ax = plt.subplots() variable
129 fig, ax = plt.subplots() variable
138 fig, ax = plt.subplots() variable
153 fig, ax = plt.subplots() variable
163 fig, ax = plt.subplots() variable
181 fig, ax = plt.subplots(figsize=(8, 4)) variable
213 fig, ax = plt.subplots(figsize=(6, 8)) variable
230 fig, ax = plt.subplots(figsize=(8, 8)) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/tutorials/introductory/
H A Dlifecycle.py90 fig, ax = plt.subplots() variable
95 fig, ax = plt.subplots() variable
116 fig, ax = plt.subplots() variable
131 fig, ax = plt.subplots() variable
140 fig, ax = plt.subplots() variable
155 fig, ax = plt.subplots() variable
165 fig, ax = plt.subplots() variable
183 fig, ax = plt.subplots(figsize=(8, 4)) variable
212 fig, ax = plt.subplots(figsize=(6, 8)) variable
229 fig, ax = plt.subplots(figsize=(8, 8)) variable
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/examples/
H A Dex_regressionplots.py59 ax = fig2.add_subplot(2,1,1) variable
63 ax = fig2.add_subplot(2,1,2) variable
67 ax = fig3.add_subplot(2,1,1) variable
71 ax = fig3.add_subplot(2,1,2) variable
75 ax = fig4.add_subplot(2,1,1) variable
79 ax = fig4.add_subplot(2,1,2) variable
84 ax = fig5.add_subplot(2,1,1) variable
92 ax = fig5.add_subplot(2,1,2) variable
102 ax = fig6.add_subplot(2,1,1) variable
130 ax = fig1.axes[0] variable
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap_test.py31 def ax(): function
37 def test_cells_positions(ax, tuple_keys): argument
55 def test_two_qubit_heatmap(ax): argument
74 def test_two_qubit_nearest_neighbor(ax): argument
88 def test_cell_colors(ax, colormap_name): argument
115 def test_default_annotation(ax): argument
137 def test_annotation_position_and_content(ax, format_string): argument
157 def test_annotation_map(ax): argument
183 def test_non_float_values(ax, format_string): argument
262 def test_colorbar(ax, position, size, pad): argument
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/vis/
H A Dheatmap_test.py31 def ax(): function
37 def test_cells_positions(ax, tuple_keys): argument
55 def test_two_qubit_heatmap(ax): argument
74 def test_two_qubit_nearest_neighbor(ax): argument
88 def test_cell_colors(ax, colormap_name): argument
115 def test_default_annotation(ax): argument
137 def test_annotation_position_and_content(ax, format_string): argument
157 def test_annotation_map(ax): argument
183 def test_non_float_values(ax, format_string): argument
262 def test_colorbar(ax, position, size, pad): argument
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap_test.py31 def ax(): function
37 def test_cells_positions(ax, tuple_keys): argument
55 def test_two_qubit_heatmap(ax): argument
74 def test_two_qubit_nearest_neighbor(ax): argument
88 def test_cell_colors(ax, colormap_name): argument
115 def test_default_annotation(ax): argument
137 def test_annotation_position_and_content(ax, format_string): argument
157 def test_annotation_map(ax): argument
183 def test_non_float_values(ax, format_string): argument
262 def test_colorbar(ax, position, size, pad): argument
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/vis/
H A Dheatmap_test.py31 def ax(): function
37 def test_cells_positions(ax, tuple_keys): argument
55 def test_two_qubit_heatmap(ax): argument
74 def test_two_qubit_nearest_neighbor(ax): argument
88 def test_cell_colors(ax, colormap_name): argument
115 def test_default_annotation(ax): argument
137 def test_annotation_position_and_content(ax, format_string): argument
157 def test_annotation_map(ax): argument
183 def test_non_float_values(ax, format_string): argument
262 def test_colorbar(ax, position, size, pad): argument
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/vis/
H A Dheatmap_test.py31 def ax(): function
37 def test_cells_positions(ax, tuple_keys): argument
55 def test_two_qubit_heatmap(ax): argument
74 def test_two_qubit_nearest_neighbor(ax): argument
88 def test_cell_colors(ax, colormap_name): argument
115 def test_default_annotation(ax): argument
137 def test_annotation_position_and_content(ax, format_string): argument
157 def test_annotation_map(ax): argument
183 def test_non_float_values(ax, format_string): argument
262 def test_colorbar(ax, position, size, pad): argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dax-gdb.c368 gen_extend (struct agent_expr *ax, struct type *type) in gen_extend()
380 gen_fetch (struct agent_expr *ax, struct type *type) in gen_fetch()
438 gen_left_shift (struct agent_expr *ax, int distance) in gen_left_shift()
459 gen_frame_args_address (struct agent_expr *ax) in gen_frame_args_address()
473 gen_frame_locals_address (struct agent_expr *ax) in gen_frame_locals_address()
490 gen_offset (struct agent_expr *ax, int offset) in gen_offset()
807 struct agent_expr *ax = new_agent_expr (0); in is_nontrivial_conversion() local
956 gen_add (struct agent_expr *ax, struct axs_value *value, in gen_add()
1003 gen_sub (struct agent_expr *ax, struct axs_value *value, in gen_sub()
1730 struct agent_expr *ax = new_agent_expr (0); in expr_to_agent() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dax-gdb.c368 gen_extend (struct agent_expr *ax, struct type *type) in gen_extend()
380 gen_fetch (struct agent_expr *ax, struct type *type) in gen_fetch()
438 gen_left_shift (struct agent_expr *ax, int distance) in gen_left_shift()
459 gen_frame_args_address (struct agent_expr *ax) in gen_frame_args_address()
473 gen_frame_locals_address (struct agent_expr *ax) in gen_frame_locals_address()
490 gen_offset (struct agent_expr *ax, int offset) in gen_offset()
807 struct agent_expr *ax = new_agent_expr (0); in is_nontrivial_conversion() local
956 gen_add (struct agent_expr *ax, struct axs_value *value, in gen_add()
1003 gen_sub (struct agent_expr *ax, struct axs_value *value, in gen_sub()
1730 struct agent_expr *ax = new_agent_expr (0); in expr_to_agent() local
[all …]
/dports/devel/dev86/dev86-0.16.20/libc/misc/
H A Dcputype.c152 ; fstsw ax variable
182 pop ax ; For 286, ah can only be 0xFF variable
198 ; mov ax,#$7000 variable
199 ; push ax variable
202 ; pop ax variable
204 ; and ax,#$7000 variable
229 mov ax,#1 variable
325 ; push ax variable
326 ; mov ax,cs variable
327 ; cmp 4[bp],ax variable
[all …]

12345678910>>...203