Home
last modified time | relevance | path

Searched refs:an (Results 1 – 25 of 4913) sorted by relevance

12345678910>>...197

/external/llvm/test/Analysis/CostModel/X86/
Dvshift-lshr-cost.ll16 ; SSE2: Found an estimated cost of 4 for instruction: %shift
17 ; SSE41: Found an estimated cost of 4 for instruction: %shift
18 ; AVX: Found an estimated cost of 4 for instruction: %shift
19 ; AVX2: Found an estimated cost of 1 for instruction: %shift
20 ; XOPAVX: Found an estimated cost of 2 for instruction: %shift
21 ; XOPAVX2: Found an estimated cost of 1 for instruction: %shift
28 ; SSE2: Found an estimated cost of 8 for instruction: %shift
29 ; SSE41: Found an estimated cost of 8 for instruction: %shift
30 ; AVX: Found an estimated cost of 8 for instruction: %shift
31 ; AVX2: Found an estimated cost of 1 for instruction: %shift
[all …]
Dvshift-ashr-cost.ll16 ; SSE2: Found an estimated cost of 12 for instruction: %shift
17 ; SSE41: Found an estimated cost of 12 for instruction: %shift
18 ; AVX: Found an estimated cost of 12 for instruction: %shift
19 ; AVX2: Found an estimated cost of 4 for instruction: %shift
20 ; XOP: Found an estimated cost of 2 for instruction: %shift
27 ; SSE2: Found an estimated cost of 24 for instruction: %shift
28 ; SSE41: Found an estimated cost of 24 for instruction: %shift
29 ; AVX: Found an estimated cost of 24 for instruction: %shift
30 ; AVX2: Found an estimated cost of 4 for instruction: %shift
31 ; XOP: Found an estimated cost of 4 for instruction: %shift
[all …]
Dvshift-shl-cost.ll17 ; SSE2: Found an estimated cost of 4 for instruction: %shift
18 ; SSE41: Found an estimated cost of 4 for instruction: %shift
19 ; AVX: Found an estimated cost of 4 for instruction: %shift
20 ; AVX2: Found an estimated cost of 1 for instruction: %shift
21 ; XOPAVX: Found an estimated cost of 1 for instruction: %shift
22 ; XOPAVX2: Found an estimated cost of 1 for instruction: %shift
29 ; SSE2: Found an estimated cost of 8 for instruction: %shift
30 ; SSE41: Found an estimated cost of 8 for instruction: %shift
31 ; AVX: Found an estimated cost of 8 for instruction: %shift
32 ; AVX2: Found an estimated cost of 1 for instruction: %shift
[all …]
Dvdiv-cost.ll9 ; SSE2: Found an estimated cost of 15 for instruction: %div
10 ; AVX2: Found an estimated cost of 15 for instruction: %div
18 ; SSE2: Found an estimated cost of 30 for instruction: %div
19 ; AVX2: Found an estimated cost of 15 for instruction: %div
27 ; SSE2: Found an estimated cost of 6 for instruction: %div
28 ; AVX2: Found an estimated cost of 6 for instruction: %div
36 ; SSE2: Found an estimated cost of 12 for instruction: %div
37 ; AVX2: Found an estimated cost of 6 for instruction: %div
45 ; SSE2: Found an estimated cost of 6 for instruction: %div
46 ; AVX2: Found an estimated cost of 6 for instruction: %div
[all …]
/external/v8/test/webkit/
Ddfg-getter-throw-expected.txt24 Tests that DFG getter caching does not break the world if the getter throws an exception.
129 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
130 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
131 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
132 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
133 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
134 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
135 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
136 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
137 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
[all …]
/external/llvm/test/Analysis/CostModel/ARM/
Dcast.ll8 ; CHECK: Found an estimated cost of 1 for instruction: %r0 = sext i1 undef to i8
10 ; CHECK: Found an estimated cost of 1 for instruction: %r1 = zext i1 undef to i8
12 ; CHECK: Found an estimated cost of 1 for instruction: %r2 = sext i1 undef to i16
14 ; CHECK: Found an estimated cost of 1 for instruction: %r3 = zext i1 undef to i16
16 ; CHECK: Found an estimated cost of 1 for instruction: %r4 = sext i1 undef to i32
18 ; CHECK: Found an estimated cost of 1 for instruction: %r5 = zext i1 undef to i32
20 ; CHECK: Found an estimated cost of 1 for instruction: %r6 = sext i1 undef to i64
22 ; CHECK: Found an estimated cost of 1 for instruction: %r7 = zext i1 undef to i64
24 ; CHECK: Found an estimated cost of 0 for instruction: %r8 = trunc i8 undef to i1
26 ; CHECK: Found an estimated cost of 1 for instruction: %r9 = sext i8 undef to i16
[all …]
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter.pass.cpp37 int* an = a + sizeof(a)/sizeof(a[0]); in main() local
38 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an)); in main()
39 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an)); in main()
40 …<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an)); in main()
41 …<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an)); in main()
42 test<std::vector<int> >(a, an); in main()
44 …r<int, stack_allocator<int, 63> > >(input_iterator<const int*>(a), input_iterator<const int*>(an)); in main()
45 …t, stack_allocator<int, 18> > >(forward_iterator<const int*>(a), forward_iterator<const int*>(an)); in main()
46 …ocator<int, 18> > >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an)); in main()
47 …ocator<int, 18> > >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an)); in main()
[all …]
Dconstruct_iter_iter_alloc.pass.cpp50 int* an = a + sizeof(a)/sizeof(a[0]); in main() local
52 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); in main()
53 … test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); in main()
54 …ector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); in main()
55 …ector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); in main()
56 test<std::vector<int> >(a, an, alloc); in main()
61 int* an = a + sizeof(a)/sizeof(a[0]); in main() local
63 …r<int, min_allocator<int>> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); in main()
64 …t, min_allocator<int>> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); in main()
65 …ator<int>> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); in main()
[all …]
/external/libcxx/test/std/containers/sequences/vector.bool/
Dconstruct_iter_iter.pass.cpp35 bool* an = a + sizeof(a)/sizeof(a[0]); in main() local
36 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an)); in main()
37 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an)); in main()
38 …d::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an)); in main()
39 …d::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an)); in main()
40 test<std::vector<bool> >(a, an); in main()
42 …ctor<bool, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an)); in main()
43 …<bool, min_allocator<bool>> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an)); in main()
44 …llocator<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an)); in main()
45 …llocator<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an)); in main()
[all …]
Dconstruct_iter_iter_alloc.pass.cpp36 bool* an = a + sizeof(a)/sizeof(a[0]); in main() local
39 … test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); in main()
40 …test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), allo… in main()
41 …or<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); in main()
42 …or<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); in main()
43 test<std::vector<bool> >(a, an, alloc); in main()
48 …ol, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); in main()
49 …min_allocator<bool>> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); in main()
50 …r<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); in main()
51 …r<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); in main()
[all …]
/external/icu/icu4c/source/data/locales/
Dga.txt929 "-1"{"an Aoine seo caite"}
930 "0"{"an Aoine seo"}
931 "1"{"an Aoine seo chugainn"}
936 "-1"{"an Aoine seo caite"}
937 "0"{"an Aoine seo"}
938 "1"{"an Aoine seo chug."}
943 "-1"{"an Aoine seo caite"}
944 "0"{"an Aoine seo"}
945 "1"{"an Aoine seo chugainn"}
952 few{"i gceann {0} huaire an chloig"}
[all …]
Dgd.txt1531 "-1"{"an-dè"}
1533 "0"{"an-diugh"}
1535 "2"{"an-earar"}
1536 "3"{"an-eararais"}
1540 few{"an ceann {0} làithean"}
1541 one{"an ceann {0} latha"}
1542 other{"an ceann {0} latha"}
1543 two{"an ceann {0} latha"}
1556 "-1"{"an-dè"}
1558 "0"{"an-diugh"}
[all …]
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Dmove_alloc.pass.cpp26 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
29 for (int* p = ab; p < an; ++p) in main()
32 for (int* p = ab; p < an; ++p) in main()
41 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
44 for (int* p = ab; p < an; ++p) in main()
47 for (int* p = ab; p < an; ++p) in main()
56 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
59 for (int* p = ab; p < an; ++p) in main()
62 for (int* p = ab; p < an; ++p) in main()
72 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
[all …]
Diter_iter_alloc.pass.cpp40 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
41 test(input_iterator<const int*>(ab), input_iterator<const int*>(an), test_allocator<int>(3)); in main()
42 … test(forward_iterator<const int*>(ab), forward_iterator<const int*>(an), test_allocator<int>(4)); in main()
43 …test(bidirectional_iterator<const int*>(ab), bidirectional_iterator<const int*>(an), test_allocato… in main()
44 …test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an), test_allocato… in main()
46 test(input_iterator<const int*>(ab), input_iterator<const int*>(an), min_allocator<int>()); in main()
47 test(forward_iterator<const int*>(ab), forward_iterator<const int*>(an), min_allocator<int>()); in main()
48 …test(bidirectional_iterator<const int*>(ab), bidirectional_iterator<const int*>(an), min_allocator… in main()
49 …test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an), min_allocator… in main()
Dmove_assign.pass.cpp26 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
29 for (int* p = ab; p < an; ++p) in main()
32 for (int* p = ab; p < an; ++p) in main()
42 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
45 for (int* p = ab; p < an; ++p) in main()
48 for (int* p = ab; p < an; ++p) in main()
58 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
61 for (int* p = ab; p < an; ++p) in main()
64 for (int* p = ab; p < an; ++p) in main()
75 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
[all …]
Dmove.pass.cpp26 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
29 for (int* p = ab; p < an; ++p) in main()
32 for (int* p = ab; p < an; ++p) in main()
41 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
44 for (int* p = ab; p < an; ++p) in main()
47 for (int* p = ab; p < an; ++p) in main()
57 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
60 for (int* p = ab; p < an; ++p) in main()
63 for (int* p = ab; p < an; ++p) in main()
Dcopy_alloc.pass.cpp33 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
34 test(std::deque<int, test_allocator<int> >(ab, an, test_allocator<int>(3)), in main()
39 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
40 test(std::deque<int, other_allocator<int> >(ab, an, other_allocator<int>(3)), in main()
46 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() local
47 test(std::deque<int, min_allocator<int> >(ab, an, min_allocator<int>()), in main()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_kay.c67 u8 an, u32 *lowest_pn) in wpas_get_receive_lowest_pn() argument
69 return wpa_drv_get_receive_lowest_pn(wpa_s, channel, an, lowest_pn); in wpas_get_receive_lowest_pn()
74 u8 an, u32 *next_pn) in wpas_get_transmit_next_pn() argument
76 return wpa_drv_get_transmit_next_pn(wpa_s, channel, an, next_pn); in wpas_get_transmit_next_pn()
81 u8 an, u32 next_pn) in wpas_set_transmit_next_pn() argument
83 return wpa_drv_set_transmit_next_pn(wpa_s, channel, an, next_pn); in wpas_set_transmit_next_pn()
123 static int wpas_create_receive_sa(void *wpa_s, u32 channel, u8 an, in wpas_create_receive_sa() argument
126 return wpa_drv_create_receive_sa(wpa_s, channel, an, lowest_pn, sak); in wpas_create_receive_sa()
130 static int wpas_enable_receive_sa(void *wpa_s, u32 channel, u8 an) in wpas_enable_receive_sa() argument
132 return wpa_drv_enable_receive_sa(wpa_s, channel, an); in wpas_enable_receive_sa()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dvec-move-11.ll1 ; Test insertions of register values into a nonzero index of an undef.
5 ; Test v16i8 insertion into an undef, with an arbitrary index.
14 ; Test v16i8 insertion into an undef, with the first good index for VLVGP.
23 ; Test v16i8 insertion into an undef, with the second good index for VLVGP.
32 ; Test v8i16 insertion into an undef, with an arbitrary index.
41 ; Test v8i16 insertion into an undef, with the first good index for VLVGP.
50 ; Test v8i16 insertion into an undef, with the second good index for VLVGP.
59 ; Test v4i32 insertion into an undef, with an arbitrary index.
68 ; Test v4i32 insertion into an undef, with the first good index for VLVGP.
77 ; Test v4i32 insertion into an undef, with the second good index for VLVGP.
[all …]
Dvec-move-12.ll1 ; Test insertions of memory values into a nonzero index of an undef.
5 ; Test v16i8 insertion into an undef, with an arbitrary index.
15 ; Test v16i8 insertion into an undef, with the first good index for VLVGP.
25 ; Test v16i8 insertion into an undef, with the second good index for VLVGP.
35 ; Test v8i16 insertion into an undef, with an arbitrary index.
45 ; Test v8i16 insertion into an undef, with the first good index for VLVGP.
55 ; Test v8i16 insertion into an undef, with the second good index for VLVGP.
65 ; Test v4i32 insertion into an undef, with an arbitrary index.
75 ; Test v4i32 insertion into an undef, with the first good index for VLVGP.
85 ; Test v4i32 insertion into an undef, with the second good index for VLVGP.
[all …]
/external/e2fsprogs/tests/progs/
Dtest_rel_cmds.ct32 request do_brel_move, "Move an entry in the block relocation table",
35 request do_brel_delete, "Delete an entry in the block relocation table",
45 request do_irel_free, "Free an inode relocation table",
48 request do_irel_put, "Add or modify an inode relocation entry",
51 request do_irel_get, "Get an inode relocation entry",
55 "Get an inode relocation entry by its original number",
67 request do_irel_add_ref, "Add a reference to an inode entry",
70 request do_irel_start_iter_ref, "Start iterating over references to an inode",
73 request do_irel_next_ref, "Get the next reference for an inode entry",
76 request do_irel_move, "Move an entry in the inode relocation table",
[all …]
Dtest_icount_cmds.ct10 request do_create_icount, "Create an icount structure",
13 request do_free_icount, "Free an icount structure",
16 request do_fetch, "Fetch an icount entry",
19 request do_increment, "Increment an icount entry",
22 request do_decrement, "Decrement an icount entry",
25 request do_store, "Store an icount entry",
/external/clang/test/FixIt/
Dformat-darwin.m37 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
38 …g{{values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'un…
39 …rning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'in…
40 …rning{{values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'un…
54 …th underlying type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
79 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
80 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
81 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
82 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
83 …ng{{values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'lo…
[all …]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DMethodNode.java205 AnnotationNode an = new AnnotationNode(desc);
214 visibleParameterAnnotations[parameter].add(an);
223 invisibleParameterAnnotations[parameter].add(an);
225 return an;
433 AnnotationNode an = (AnnotationNode) visibleAnnotations.get(i);
434 an.accept(mv.visitAnnotation(an.desc, true));
438 AnnotationNode an = (AnnotationNode) invisibleAnnotations.get(i);
439 an.accept(mv.visitAnnotation(an.desc, false));
450 AnnotationNode an = (AnnotationNode) l.get(j);
451 an.accept(mv.visitParameterAnnotation(i, an.desc, true));
[all …]
/external/clang/test/Modules/
Dauto-module-import.m7 // entities. For error recovery, those cases implicitly trigger an import.
9 #include <DependsOnModule/DependsOnModule.h> // expected-warning{{treating #include as an import of…
23 #import <AlsoDependsOnModule/AlsoDependsOnModule.h> // expected-warning{{treating #import as an imp…
37 #include <NoUmbrella/A.h> // expected-warning{{treating #include as an import of module 'NoUmbrella…
41 #include <NoUmbrella/SubDir/C.h> // expected-warning{{treating #include as an import of module 'NoU…
46 …ework.framework/Headers/Other.h> // expected-warning{{treating #include as an import of module 'De…
57 …ramework/Headers/SubFramework.h> // expected-warning{{treating #include as an import of module 'Mo…
64 #include <DependsOnModule/DependsOnModulePrivate.h> // expected-warning{{treating #include as an im…
72 #include <NoUmbrella/A_Private.h> // expected-warning{{treating #include as an import of module 'No…
78 // Test inclusion of headers that are under an umbrella directory but
[all …]

12345678910>>...197