Home
last modified time | relevance | path

Searched defs:A (Results 176 – 200 of 69538) sorted by relevance

12345678910>>...2782

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr79589.C5 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1z/
H A Ddecomp18.C4 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/ubsan/
H A Dpr79589.C5 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr79589.C5 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp1z/
H A Ddecomp18.C4 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/ubsan/
H A Dpr79589.C5 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; struct
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp1z/
H A Ddecomp18.C4 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr79589.C5 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp1z/
H A Ddecomp18.C4 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/ubsan/
H A Dpr79589.C5 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/ubsan/
H A Dpr79589.C5 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp1z/
H A Ddecomp18.C4 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/ubsan/
H A Dpr79589.C5 struct A { char a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r; } a[64]; struct
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/
H A Dsys_tree.h49 #define G_BYTES_RECEIVED_INC(A) argument
50 #define G_BYTES_SENT_INC(A) argument
51 #define G_PUB_BYTES_RECEIVED_INC(A) argument
52 #define G_PUB_BYTES_SENT_INC(A) argument
53 #define G_MSGS_RECEIVED_INC(A) argument
54 #define G_MSGS_SENT_INC(A) argument
55 #define G_PUB_MSGS_RECEIVED_INC(A) argument
56 #define G_PUB_MSGS_SENT_INC(A) argument
57 #define G_MSGS_DROPPED_INC(A) argument
58 #define G_CLIENTS_EXPIRED_INC(A) argument
[all …]
/dports/security/axTLS/axTLS/ssl/
H A Dos_port.h86 #define srandom(A) srand(A) argument
93 #define close(A) _close(A) argument
99 #define chroot(A) _chdir(A) argument
100 #define chdir(A) _chdir(A) argument
147 #define malloc(A) ax_malloc(A) argument
149 #define realloc(A,B) ax_realloc(A,B) argument
151 #define calloc(A,B) ax_calloc(A,B) argument
181 #define SSL_CTX_MUTEX_INIT(A) argument
182 #define SSL_CTX_MUTEX_DESTROY(A) argument
183 #define SSL_CTX_LOCK(A) argument
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tools/clang-tidy-plugin/test/
H A Dpoint-initialization.cpp43 struct A { struct
44 A() : p2( point_zero ) {} in A() argument
46 A( int ) : p3( 0, 0 ) {} in A() function
48 A( char ) : t2( tripoint_zero ) {} in A() argument
50 A( long ) : t3( 0, 0, 0 ) {} in A() argument
52 A( short ) : n2( 0, 0 ) {} in A() function
54 point p2;
55 point p3;
56 tripoint t2;
57 tripoint t3;
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tools/clang-tidy-plugin/test/
H A Dpoint-initialization.cpp43 struct A { struct
44 A() : p2( point_zero ) {} in A() argument
46 A( int ) : p3( 0, 0 ) {} in A() function
48 A( char ) : t2( tripoint_zero ) {} in A() argument
50 A( long ) : t3( 0, 0, 0 ) {} in A() argument
52 A( short ) : n2( 0, 0 ) {} in A() function
54 point p2;
55 point p3;
56 tripoint t2;
57 tripoint t3;
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Davx-shuffle-builtins.c11 __m256 x(__m256 a, __m256 b) { in test_mm256_add_pd()
17 __m128d test_mm_permute_pd(__m128d a) {
23 __m256d test_mm256_permute_pd(__m256d a) { in test_mm256_addsub_pd()
29 __m128 test_mm_permute_ps(__m128 a) {
35 // Test case for PR12401 in test_mm256_and_pd()
36 __m128 test_mm_permute_ps2(__m128 a) { in test_mm256_and_pd()
39 return _mm_permute_ps(a, 0xe6); in test_mm256_and_pd()
45 return _mm256_permute_ps(a, 0x1b); in test_mm256_andnot_pd()
46 }
67 test_mm_broadcast_ss(float const *__a) { in test_mm256_blend_ps()
[all …]
/dports/math/octave-forge-tsa/tsa-4.6.3/inst/
H A Daar.m247 A = A - k*AY'; variable
248 A = A + sum(diag(A))*dW; variable
250 A = A - k*AY' + sum(diag(A))*dW; variable
252 A = A - k*AY' + UC*eye(MOP); % Schloegl 1998 variable
254 A = A - k*AY' + UC*UC*eye(MOP); variable
269 A = A - (1+UC)*k*AY'; variable
270 A = A + sum(diag(A))*dW; variable
272 A = A - (1+UC)*k*AY' + sum(diag(A))*dW; variable
277 A = A - (1+UC)*k*AY' + UC*UC*eye(MOP); variable
279 A = A - k*AY' + UC*diag(diag(A)); variable
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/ccast/axTLS/
H A Dos_port.h85 #define srandom(A) srand(A) argument
92 #define close(A) _close(A) argument
98 #define chroot(A) _chdir(A) argument
99 #define chdir(A) _chdir(A) argument
150 #define malloc(A) ax_malloc(A) argument
152 #define realloc(A,B) ax_realloc(A,B) argument
154 #define calloc(A,B) ax_calloc(A,B) argument
184 #define SSL_CTX_MUTEX_INIT(A) argument
185 #define SSL_CTX_MUTEX_DESTROY(A) argument
186 #define SSL_CTX_LOCK(A) argument
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/xlat/
H A Dxlat_parser.y34 exp(A) ::= NUM(B). { A = B.val; } in exp() argument
75 single_enum ::= SYM(A). in SYM() argument
80 single_enum ::= SYM(A) EQUALS exp(B). in SYM() argument
259 boom_body(A) ::= . /* empty */ in boom_body() argument
303 boom_selector(A) ::= ARG2. { A = 0; } in boom_selector() argument
304 boom_selector(A) ::= ARG3. { A = 1; } in boom_selector() argument
305 boom_selector(A) ::= ARG4. { A = 2; } in boom_selector() argument
308 boom_op(A) ::= EQUALS. { A = '='; } in boom_op() argument
311 boom_args(A) ::= exp(B). in boom_args() argument
322 arg_list(A) ::= list_val(B). in arg_list() argument
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Ddirector_wstring.i20 struct A struct
22 A(const std::wstring& first) in A() argument
26 virtual ~A() {} in ~A() argument
28 virtual const std::wstring& get_first() const in get_first()
31 virtual const std::wstring& get(int n) const in get()
34 virtual const std::wstring& call_get_first() const in call_get_first()
37 virtual const std::wstring& call_get(int n) const in call_get()
40 std::vector<std::wstring> m_strings;
43 virtual void process_text(const wchar_t *text) in process_text()
47 …_params_val(const std::wstring& p1, const std::wstring& p2, std::wstring p3, std::wstring p4) const in multiple_params_val()
[all …]
/dports/lang/gauche/Gauche-0.9.10/ext/tls/axTLS/ssl/
H A Dos_port.h89 #define srandom(A) srand(A) argument
93 #define open(A,B) _open(A,B) argument
94 #define dup2(A,B) _dup2(A,B) argument
95 #define unlink(A) _unlink(A) argument
96 #define close(A) _close(A) argument
102 #define chroot(A) _chdir(A) argument
104 #define chdir(A) _chdir(A) argument
203 #define SSL_CTX_MUTEX_INIT(A) argument
204 #define SSL_CTX_MUTEX_DESTROY(A) argument
205 #define SSL_CTX_LOCK(A) argument
[all …]
/dports/science/colt/colt/src/cern/colt/matrix/doublealgo/
H A DTransform.java73 public static DoubleMatrix1D abs(DoubleMatrix1D A) { in abs()
81 public static DoubleMatrix2D abs(DoubleMatrix2D A) { in abs()
90 public static DoubleMatrix1D div(DoubleMatrix1D A, double s) { in div()
108 public static DoubleMatrix2D div(DoubleMatrix2D A, double s) { in div()
162 public static DoubleMatrix2D less(DoubleMatrix2D A, double s) { in less()
236 public static DoubleMatrix1D mult(DoubleMatrix1D A, double s) { in mult()
254 public static DoubleMatrix2D mult(DoubleMatrix2D A, double s) { in mult()
270 public static DoubleMatrix1D negate(DoubleMatrix1D A) { in negate()
277 public static DoubleMatrix2D negate(DoubleMatrix2D A) { in negate()
342 public static DoubleMatrix1D pow(DoubleMatrix1D A, double s) { in pow()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/pin-project-0.4.22/tests/ui/project/
H A Dinvalid.rs7 struct A(#[pin] ()); struct
13 let A(_) = Pin::new(&mut x).project(); in unexpected_local1() localVariable
20 let A(_) = Pin::new(&mut x).project(); in unexpected_local1() localVariable
52 struct A(#[pin] ()); struct
59 let A(_) = Pin::new(&mut x).project(); in duplicate_stmt_project() localVariable
67 let A(_) = Pin::new(&mut x).project(); in duplicate_stmt_project_ref() localVariable
75 let A(_) = Pin::new(&mut x).project(); in duplicate_stmt_project_replace() localVariable
83 let A(_) = Pin::new(&mut x).project(); in combine_stmt_project1() localVariable
164 impl A {} impl
168 impl A {} implementation
[all …]

12345678910>>...2782