HomeSort by relevance Sort by last modified time
    Searched defs:int2 (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
palignr.c 19 typedef __attribute__((vector_size(8))) int int2; typedef
22 int2 align5(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 8); }
25 int2 align6(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 9); }
28 int2 align7(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 16);
    [all...]
builtins-nvptx.c 354 typedef int int2 __attribute__((ext_vector_type(2))); typedef
356 __nvvm_ldg_i2((const int2 *)p);
  /external/clang/test/SemaTemplate/
ext-vector-type.cpp 85 typedef int __attribute__((ext_vector_type(2))) int2; typedef in namespace:Deduction
90 int array0[X0<int2>::value == 0? 1 : -1];
  /frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java 87 long int2 = window.getLong(0, 1); local
88 assertEquals(int1, int2);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 41 typedef int int2 __attribute__((ext_vector_type(2))); typedef
103 static inline int2 clamp(int2 amount, int low, int high) {
104 int2 r;
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CommonSuperclassTest.java 295 String int2 = "[[I"; local
331 superclassTest(object, int1, int2);
  /external/swiftshader/src/Common/
Types.hpp 68 typedef ALIGN(8, int) int2[2]; member in namespace:sw
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 34 TType *int2 = new TType(EbtInt, 2); local
329 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", gsampler2D, int1);
331 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", gsamplerCube, int1);
333 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", sampler2DShadow, int1);
334 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", samplerCubeShadow, int1);
344 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureOffset", gsampler2D, float2, int2);
346 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float1, "textureOffset", sampler2DShadow, float3, int2);
347 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureOffset", gsampler2DArray, float3, int2);
351 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureOffset", gsampler2D, float2, int2, float1);
353 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float1, "textureOffset", sampler2DShadow, float3, int2, float1)
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 107 typedef detail::tvec2<int, highp> int2; //!< \brief integer vector with 2 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 64 int &&int2 = ConvertsTo<int&>(); // expected-error{{no viable conversion from 'ConvertsTo<int &>' to 'int'}} local
  /external/libavc/common/x86/
ih264_deblk_luma_ssse3.c 862 __m128i int1, int2, int3, int4, high1, high2; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectStreamFieldTest.java 355 int int2 = 2; field in class:MockClass
  /libcore/ojluni/src/main/java/java/nio/
Bits.java 266 private static byte int2(int x) { method in class:Bits
280 bb._put(bi + 2, int2(x));
287 _put(a + 2, int2(x));
294 bb._put(bi + 1, int2(x));
301 _put(a + 1, int2(x));
  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 229 Integer int2 = new Integer(1); local
230 assertTrue(Utils.equals(int1, int2));
  /external/clang/test/Misc/
diag-template-diffing.cpp 867 int int1, int2, default_int; member in namespace:ValueDecl
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 57 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
567 ELEMENT_AT(int2, RS_TYPE_SIGNED_32, 2)
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 98 typedef int int2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 262 unsigned int dur1 = 0, int1 = 0, dur2 = 0, int2 = 0; local
288 int2 = entry.uint32_value;
295 if (wpas_p2p_presence_req(wpa_s, dur1, int1, dur2, int2) < 0)
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 78 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef
585 ELEMENT_AT(int2, RS_TYPE_SIGNED_32, 2)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 98 typedef int int2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 98 typedef int int2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 99 typedef int int2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 98 typedef int int2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 98 typedef int int2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 99 typedef int int2 __attribute__((ext_vector_type(2))); typedef
    [all...]

Completed in 1064 milliseconds

1 2 3 4