HomeSort by relevance Sort by last modified time
    Searched full:i64vec2 (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvec.h 40 class I64vec2;
95 class I64vec2 : public M128
98 I64vec2() { }
99 I64vec2(__m128i mm) : M128(mm) { }
101 __MINGW_EXTENSION I64vec2(__m64 q1,__m64 q0)
107 I64vec2& operator= (const M128 &a) { return *this = (I64vec2) a; }
109 I64vec2& operator&=(const M128 &a) { return *this = (I64vec2) _mm_and_si128(vec,a); }
110 I64vec2& operator|=(const M128 &a) { return *this = (I64vec2) _mm_or_si128(vec,a);
    [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp 48 typedef tcu::Vector<deInt64, 2> I64Vec2;
55 const I64Vec2 line = line0End - line0Beg;
56 const I64Vec2 v0 = line1Beg - line0Beg;
57 const I64Vec2 v1 = line1End - line0Beg;
69 const I64Vec2 line = line1End - line1Beg;
70 const I64Vec2 v0 = line0Beg - line1Beg;
71 const I64Vec2 v1 = line0End - line1Beg;
    [all...]

Completed in 2306 milliseconds