Searched refs:AI (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dctor2.C8 struct AI : AP { struct in inherits:AP
9 AI(unsigned char);
12 AI::AI(unsigned char c) function in class:AI
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dctor2.C8 struct AI : AP { struct in inherits:AP
9 AI(unsigned char);
12 AI::AI(unsigned char c) function in class:AI
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dia64-sync-1.c12 static int AI[12]; variable
19 __sync_val_compare_and_swap(AI+0, 0, 1);
20 __sync_bool_compare_and_swap(AI+1, 0, 1);
21 __sync_lock_test_and_set(AI+2, 1);
22 __sync_lock_release(AI+3);
24 __sync_fetch_and_add(AI+4, 1);
25 __sync_fetch_and_add(AI+5, 4);
26 __sync_fetch_and_add(AI+6, 22);
27 __sync_fetch_and_sub(AI+7, 12);
28 __sync_fetch_and_and(AI
[all...]
H A Dsync-2.c10 static char AI[18]; variable
17 if (__sync_fetch_and_add(AI+4, 1) != 0)
19 if (__sync_fetch_and_add(AI+5, 4) != 0)
21 if (__sync_fetch_and_add(AI+6, 22) != 0)
23 if (__sync_fetch_and_sub(AI+7, 12) != 0)
25 if (__sync_fetch_and_and(AI+8, 7) != (char)-1)
27 if (__sync_fetch_and_or(AI+9, 8) != 0)
29 if (__sync_fetch_and_xor(AI+10, 9) != 0)
31 if (__sync_fetch_and_nand(AI+11, 7) != 0)
34 if (__sync_add_and_fetch(AI
[all...]
H A Dia64-sync-2.c11 static int AI[18]; variable
18 if (__sync_val_compare_and_swap(AI+0, 0, 1) != 0)
20 if (__sync_val_compare_and_swap(AI+0, 0, 1) != 1)
22 if (__sync_bool_compare_and_swap(AI+1, 0, 1) != 1)
24 if (__sync_bool_compare_and_swap(AI+1, 0, 1) != 0)
27 if (__sync_lock_test_and_set(AI+2, 1) != 0)
30 if (__sync_fetch_and_add(AI+4, 1) != 0)
32 if (__sync_fetch_and_add(AI+5, 4) != 0)
34 if (__sync_fetch_and_add(AI+6, 22) != 0)
36 if (__sync_fetch_and_sub(AI
[all...]
H A Dia64-sync-3.c11 static int AI[4]; variable
18 if (__sync_val_compare_and_swap(AI+0, -30, -115) != -30)
20 if (__sync_val_compare_and_swap(AI+0, -30, -115) != -115)
22 if (__sync_bool_compare_and_swap(AI+1, -30, -115) != 1)
24 if (__sync_bool_compare_and_swap(AI+1, -30, -115) != 0)
27 if (__sync_val_compare_and_swap(AI+2, AI[2], 25) != -50)
29 if (__sync_val_compare_and_swap(AI+2, AI[2], 25) != 25)
31 if (__sync_bool_compare_and_swap(AI
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dsync-2.c15 static char AI[18]; variable
22 if (__sync_fetch_and_add(AI+4, 1) != 0)
24 if (__sync_fetch_and_add(AI+5, 4) != 0)
26 if (__sync_fetch_and_add(AI+6, 22) != 0)
28 if (__sync_fetch_and_sub(AI+7, 12) != 0)
30 if (__sync_fetch_and_and(AI+8, 7) != (char)-1)
32 if (__sync_fetch_and_or(AI+9, 8) != 0)
34 if (__sync_fetch_and_xor(AI+10, 9) != 0)
36 if (__sync_fetch_and_nand(AI+11, 7) != (char)-1)
39 if (__sync_add_and_fetch(AI
[all...]
H A Dsync-3.c12 static char AI[18] __attribute__((__aligned__ (4))); variable
19 if (__sync_fetch_and_add(AI+4, 1) != 0)
21 if (__sync_fetch_and_add(AI+5, 4) != 0)
23 if (__sync_fetch_and_add(AI+6, 22) != 0)
25 if (__sync_fetch_and_sub(AI+7, 12) != 0)
27 if (__sync_fetch_and_and(AI+8, 7) != (char)-1)
29 if (__sync_fetch_and_or(AI+9, 8) != 0)
31 if (__sync_fetch_and_xor(AI+10, 9) != 0)
33 if (__sync_fetch_and_nand(AI+11, 7) != (char)-1) /* { dg-message "note: '__sync_fetch_and_nand' changed semantics in GCC 4.4" "" } */
36 if (__sync_add_and_fetch(AI
[all...]
H A Dia64-sync-2.c17 static int AI[18]; variable
24 if (__sync_val_compare_and_swap(AI+0, 0, 1) != 0)
26 if (__sync_val_compare_and_swap(AI+0, 0, 1) != 1)
28 if (__sync_bool_compare_and_swap(AI+1, 0, 1) != 1)
30 if (__sync_bool_compare_and_swap(AI+1, 0, 1) != 0)
33 if (__sync_lock_test_and_set(AI+2, 1) != 0)
36 if (__sync_fetch_and_add(AI+4, 1) != 0)
38 if (__sync_fetch_and_add(AI+5, 4) != 0)
40 if (__sync_fetch_and_add(AI+6, 22) != 0)
42 if (__sync_fetch_and_sub(AI
[all...]
H A Dia64-sync-1.c17 static int AI[12]; variable
24 __sync_val_compare_and_swap(AI+0, 0, 1);
25 __sync_bool_compare_and_swap(AI+1, 0, 1);
26 __sync_lock_test_and_set(AI+2, 1);
27 __sync_lock_release(AI+3);
29 __sync_fetch_and_add(AI+4, 1);
30 __sync_fetch_and_add(AI+5, 4);
31 __sync_fetch_and_add(AI+6, 22);
32 __sync_fetch_and_sub(AI+7, 12);
33 __sync_fetch_and_and(AI
[all...]
H A Dia64-sync-3.c14 static int AI[4]; variable
21 if (__sync_val_compare_and_swap(AI+0, -30, -115) != -30)
23 if (__sync_val_compare_and_swap(AI+0, -30, -115) != -115)
25 if (__sync_bool_compare_and_swap(AI+1, -30, -115) != 1)
27 if (__sync_bool_compare_and_swap(AI+1, -30, -115) != 0)
30 if (__sync_val_compare_and_swap(AI+2, AI[2], 25) != -50)
32 if (__sync_val_compare_and_swap(AI+2, AI[2], 25) != 25)
34 if (__sync_bool_compare_and_swap(AI
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dfriend44.C9 struct AI { struct in struct:A
17 template <class T> friend struct A<T>::AI;
29 template <class T> int A<T>::AI::f (T)
38 A<int>::AI ai;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dfriend44.C9 struct AI { struct in struct:A
17 template <class T> friend struct A<T>::AI;
29 template <class T> int A<T>::AI::f (T)
38 A<int>::AI ai;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/font/devlj4/
H A DMakefile.sub5 AB ABI AI AR \
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/font/devlj4/
H A DMakefile11 AB ABI AI AR \
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/font/devps/
H A DMakefile9 S ZD ZDR SS AB ABI AI AR BMB BMBI BMI BMR \
/netbsd-6-1-5-RELEASE/gnu/dist/groff/font/devps/
H A DMakefile.sub3 S ZD ZDR SS AB ABI AI AR BMB BMBI BMI BMR \
/netbsd-6-1-5-RELEASE/gnu/dist/groff/font/devlj4/generate/
H A DMakefile49 AB ABI AI AR \
238 AI: $(AUTOFONT)/arli000s.tfm $(TEXTMAP)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/font/devps/generate/
H A DMakefile37 TEXTFONTS=AB ABI AI AR BMB BMBI BMI BMR CB CBI CI CR HB HBI HI HR HNB HNBI \
158 AI:

Completed in 198 milliseconds