Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 1394) sorted by relevance

12345678910>>...56

/llvm-project/lld/test/ELF/
H A Dicf-many-sections.s7 .macro gen_sections4 z argument
14 .macro gen_sections8 z argument
19 .macro gen_sections16 z argument
29 .macro gen_sections64 z argument
34 .macro gen_sections128 z argument
39 .macro gen_sections256 z argument
44 .macro gen_sections512 z argument
49 .macro gen_sections1024 z argument
54 .macro gen_sections2048 z argument
/llvm-project/flang/test/Lower/Intrinsics/
H A Ddot_product.f909 subroutine dot_prod_int_default (x, y, z) argument
11 integer, dimension(1:) :: z local
22 subroutine dot_prod_int_kind_1 (x, y, z) argument
24 integer(kind=1), dimension(1:) :: z local
35 subroutine dot_prod_int_kind_2 (x, y, z) argument
37 integer(kind=2), dimension(1:) :: z global() local
48 dot_prod_int_kind_4(x, y, z) global() argument
50 integer(kind=4), dimension(1:) :: z global() local
61 dot_prod_int_kind_8(x, y, z) global() argument
63 integer(kind=8), dimension(1:) :: z global() local
74 dot_prod_int_kind_16(x, y, z) global() argument
76 integer(kind=16), dimension(1:) :: z global() local
87 dot_prod_real_kind_default(x, y, z) global() argument
89 real, dimension(1:) :: z global() local
100 dot_prod_real_kind_4(x, y, z) global() argument
102 real(kind=4), dimension(1:) :: z global() local
113 dot_prod_real_kind_8(x, y, z) global() argument
115 real(kind=8), dimension(1:) :: z global() local
126 dot_prod_real_kind_10(x, y, z) global() argument
128 real(kind=10), dimension(1:) :: z global() local
139 dot_prod_real_kind_16(x, y, z) global() argument
141 real(kind=16), dimension(1:) :: z global() local
152 dot_prod_double_default(x, y, z) global() argument
154 double precision, dimension(1:) :: z global() local
165 dot_prod_complex_default(x, y, z) global() argument
167 complex, dimension(1:) :: z global() local
180 dot_prod_complex_kind_4(x, y, z) global() argument
182 complex(kind=4), dimension(1:) :: z global() local
195 dot_prod_complex_kind_8(x, y, z) global() argument
197 complex(kind=8), dimension(1:) :: z global() local
210 dot_prod_complex_kind_10(x, y, z) global() argument
212 complex(kind=10), dimension(1:) :: z global() local
225 dot_prod_complex_kind_16(x, y, z) global() argument
227 complex(kind=16), dimension(1:) :: z global() local
240 dot_prod_logical(x, y, z) global() argument
242 logical, dimension(1:) :: z global() local
253 dot_product_mixed_int_real(x, y, z) global() argument
255 real, dimension(1:) :: y, z global() local
266 dot_product_mixed_int_complex(x, y, z) global() argument
268 complex, dimension(1:) :: y, z global() local
281 dot_product_mixed_real_complex(x, y, z) global() argument
283 complex, dimension(1:) :: y, z global() local
[all...]
/llvm-project/clang/test/CodeGen/
H A Dlibcalls-complex.c15 double test_creal(double _Complex z) { in test_creal()
21 long double test_creall(double _Complex z) { in test_creall()
27 float test_crealf(double _Complex z) { in test_crealf()
33 double test_cimag(double _Complex z) { in test_cimag()
39 long double test_cimagl(double _Complex z) { in test_cimagl()
45 float test_cimagf(double _Complex z) { in test_cimagf()
H A Dbuiltins-multiprecision.c6 unsigned char carryin, unsigned char *z) { in test_addcb()
25 unsigned short carryin, unsigned short *z) { in test_addcs()
43 unsigned test_addc(unsigned x, unsigned y, unsigned carryin, unsigned *z) { in test_addc()
61 unsigned long carryin, unsigned long *z) { in test_addcl()
81 unsigned long long *z) { in test_addcll()
99 unsigned char carryin, unsigned char *z) { in test_subcb()
118 unsigned short carryin, unsigned short *z) { in test_subcs()
136 unsigned test_subc(unsigned x, unsigned y, unsigned carryin, unsigned *z) { in test_subc()
154 unsigned long carryin, unsigned long *z) { in test_subcl()
173 unsigned long long *z) { in test_subcll()
/llvm-project/flang/test/Lower/
H A Dpower-operator.f9012 subroutine pow_r4_i4(x, y, z) argument
13 real :: x, z local
20 subroutine pow_r4_r4(x, y, z) argument
21 real :: x, z, y local
27 subroutine pow_r4_i8(x, y, z) argument
28 real :: x, z local
35 subroutine pow_r8_i4(x, y, z) argument
36 real(8) :: x, z local
43 subroutine pow_r8_i8(x, y, z) argument
44 real(8) :: x, z local
[all …]
H A Dtrigonometric-intrinsics.f9021 subroutine tan_testc(z) argument
22 complex :: z local
28 subroutine tan_testcd(z) argument
29 complex(kind=8) :: z local
49 subroutine atan_testc(z) argument
50 complex :: z local
56 atan_testcd(z) global() argument
57 complex(kind=8) :: z global() local
77 cos_testc(z) global() argument
78 complex :: z global() local
84 cos_testcd(z) global() argument
85 complex(kind=8) :: z global() local
105 cosh_testc(z) global() argument
106 complex :: z global() local
112 cosh_testcd(z) global() argument
113 complex(kind=8) :: z global() local
133 sin_testc(z) global() argument
134 complex :: z global() local
140 sin_testcd(z) global() argument
141 complex(kind=8) :: z global() local
161 sinh_testc(z) global() argument
162 complex :: z global() local
168 sinh_testcd(z) global() argument
169 complex(kind=8) :: z global() local
[all...]
H A Dzero-size.f904 subroutine zero1(z) argument
5 real, dimension(:) :: z local
17 type(dt) :: z(0) local
29 type(dt) :: z(0) = dt(99) local
H A Dsqrt.f9024 subroutine sqrt_testc(z) argument
25 complex :: z local
31 subroutine sqrt_testcd(z) argument
32 complex(kind=8) :: z local
/llvm-project/llvm/test/MC/Hexagon/
H A Dz-instructions.s4 z = vmem(r0++#0) define
7 z = vmem(r0+#0) define
10 z = vmem(r0++m0) define
17 z = vmem(r3+#0) } define
/llvm-project/flang/test/Lower/HLFIR/
H A Dbinary-ops.f904 subroutine int_add(x, y, z) argument
5 integer :: x, y, z local
15 subroutine real_add(x, y, z) argument
16 real :: x, y, z local
26 subroutine complex_add(x, y, z) argument
27 complex :: x, y, z local
37 int_sub(x, y, z) global() argument
38 integer :: x, y, z global() local
48 real_sub(x, y, z) global() argument
49 real :: x, y, z global() local
59 complex_sub(x, y, z) global() argument
60 complex :: x, y, z global() local
70 int_mul(x, y, z) global() argument
71 integer :: x, y, z global() local
81 real_mul(x, y, z) global() argument
82 real :: x, y, z global() local
92 complex_mul(x, y, z) global() argument
93 complex :: x, y, z global() local
103 int_div(x, y, z) global() argument
104 integer :: x, y, z global() local
114 real_div(x, y, z) global() argument
115 real :: x, y, z global() local
125 complex_div(x, y, z) global() argument
126 complex :: x, y, z global() local
140 int_power(x, y, z) global() argument
141 integer :: x, y, z global() local
151 real_power(x, y, z) global() argument
152 real :: x, y, z global() local
162 complex_power(x, y, z) global() argument
163 complex :: x, y, z global() local
174 real_to_int_power(x, y, z) global() argument
176 integer :: z global() local
186 complex_to_int_power(x, y, z) global() argument
188 integer :: z global() local
294 logical_and(x, y, z) global() argument
295 logical :: x, y, z global() local
307 logical_or(x, y, z) global() argument
308 logical :: x, y, z global() local
314 logical_eqv(x, y, z) global() argument
315 logical :: x, y, z global() local
321 logical_neqv(x, y, z) global() argument
322 logical :: x, y, z global() local
328 cmplx_ctor(z, x, y) global() argument
329 complex :: z global() local
342 cmplx_ctor_2(z, x) global() argument
343 complex(8) :: z global() local
[all...]
/llvm-project/flang/test/Semantics/
H A Dmodfile34.f9020 subroutine test1(x, y, z) argument
22 real :: z(x%add1(y)) local
24 subroutine test1p(x, y, z) argument
26 real :: z(x%add1(y)) local
28 subroutine test2(x, y, z) argument
30 real :: z(x%g(y)) local
32 subroutine test2p(x, y, z) argument
34 real :: z(x%g(y)) local
36 subroutine test3(x, y, z) argument
38 real :: z(x%g(y, x)) local
[all …]
H A Dmodfile33.f9039 subroutine s1(x, y, z) argument
41 real :: z(x + y) ! resolves to add_ll local
43 subroutine s2(x, y, z) argument
46 real :: z(x + y) ! resolves to add_li local
48 subroutine s3(x, y, z) argument
51 real :: z(x / y) ! resolves to div_tz local
53 subroutine s4(x, y, z) argument
56 real :: z(x / y) ! resolves to div_ct local
172 subroutine s1(x, y, z) argument
175 real :: z(x .and. y) ! resolves to and_ti local
[all …]
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.clamp/
H A Dclamp.comp.pass.cpp48 int z = 0; in main() local
55 int z = -1; in main() local
62 int z = 0; in main() local
71 Tag z{0, "Zero-z"}; in main() local
80 Tag z{1, "One-z"}; in main() local
89 Tag z{1, "One-z"}; in main() local
98 Tag z{2, "Two-z"}; in main() local
107 Tag z{2, "Two-z"}; in main() local
115 Tag z{1, "One-z"}; in main() local
124 constexpr T z = 0; in main() local
H A Dclamp.pass.cpp46 int z = 0; in main() local
53 int z = 2; in main() local
60 int z = 1; in main() local
69 Tag z{0, "Zero-z"}; in main() local
78 Tag z{1, "One-z"}; in main() local
87 Tag z{1, "One-z"}; in main() local
96 Tag z{2, "Two-z"}; in main() local
105 Tag z{2, "Two-z"}; in main() local
113 Tag z{1, "One-z"}; in main() local
122 constexpr T z = 1; in main() local
/llvm-project/flang/test/HLFIR/order_assignments/
H A Dforall-fusing-scheduling.f9011 subroutine fusable_assign_easy(x, y, z) argument
12 integer :: x(:), y(:), z(:) local
26 subroutine fusable_assign(x, y, z) argument
27 integer :: x(:), y(:), z(:) local
41 subroutine unfusable_assign_1(x, y, z) argument
42 integer :: x(:), y(:), z(:) local
73 subroutine unfusable_assign_3(x, y, z) argument
74 integer :: x(:, :), y(:, :), z(:, :) local
89 subroutine unfusable_assign_4(x, y, z) argument
90 integer :: x(:, :), y(:, :), z(:, :) local
/llvm-project/clang/test/Analysis/
H A Dsvalbuilder-simplify-compound-svals.cpp14 void test_left_tree_constrained(int x, int y, int z) { in test_left_tree_constrained()
26 void test_right_tree_constrained(int x, int y, int z) { in test_right_tree_constrained()
37 void test_left_tree_constrained_minus(int x, int y, int z) { in test_left_tree_constrained_minus()
49 void test_SymInt_constrained(int x, int y, int z) { in test_SymInt_constrained()
61 void test_SValBuilder_simplifies_IntSym(int x, int y, int z) { in test_SValBuilder_simplifies_IntSym()
/llvm-project/clang/test/CodeGenCXX/
H A Dtype-cache-3.cpp9 struct z { struct
10 static void dc(z) {} in dc() argument
11 void (*p)(z); argument
H A Dcondition.cpp30 void if_destruct(int z) { in if_destruct()
69 void switch_destruct(int z) { in switch_destruct()
99 void while_destruct(int z) { in while_destruct()
139 void for_destruct(int z) { in for_destruct()
226 void do_destruct(int z) { in do_destruct()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dchained-comparison.c3 void badly_chained_1(int x, int y, int z) in badly_chained_1()
9 void badly_chained_2(int x, int y, int z) in badly_chained_2()
15 void badly_chained_3(int x, int y, int z) in badly_chained_3()
21 void badly_chained_4(int x, int y, int z) in badly_chained_4()
27 void badly_chained_5(int x, int y, int z) in badly_chained_5()
33 void badly_chained_6(int x, int y, int z) in badly_chained_6()
55 void badly_chained_parens2(int x, int y, int z, int t, int a, int b) in badly_chained_parens2()
61 void badly_chained_inner(int x, int y, int z, int t, int u) in badly_chained_inner()
67 void properly_chained_1(int x, int y, int z) in properly_chained_1()
72 void properly_chained_2(int x, int y, int z) in properly_chained_2()
H A Dchained-comparison.cpp3 void badly_chained_1(int x, int y, int z) in badly_chained_1()
9 void badly_chained_2(int x, int y, int z) in badly_chained_2()
15 void badly_chained_3(int x, int y, int z) in badly_chained_3()
21 void badly_chained_4(int x, int y, int z) in badly_chained_4()
27 void badly_chained_5(int x, int y, int z) in badly_chained_5()
33 void badly_chained_6(bool x, bool y, bool z) in badly_chained_6()
55 void badly_chained_parens2(int x, int y, int z, int t, int a, int b) in badly_chained_parens2()
61 void badly_chained_inner(int x, int y, int z, int t, int u) in badly_chained_inner()
67 void properly_chained_1(int x, int y, int z) in properly_chained_1()
72 void properly_chained_2(int x, int y, bool z) in properly_chained_2()
/llvm-project/clang/test/OpenMP/
H A Dtemplate-specialization.cpp6 struct z { struct
16 template class z<ar<as<4>>>; variable
/llvm-project/libc/src/__support/FPUtil/
H A Dmultiply_add.h26 multiply_add(const T & x,const T & y,const T & z) multiply_add() argument
32 multiply_add(T x,T y,T z) multiply_add() argument
48 multiply_add(float x,float y,float z) multiply_add() argument
52 multiply_add(double x,double y,double z) multiply_add() argument
[all...]
/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/
H A Dacle_sve_sudot.c
H A Dacle_sve_usdot.c
/llvm-project/clang/test/CodeGen/X86/
H A Dx86-GCC-inline-asm-Y-constraints.c17 void f_Yi(__m128 x, __m128 y, __m128 z) in f_Yi()
27 void f_Yt(__m128 x, __m128 y, __m128 z) in f_Yt()
37 void f_Y2(__m128 x, __m128 y, __m128 z) in f_Y2()
47 void f_Yz(__m128 x, __m128 y, __m128 z) in f_Yz()

12345678910>>...56