Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 11128) sorted by relevance

12345678910>>...446

/external/llvm/test/Transforms/DeadStoreElimination/
Dinst-limits.ll4 ; If there are two stores to the same location, DSE should be able to remove
14 ; The first store; later there is a second store to the same location,
20 %0 = bitcast i32 0 to i32
21 %1 = bitcast i32 0 to i32
22 %2 = bitcast i32 0 to i32
23 %3 = bitcast i32 0 to i32
24 %4 = bitcast i32 0 to i32
25 %5 = bitcast i32 0 to i32
26 %6 = bitcast i32 0 to i32
27 %7 = bitcast i32 0 to i32
[all …]
/external/v8/test/mjsunit/tools/
Dprofviz-test.default12 "set object 1 rect from 87.51699999999991, 7 to 87.60371656249991, 3 fc rgb \"#9944CC\"",
13 "set object 2 rect from 110.7114999999999, 7 to 110.7982165624999, 3 fc rgb \"#9944CC\"",
14 "set object 3 rect from 133.5129999999999, 7 to 133.59971656249988, 3 fc rgb \"#9944CC\"",
15 …"set object 4 rect from 61.49249999999995, 7 to 61.57921656249995, 5.020618556701031 fc rgb \"#994…
16 …"set object 5 rect from 101.40849999999992, 7 to 101.49521656249992, 5.103092783505154 fc rgb \"#9…
17 …"set object 6 rect from 57.242999999999974, 7 to 57.329716562499975, 6.766323024054983 fc rgb \"#9…
18 …"set object 7 rect from 58.751499999999965, 7 to 58.838216562499966, 6.766323024054983 fc rgb \"#9…
19 …"set object 8 rect from 60.72499999999996, 7 to 60.81171656249996, 6.766323024054983 fc rgb \"#994…
21 "set object 9 rect from 42.11000000000001, 12.83 to 42.28050000000001, 12.17 fc rgb \"#000000\"",
22 …"set object 10 rect from 42.298000000000016, 12.83 to 42.30000000000002, 12.17 fc rgb \"#000000\"",
[all …]
/external/llvm/test/CodeGen/X86/
DAtomics-64.ll21 %2 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
23 %4 = bitcast i8* bitcast (i16* @us to i8*) to i16*
25 %6 = bitcast i8* bitcast (i32* @si to i8*) to i32*
27 %8 = bitcast i8* bitcast (i32* @ui to i8*) to i32*
29 %10 = bitcast i8* bitcast (i64* @sl to i8*) to i64*
31 %12 = bitcast i8* bitcast (i64* @ul to i8*) to i64*
33 %14 = bitcast i8* bitcast (i64* @sll to i8*) to i64*
35 %16 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
39 %20 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
41 %22 = bitcast i8* bitcast (i16* @us to i8*) to i16*
[all …]
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dtest-cast.ll9 zext i1 true to i8 ; <i8>:2 [#uses=0]
10 zext i1 true to i8 ; <i8>:3 [#uses=0]
11 zext i1 true to i16 ; <i16>:4 [#uses=0]
12 zext i1 true to i16 ; <i16>:5 [#uses=0]
13 zext i1 true to i32 ; <i32>:6 [#uses=0]
14 zext i1 true to i32 ; <i32>:7 [#uses=0]
15 zext i1 true to i64 ; <i64>:8 [#uses=0]
16 zext i1 true to i64 ; <i64>:9 [#uses=0]
17 uitofp i1 true to float ; <float>:10 [#uses=0]
18 uitofp i1 true to double ; <double>:11 [#uses=0]
[all …]
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-cast.ll9 zext i1 true to i8 ; <i8>:2 [#uses=0]
10 zext i1 true to i8 ; <i8>:3 [#uses=0]
11 zext i1 true to i16 ; <i16>:4 [#uses=0]
12 zext i1 true to i16 ; <i16>:5 [#uses=0]
13 zext i1 true to i32 ; <i32>:6 [#uses=0]
14 zext i1 true to i32 ; <i32>:7 [#uses=0]
15 zext i1 true to i64 ; <i64>:8 [#uses=0]
16 zext i1 true to i64 ; <i64>:9 [#uses=0]
17 uitofp i1 true to float ; <float>:10 [#uses=0]
18 uitofp i1 true to double ; <double>:11 [#uses=0]
[all …]
/external/bison/tests/
Dexisting.at33 dnl diff comments with line numbers might be a pain to maintain. When that
34 dnl time comes, just use sed to drop the line numbers. For now, as LR(1)
35 dnl support is rapidly evolving, let's keep that information to be careful.
73 # We have been careful to strip all the actions excepts the
76 # There are 65 SR conflicts. Bison was once wrong, due to an incorrect
95 /* Lowest to highest */
168 * is a regexp so it should read up to the closing slash.
420 dnl and the Open Group awk specification seem to agree:
438 dnl Isocore map from LALR(1) state number to new state number plus descriptions
453 NAME shift, and go to state 9
[all …]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DCaseFormatTest.java40 assertSame(from + " to " + from, "foo", from.to(from, "foo")); in testIdentity()
41 for (CaseFormat to : CaseFormat.values()) { in testIdentity()
42 assertEquals(from + " to " + to, "", from.to(to, "")); in testIdentity()
43 assertEquals(from + " to " + to, " ", from.to(to, " ")); in testIdentity()
49 assertEquals("foo", LOWER_HYPHEN.to(LOWER_HYPHEN, "foo")); in testLowerHyphenToLowerHyphen()
50 assertEquals("foo-bar", LOWER_HYPHEN.to(LOWER_HYPHEN, "foo-bar")); in testLowerHyphenToLowerHyphen()
54 assertEquals("foo", LOWER_HYPHEN.to(LOWER_UNDERSCORE, "foo")); in testLowerHyphenToLowerUnderscore()
55 assertEquals("foo_bar", LOWER_HYPHEN.to(LOWER_UNDERSCORE, "foo-bar")); in testLowerHyphenToLowerUnderscore()
59 assertEquals("foo", LOWER_HYPHEN.to(LOWER_CAMEL, "foo")); in testLowerHyphenToLowerCamel()
60 assertEquals("fooBar", LOWER_HYPHEN.to(LOWER_CAMEL, "foo-bar")); in testLowerHyphenToLowerCamel()
[all …]
/external/icu/icu4c/source/data/translit/
DFullwidth_Halfwidth.txt10 ガ↔ガ; # to KATAKANA LETTER GA
11 ギ↔ギ; # to KATAKANA LETTER GI
12 グ↔グ; # to KATAKANA LETTER GU
13 ゲ↔ゲ; # to KATAKANA LETTER GE
14 ゴ↔ゴ; # to KATAKANA LETTER GO
15 ザ↔ザ; # to KATAKANA LETTER ZA
16 ジ↔ジ; # to KATAKANA LETTER ZI
17 ズ↔ズ; # to KATAKANA LETTER ZU
18 ゼ↔ゼ; # to KATAKANA LETTER ZE
19 ゾ↔ゾ; # to KATAKANA LETTER ZO
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DCaseFormatTest.java42 assertSame(from + " to " + from, "foo", from.to(from, "foo")); in testIdentity()
43 for (CaseFormat to : CaseFormat.values()) { in testIdentity()
44 assertEquals(from + " to " + to, "", from.to(to, "")); in testIdentity()
45 assertEquals(from + " to " + to, " ", from.to(to, " ")); in testIdentity()
60 assertEquals("foo", LOWER_HYPHEN.to(LOWER_HYPHEN, "foo")); in testLowerHyphenToLowerHyphen()
61 assertEquals("foo-bar", LOWER_HYPHEN.to(LOWER_HYPHEN, "foo-bar")); in testLowerHyphenToLowerHyphen()
65 assertEquals("foo", LOWER_HYPHEN.to(LOWER_UNDERSCORE, "foo")); in testLowerHyphenToLowerUnderscore()
66 assertEquals("foo_bar", LOWER_HYPHEN.to(LOWER_UNDERSCORE, "foo-bar")); in testLowerHyphenToLowerUnderscore()
70 assertEquals("foo", LOWER_HYPHEN.to(LOWER_CAMEL, "foo")); in testLowerHyphenToLowerCamel()
71 assertEquals("fooBar", LOWER_HYPHEN.to(LOWER_CAMEL, "foo-bar")); in testLowerHyphenToLowerCamel()
[all …]
/external/llvm/test/ExecutionEngine/
Dtest-interp-vec-cast.ll4 zext <2 x i1> <i1 true,i1 true> to <2 x i8>
5 zext <3 x i1> <i1 true,i1 true,i1 true> to <3 x i8>
6 zext <2 x i1> <i1 true,i1 true> to <2 x i16>
7 zext <3 x i1> <i1 true,i1 true,i1 true> to <3 x i16>
8 zext <2 x i1> <i1 true,i1 true> to <2 x i32>
9 zext <3 x i1> <i1 true,i1 true,i1 true> to <3 x i32>
10 zext <2 x i1> <i1 true,i1 true> to <2 x i64>
11 zext <3 x i1> <i1 true,i1 true,i1 true> to <3 x i64>
12 zext <3 x i8> <i8 4, i8 4, i8 4> to <3 x i16>
13 zext <2 x i8> <i8 -4, i8 -4> to <2 x i16>
[all …]
/external/llvm/test/CodeGen/Mips/
Dconst4a.ll30 call void bitcast (void (...)* @foo to void ()*)()
34 call void bitcast (void (...)* @goo to void ()*)()
38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
43 call void bitcast (void (...)* @hoo to void ()*)()
44 call void bitcast (void (...)* @hoo to void ()*)()
45 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
Dconst6.ll34 call void bitcast (void (...)* @hoo to void ()*)()
35 call void bitcast (void (...)* @hoo to void ()*)()
36 call void bitcast (void (...)* @hoo to void ()*)()
37 call void bitcast (void (...)* @hoo to void ()*)()
38 call void bitcast (void (...)* @hoo to void ()*)()
39 call void bitcast (void (...)* @hoo to void ()*)()
40 call void bitcast (void (...)* @hoo to void ()*)()
41 call void bitcast (void (...)* @hoo to void ()*)()
42 call void bitcast (void (...)* @hoo to void ()*)()
43 call void bitcast (void (...)* @hoo to void ()*)()
[all …]
/external/llvm/test/CodeGen/PowerPC/
DAtomics-64.ll3 ; This test is disabled until PPCISelLowering learns to insert proper 64-bit
5 ; 64-bit operands which causes the machine code verifier to throw a tantrum.
27 %2 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
29 %4 = bitcast i8* bitcast (i16* @us to i8*) to i16*
31 %6 = bitcast i8* bitcast (i32* @si to i8*) to i32*
33 %8 = bitcast i8* bitcast (i32* @ui to i8*) to i32*
35 %10 = bitcast i8* bitcast (i64* @sl to i8*) to i64*
37 %12 = bitcast i8* bitcast (i64* @ul to i8*) to i64*
41 %16 = bitcast i8* bitcast (i16* @ss to i8*) to i16*
43 %18 = bitcast i8* bitcast (i16* @us to i8*) to i16*
[all …]
/external/netperf/
Dconfig.h.in3 /* Define to one to enable dirty buffer support. May affect results. */
6 /* Define to 1 if you have the `alarm' function. */
9 /* Define to 1 if you have the <arpa/inet.h> header file. */
12 /* Define to 1 if you have the `bindprocessor' function. */
15 /* Define to 1 if you have the `bind_to_cpu_id' function. */
18 /* Define to 1 if you have the `bzero' function. */
21 /* Define to 1 if you have the `daemon' function. */
24 /* Define to 1 if you have the <endian.h> header file. */
27 /* Define to 1 if you have the <errno.h> header file. */
30 /* Define to 1 if you have the <fcntl.h> header file. */
[all …]
/external/llvm/test/Analysis/CostModel/ARM/
Dcast.ll8 ; CHECK: Found an estimated cost of 1 for instruction: %r0 = sext i1 undef to i8
9 %r0 = sext i1 undef to i8
10 ; CHECK: Found an estimated cost of 1 for instruction: %r1 = zext i1 undef to i8
11 %r1 = zext i1 undef to i8
12 ; CHECK: Found an estimated cost of 1 for instruction: %r2 = sext i1 undef to i16
13 %r2 = sext i1 undef to i16
14 ; CHECK: Found an estimated cost of 1 for instruction: %r3 = zext i1 undef to i16
15 %r3 = zext i1 undef to i16
16 ; CHECK: Found an estimated cost of 1 for instruction: %r4 = sext i1 undef to i32
17 %r4 = sext i1 undef to i32
[all …]
/external/e2fsprogs/lib/
Dconfig.h.in6 /* Define to 1 if debugging the blkid library */
9 /* Define to 1 to compile findfs */
12 /* Define to 1 if debugging ext3/4 journal code */
15 /* Define to 1 to enable quota support */
18 /* Define to 1 if the testio I/O manager should be enabled */
21 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
26 /* Define to 1 if using `alloca.c'. */
29 /* Define to 1 to disable use of backtrace */
32 /* Define to 1 if ext2 compression enabled */
35 /* Define to 1 if ext3/4 htree support enabled */
[all …]
/external/curl/lib/
Dcurl_config.h.cmake12 /* to disable cookies support */
15 /* to disable cryptographic authentication */
18 /* to disable DICT */
21 /* to disable FILE */
24 /* to disable FTP */
27 /* to disable HTTP */
30 /* to disable LDAP */
33 /* to disable LDAPS */
36 /* to disable proxies */
39 /* to disable TELNET */
[all …]
/external/icu/icu4c/source/data/curr/
DsupplementalData.txt34 to:intvector{
45 to:intvector{
56 to:intvector{
85 to:intvector{
123 to:intvector{
143 to:intvector{
154 to:intvector{
174 to:intvector{
185 to:intvector{
196 to:intvector{
[all …]
/external/c-ares/
Dares_config.h.in18 /* Define to 1 to enable hiding of library internal symbols. */
21 /* Definition to make a library symbol externally visible. */
27 /* Define to the type qualifier of arg 1 for getnameinfo. */
30 /* Define to the type of arg 1 for getnameinfo. */
33 /* Define to the type of arg 2 for getnameinfo. */
36 /* Define to the type of args 4 and 6 for getnameinfo. */
39 /* Define to the type of arg 7 for getnameinfo. */
42 /* Specifies the number of arguments to getservbyport_r */
45 /* Specifies the size of the buffer to pass to getservbyport_r */
48 /* Define to 1 if you have AF_INET6. */
[all …]
/external/e2fsprogs/tests/f_expand/
Dexpect.1.gz
/external/llvm/test/Transforms/Float2Int/
Dbasic.ll8 ; CHECK: %1 = zext i8 %a to i32
10 ; CHECK: %3 = trunc i32 %2 to i16
13 %1 = uitofp i8 %a to float
15 %3 = fptoui float %2 to i16
20 ; CHECK: %1 = zext i8 %a to i32
22 ; CHECK: %3 = trunc i32 %2 to i8
25 %1 = uitofp i8 %a to float
27 %3 = fptoui float %2 to i8
32 ; CHECK: %1 = zext i8 %a to i32
36 %1 = uitofp i8 %a to float
[all …]
/external/libedit/
Dconfig.h.in3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
6 /* Define to 1 if you have the <curses.h> header file. */
9 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
13 /* Define to 1 if you have the <dlfcn.h> header file. */
16 /* Define to 1 if you have the `endpwent' function. */
19 /* Define to 1 if you have the <fcntl.h> header file. */
22 /* Define to 1 if you have the `fgetln' function. */
25 /* Define to 1 if you have the `fork' function. */
28 /* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
32 /* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
[all …]
/external/llvm/test/MC/Mips/
Dmips-bad-branches.s3 # CHECK: error: branch to misaligned address
5 # CHECK: error: branch to misaligned address
7 # CHECK: error: branch to misaligned address
11 # CHECK: error: branch to misaligned address
13 # CHECK: error: branch to misaligned address
15 # CHECK: error: branch to misaligned address
20 # CHECK: error: branch to misaligned address
22 # CHECK: error: branch to misaligned address
24 # CHECK: error: branch to misaligned address
28 # CHECK: error: branch to misaligned address
[all …]
/external/libevent/
Dconfig.h.in12 /* Define to 1 if you have the `arc4random' function. */
15 /* Define to 1 if you have the `arc4random_buf' function. */
18 /* Define to 1 if you have the <arpa/inet.h> header file. */
21 /* Define to 1 if you have the `clock_gettime' function. */
24 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
28 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
32 /* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you
36 /* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you
43 /* Define to 1 if you have the <dlfcn.h> header file. */
49 /* Define to 1 if you have the `epoll_ctl' function. */
[all …]
/external/srtp/
Dconfig.h_win32vc713 /* Path to random device */
16 /* Define to compile in dynamic debugging system. */
19 /* Report errors to this file. */
22 /* Define to use logging to stdout. */
25 /* Define this to use ISMAcryp code. */
28 /* Define to 1 if you have the <arpa/inet.h> header file. */
31 /* Define to 1 if you have the <byteswap.h> header file. */
34 /* Define to 1 if you have the `inet_aton' function. */
37 /* Define to 1 if the system has the type `int16_t'. */
40 /* Define to 1 if the system has the type `int32_t'. */
[all …]

12345678910>>...446