Home
last modified time | relevance | path

Searched full:if (Results 1 – 25 of 14012) sorted by relevance

12345678910>>...561

/external/deqp-deps/glslang/Test/
DcppDeepNest.frag2 #if
3 #if
4 #if
5 #if
6 #if
7 #if
8 #if
9 #if
10 #if
11 #if
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/
Dremove-unneeded-push-pop.ll11 br label %if.end
13 if.end: ; preds = %entry
18 br i1 %tobool2, label %if.then3, label %if.end4
20 if.then3: ; preds = %if.end
22 br label %if.end4
24 if.end4: ; preds = %if.then3, %if.end
29 br i1 %tobool6, label %if.then7, label %if.end8
31 if.then7: ; preds = %if.end4
33 br label %if.end8
35 if.end8: ; preds = %if.then7, %if.end4
[all …]
/external/libaom/libaom/third_party/fastfeat/
Dfast_9.c21 if( p[pixel[0]] > cb) in fast9_corner_score()
22 if( p[pixel[1]] > cb) in fast9_corner_score()
23 if( p[pixel[2]] > cb) in fast9_corner_score()
24 if( p[pixel[3]] > cb) in fast9_corner_score()
25 if( p[pixel[4]] > cb) in fast9_corner_score()
26 if( p[pixel[5]] > cb) in fast9_corner_score()
27 if( p[pixel[6]] > cb) in fast9_corner_score()
28 if( p[pixel[7]] > cb) in fast9_corner_score()
29 if( p[pixel[8]] > cb) in fast9_corner_score()
32 if( p[pixel[15]] > cb) in fast9_corner_score()
[all …]
/external/compiler-rt/test/builtins/Unit/
Dclzsi2_test.c26 if (x != expected) in test__clzsi2()
36 // if (test__clzsi2(0x00000000, 32)) // undefined in main()
38 if (test__clzsi2(0x00800000, 8)) in main()
40 if (test__clzsi2(0x01000000, 7)) in main()
42 if (test__clzsi2(0x02000000, 6)) in main()
44 if (test__clzsi2(0x03000000, 6)) in main()
46 if (test__clzsi2(0x04000000, 5)) in main()
48 if (test__clzsi2(0x05000000, 5)) in main()
50 if (test__clzsi2(0x06000000, 5)) in main()
52 if (test__clzsi2(0x07000000, 5)) in main()
[all …]
Dctzsi2_test.c26 if (x != expected) in test__ctzsi2()
36 // if (test__ctzsi2(0x00000000, 32)) // undefined in main()
38 if (test__ctzsi2(0x00000001, 0)) in main()
40 if (test__ctzsi2(0x00000002, 1)) in main()
42 if (test__ctzsi2(0x00000003, 0)) in main()
44 if (test__ctzsi2(0x00000004, 2)) in main()
46 if (test__ctzsi2(0x00000005, 0)) in main()
48 if (test__ctzsi2(0x00000006, 1)) in main()
50 if (test__ctzsi2(0x00000007, 0)) in main()
52 if (test__ctzsi2(0x00000008, 3)) in main()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dcmp_elimination.ll14 br i1 %cmp, label %if.then, label %if.else
16 if.then:
18 br label %if.end3
20 if.else:
22 br i1 %cmp1, label %if.then2, label %if.end3
24 if.then2:
26 br label %if.end3
28 if.end3:
40 br i1 %cmp, label %if.then, label %if.else
42 if.then:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dphi-undef-loadstore.ll8 br i1 %tobool, label %if.else, label %if.then
10 if.then: ; preds = %entry
12 br label %if.end7
14 if.else: ; preds = %entry
16 br i1 %tobool3, label %if.end7, label %if.then4
18 if.then4: ; preds = %if.else
20 br label %if.end7
22 if.end7: ; preds = %if.else, %if.then4, %if.then
23 %x.0 = phi i32* [ %a, %if.then ], [ %c, %if.then4 ], [ null, %if.else ]
28 ; CHECK: if.else:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DUnicodeCaseFold.cpp17 if (C < 0x0041) in foldCharSimple()
20 if (C <= 0x005a) in foldCharSimple()
23 if (C == 0x00b5) in foldCharSimple()
25 if (C < 0x00c0) in foldCharSimple()
28 if (C <= 0x00d6) in foldCharSimple()
30 if (C < 0x00d8) in foldCharSimple()
33 if (C <= 0x00de) in foldCharSimple()
35 if (C < 0x0100) in foldCharSimple()
38 if (C <= 0x012e) in foldCharSimple()
40 if (C < 0x0132) in foldCharSimple()
[all …]
/external/strace/
Dconfig.h.in6 /* Define if building universal (internal helper macro) */
33 /* Define to 1 if you want OABI support on ARM EABI. */
39 /* Define to 1 if you have the `accept4' function. */
42 /* Define to 1 if you have the <asm/cachectl.h> header file. */
45 /* Define to 1 if you have the <asm/guarded_storage.h> header file. */
48 /* Define to 1 if you have the <asm/sigcontext.h> header file. */
51 /* Define to 1 if you have the <asm/sysmips.h> header file. */
54 /* Define to 1 if you have the `be64toh' function. */
57 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
60 /* Define to 1 if you have the declaration of `BTRFS_COMPRESS_LZO', and to 0
[all …]
Dconfig.h7 /* Define if building universal (internal helper macro) */
34 /* Define to 1 if you want OABI support on ARM EABI. */
40 /* Define to 1 if you have the `accept4' function. */
43 /* Define to 1 if you have the <asm/cachectl.h> header file. */
46 /* Define to 1 if you have the <asm/guarded_storage.h> header file. */
49 /* Define to 1 if you have the <asm/sigcontext.h> header file. */
52 /* Define to 1 if you have the <asm/sysmips.h> header file. */
55 /* Define to 1 if you have the `be64toh' function. */
58 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */
61 /* Define to 1 if you have the declaration of `BTRFS_COMPRESS_LZO', and to 0
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
Dmerge-cond-stores-2.ll41 br i1 %tobool, label %if.end, label %if.then
43 if.then: ; preds = %entry
46 br label %if.end
48 if.end: ; preds = %entry, %if.then
49 %1 = phi i32 [ %0, %entry ], [ %or, %if.then ]
52 br i1 %tobool2, label %if.end5, label %if.then3
54 if.then3: ; preds = %if.end
57 br label %if.end5
59 if.end5: ; preds = %if.end, %if.then3
60 %2 = phi i32 [ %1, %if.end ], [ %or4, %if.then3 ]
[all …]
/external/llvm/test/CodeGen/X86/
D2009-07-16-CoalescerBug.ll15 br i1 undef, label %if.else, label %if.then91
17 if.then91: ; preds = %entry
18 br label %if.end96
20 if.else: ; preds = %entry
21 br label %if.end96
23 if.end96: ; preds = %if.else, %if.then91
24 br i1 undef, label %lor.lhs.false, label %if.then105
26 lor.lhs.false: ; preds = %if.end96
27 br i1 undef, label %if.else139, label %if.then105
29 if.then105: ; preds = %lor.lhs.false, %if.end96
[all …]
D2009-07-06-TwoAddrAssert.ll17 br i1 undef, label %if.then, label %while.cond
19 if.then: ; preds = %sw.bb6
26 br i1 undef, label %if.then15, label %if.end16
28 if.then15: ; preds = %while.end
31 if.end16: ; preds = %while.end
32 br i1 undef, label %lor.lhs.false, label %if.then21
34 lor.lhs.false: ; preds = %if.end16
35 br i1 undef, label %if.end22, label %if.then21
37 if.then21: ; preds = %lor.lhs.false, %if.end16
40 if.end22: ; preds = %lor.lhs.false
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-07-16-CoalescerBug.ll15 br i1 undef, label %if.else, label %if.then91
17 if.then91: ; preds = %entry
18 br label %if.end96
20 if.else: ; preds = %entry
21 br label %if.end96
23 if.end96: ; preds = %if.else, %if.then91
24 br i1 undef, label %lor.lhs.false, label %if.then105
26 lor.lhs.false: ; preds = %if.end96
27 br i1 undef, label %if.else139, label %if.then105
29 if.then105: ; preds = %lor.lhs.false, %if.end96
[all …]
D2009-07-06-TwoAddrAssert.ll17 br i1 undef, label %if.then, label %while.cond
19 if.then: ; preds = %sw.bb6
26 br i1 undef, label %if.then15, label %if.end16
28 if.then15: ; preds = %while.end
31 if.end16: ; preds = %while.end
32 br i1 undef, label %lor.lhs.false, label %if.then21
34 lor.lhs.false: ; preds = %if.end16
35 br i1 undef, label %if.end22, label %if.then21
37 if.then21: ; preds = %lor.lhs.false, %if.end16
40 if.end22: ; preds = %lor.lhs.false
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2009-07-16-CoalescerBug.ll15 br i1 undef, label %if.else, label %if.then91
17 if.then91: ; preds = %entry
18 br label %if.end96
20 if.else: ; preds = %entry
21 br label %if.end96
23 if.end96: ; preds = %if.else, %if.then91
24 br i1 undef, label %lor.lhs.false, label %if.then105
26 lor.lhs.false: ; preds = %if.end96
27 br i1 undef, label %if.else139, label %if.then105
29 if.then105: ; preds = %lor.lhs.false, %if.end96
[all …]
D2009-07-06-TwoAddrAssert.ll17 br i1 undef, label %if.then, label %while.cond
19 if.then: ; preds = %sw.bb6
26 br i1 undef, label %if.then15, label %if.end16
28 if.then15: ; preds = %while.end
31 if.end16: ; preds = %while.end
32 br i1 undef, label %lor.lhs.false, label %if.then21
34 lor.lhs.false: ; preds = %if.end16
35 br i1 undef, label %if.end22, label %if.then21
37 if.then21: ; preds = %lor.lhs.false, %if.end16
40 if.end22: ; preds = %lor.lhs.false
[all …]
/external/python/cpython3/
Dpyconfig.h.in8 /* Define if building universal (internal helper macro) */
11 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
18 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
22 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
26 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
30 /* Define if --enable-ipv6 is specified */
33 /* Define if flock needs to be linked with bsd library. */
36 /* Define if getpgrp() must be called as getpgrp(0). */
39 /* Define if gettimeofday() does not have second (timezone) argument This is
43 /* Define to 1 if you have the `accept4' function. */
[all …]
/external/openssh/
Dconfig.h.in3 /* Define if building universal (internal helper macro) */
6 /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
10 /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
16 /* Define if your resolver libs need this for getrrsetbyname */
22 /* Define if cmsg_type is not passed correctly */
25 /* getaddrinfo is broken (if present) */
34 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
40 /* Define if your struct dirent expects you to allocate extra space for d_name
57 /* Define if your setregid() is broken */
60 /* Define if your setresgid() is broken */
[all …]
Dconfig.h4 /* Define if building universal (internal helper macro) */
7 /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
11 /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
17 /* Define if your resolver libs need this for getrrsetbyname */
20 /* Define if cmsg_type is not passed correctly */
23 /* getaddrinfo is broken (if present) */
32 /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
41 /* Define if your struct dirent expects you to allocate extra space for d_name
48 /* Define if you have a broken realpath. */
54 /* Define if your setregid() is broken */
[all …]
/external/python/cpython2/
Dpyconfig.h.in8 /* Define if building universal (internal helper macro) */
11 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
15 /* Define this if you have AtheOS threads. */
18 /* Define this if you have BeOS threads. */
21 /* Define if you have the Mach cthreads package */
24 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
28 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
32 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
36 /* Define if --enable-ipv6 is specified */
39 /* Define if flock needs to be linked with bsd library. */
[all …]
/external/ImageMagick/config/
Dconfig.h.in3 /* Define if building universal (internal helper macro) */
6 /* Define if you have AUTOTRACE library */
9 /* Define if coders and filters are to be built as modules. */
12 /* Define if you have the bzip2 library */
15 /* Define if you have CAIRO library */
21 /* Define to 1 if the `closedir' function returns void instead of `int'. */
34 /* Define if you have DJVU library */
40 /* Define if you have Display Postscript */
49 /* Define if you have FFTW library */
55 /* Define if you have FLIF library */
[all …]
/external/ImageMagick/MagickWand/
Dconvert.c118 if (output == (FILE *) NULL) in ConcatenateImages()
128 if (input == (FILE *) NULL) in ConcatenateImages()
134 if (fputc((char) c,output) != c) in ConcatenateImages()
421 "-matte store matte channel if the image has one", in ConvertUsage()
575 if (image_info->debug != MagickFalse) in ConvertImageCommand()
578 if (argc == 2) in ConvertImageCommand()
581 if ((LocaleCompare("version",option+1) == 0) || in ConvertImageCommand()
588 if (argc < 3) in ConvertImageCommand()
604 if (status == MagickFalse) in ConvertImageCommand()
607 if ((argc > 2) && (LocaleCompare("-concatenate",argv[1]) == 0)) in ConvertImageCommand()
[all …]
/external/libyuv/files/source/
Dconvert_from_argb.cc40 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI444()
43 if (height < 0) { in ARGBToI444()
49 if (src_stride_argb == width * 4 && dst_stride_y == width && in ARGBToI444()
55 #if defined(HAS_ARGBTOUV444ROW_SSSE3) in ARGBToI444()
56 if (TestCpuFlag(kCpuHasSSSE3)) { in ARGBToI444()
58 if (IS_ALIGNED(width, 16)) { in ARGBToI444()
63 #if defined(HAS_ARGBTOUV444ROW_NEON) in ARGBToI444()
64 if (TestCpuFlag(kCpuHasNEON)) { in ARGBToI444()
66 if (IS_ALIGNED(width, 8)) { in ARGBToI444()
71 #if defined(HAS_ARGBTOUV444ROW_MSA) in ARGBToI444()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from_argb.cc40 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in ARGBToI444()
43 if (height < 0) { in ARGBToI444()
49 if (src_stride_argb == width * 4 && dst_stride_y == width && in ARGBToI444()
55 #if defined(HAS_ARGBTOUV444ROW_SSSE3) in ARGBToI444()
56 if (TestCpuFlag(kCpuHasSSSE3)) { in ARGBToI444()
58 if (IS_ALIGNED(width, 16)) { in ARGBToI444()
63 #if defined(HAS_ARGBTOUV444ROW_NEON) in ARGBToI444()
64 if (TestCpuFlag(kCpuHasNEON)) { in ARGBToI444()
66 if (IS_ALIGNED(width, 8)) { in ARGBToI444()
71 #if defined(HAS_ARGBTOUV444ROW_MSA) in ARGBToI444()
[all …]

12345678910>>...561