Home
last modified time | relevance | path

Searched refs:int1 (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dtest-setcond-int.ll4 %int1 = add i32 0, 0 ; <i32> [#uses=6]
56 %test37 = icmp eq i32 %int1, %int2 ; <i1> [#uses=0]
57 %test38 = icmp sge i32 %int1, %int2 ; <i1> [#uses=0]
58 %test39 = icmp sgt i32 %int1, %int2 ; <i1> [#uses=0]
59 %test40 = icmp sle i32 %int1, %int2 ; <i1> [#uses=0]
60 %test41 = icmp slt i32 %int1, %int2 ; <i1> [#uses=0]
61 %test42 = icmp ne i32 %int1, %int2 ; <i1> [#uses=0]
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-setcond-int.ll4 %int1 = add i32 0, 0 ; <i32> [#uses=6]
56 %test37 = icmp eq i32 %int1, %int2 ; <i1> [#uses=0]
57 %test38 = icmp sge i32 %int1, %int2 ; <i1> [#uses=0]
58 %test39 = icmp sgt i32 %int1, %int2 ; <i1> [#uses=0]
59 %test40 = icmp sle i32 %int1, %int2 ; <i1> [#uses=0]
60 %test41 = icmp slt i32 %int1, %int2 ; <i1> [#uses=0]
61 %test42 = icmp ne i32 %int1, %int2 ; <i1> [#uses=0]
/external/llvm/test/ExecutionEngine/
Dtest-interp-vec-setcond-int.ll4 %int1 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>
56 %test37 = icmp eq <3 x i32> %int1, %int2
57 %test38 = icmp sge <3 x i32> %int1, %int2
58 %test39 = icmp sgt <3 x i32> %int1, %int2
59 %test40 = icmp sle <3 x i32> %int1, %int2
60 %test41 = icmp slt <3 x i32> %int1, %int2
61 %test42 = icmp ne <3 x i32> %int1, %int2
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java279 String int1 = "[I"; in testGetCommonSuperclass_arrays() local
314 superclassTest(int1, int1, int1); in testGetCommonSuperclass_arrays()
315 superclassTest(object, int1, float1); in testGetCommonSuperclass_arrays()
316 superclassTest(object, int1, int2); in testGetCommonSuperclass_arrays()
/external/libbrillo/brillo/
Dany_unittest.cc263 Any int1{12}; in TEST() local
266 EXPECT_EQ(int1, int2); in TEST()
289 Any int1{1}; in TEST() local
291 EXPECT_NE(int1, empty1); in TEST()
292 EXPECT_NE(empty2, int1); in TEST()
/external/libxml2/
Derror.c416 (err->int1 < 100) && in xmlReportError()
417 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) { in xmlReportError()
422 for (i=0;i < err->int1;i++) in xmlReportError()
459 const char *str2, const char *str3, int int1, int col, in __xmlRaiseError() argument
595 to->int1 = int1; in __xmlRaiseError()
984 to->int1 = from->int1; in xmlCopyError()
Dtestrecurse.c559 (err->int1 < 100) && in testStructuredErrorHandler()
560 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) { in testStructuredErrorHandler()
565 for (i=0;i < err->int1;i++) in testStructuredErrorHandler()
Dtestlimits.c651 (err->int1 < 100) && in testStructuredErrorHandler()
652 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) { in testStructuredErrorHandler()
657 for (i=0;i < err->int1;i++) in testStructuredErrorHandler()
Druntest.c512 (err->int1 < 100) && in testStructuredErrorHandler()
513 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) { in testStructuredErrorHandler()
518 for (i=0;i < err->int1;i++) in testStructuredErrorHandler()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtype_traits_detail.hpp64 template <> struct IsSignedIntergral<int1> { enum {value = 1}; };
108 template <> struct IsVec<int1> { enum {value = 1}; };
/external/llvm/test/CodeGen/X86/
Dsse-fcopysign.ll56 define float @int1(float %a, float %b) {
57 ; X32-LABEL: @int1
68 ; X64-LABEL: @int1
/external/xmlrpcpp/test/
DTestValues.cpp38 XmlRpcValue int1(1); in testInt() local
46 assert(int(int10) - int(int1) == int(int9Xml)); in testInt()
DTestValuesWin32.cpp41 XmlRpcValue int1(1); in testInt() local
49 assert(int(int10) - int(int1) == int(int9Xml)); in testInt()
/external/llvm/test/CodeGen/SystemZ/
Dfp-move-02.ll127 %int1 = bitcast double %biased1 to i64
157 %or1 = or i64 %or0, %int1
187 %int1 = load volatile i64 , i64 *@iptr
188 %masked1 = and i64 %int1, %mask
252 %int1 = phi i64 [ 0, %entry ], [ %add1, %loop ]
264 %add1 = add i64 %int1, %bias
/external/llvm/test/CodeGen/AArch64/
Darm64-andCmpBrToTBZ.ll6 …8* %str8, i8* %str9, i8* %str10, i8* %str11, i8* %str12, i8* %str13, i32 %int1, i8* %str14) unname…
15 %and.i.i.i = and i32 %int1, 4
/external/libavc/common/x86/
Dih264_deblk_luma_ssse3.c862 __m128i int1, int2, int3, int4, high1, high2; in ih264_deblk_luma_vert_bslt4_ssse3() local
881 int1 = _mm_unpacklo_epi16(linea, lineb); in ih264_deblk_luma_vert_bslt4_ssse3()
887 linea = _mm_unpacklo_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
888 int1 = _mm_unpackhi_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
918 int3 = _mm_unpacklo_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
919 lined = _mm_unpackhi_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
1044 int1 = _mm_unpacklo_epi16(linea, linee); in ih264_deblk_luma_vert_bslt4_ssse3()
1050 linea = _mm_unpacklo_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
1051 int3 = _mm_unpackhi_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3()
1056 int1 = _mm_unpacklo_epi16(lineb, linef); in ih264_deblk_luma_vert_bslt4_ssse3()
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
Dtype_traits.hpp94 template <> struct IsVec<int1> { enum {value = 1}; };
/external/libxml2/include/libxml/
Dxmlerror.h88 int int1; /* extra number information */ member
931 int int1,
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-0x.cpp51 int && int1 = ConvertsTo<int&&>(); in test_rvalue_refs()
/external/clang/test/Misc/
Ddiag-template-diffing.cpp873 int int1, int2, default_int; variable
877 typedef S<int1> T1;
/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp106 …typedef int int1; //!< \brief integer vector with 1 component. (From GLM_GTX_compatibility… typedef
/external/opencv3/modules/stitching/src/opencl/
Dmultibandblend.cl134 #define int1 int
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c245 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; in wpas_dbus_handler_p2p_presence_request() local
265 int1 = entry.uint32_value; in wpas_dbus_handler_p2p_presence_request()
278 if (wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2) < 0) in wpas_dbus_handler_p2p_presence_request()
/external/opencv3/modules/imgproc/src/opencl/
DfilterSmall.cl158 #define int1 int
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java1606 private static Rop pickBinaryOp(TypeList types, Rop int1, Rop long1, in pickBinaryOp() argument
1615 case Type.BT_INT: return int1; in pickBinaryOp()

12