HomeSort by relevance Sort by last modified time
    Searched refs:T1 (Results 351 - 375 of 453) sorted by null

<<111213141516171819

  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 44 template<typename T0, typename T1> inline bool amd_marked(const T0* w, const T1& j) { return w[j]<0; }
45 template<typename T0, typename T1> inline void amd_mark(const T0* w, const T1& j) { return w[j] = amd_flip(w[j]); }
  /external/regex-re2/util/
rune.cc 29 T1 = ((1<<(Bit1+1))-1) ^ 0xFF, /* 0000 0000 */
56 * 00000-0007F => T1
  /external/chromium_org/third_party/libwebp/dsp/
dec_sse2.c 48 __m128i T0, T1, T2, T3;
126 T1 = _mm_unpackhi_epi64(transpose1_0, transpose1_1);
143 // c = MUL(T1, K2) - MUL(T3, K1) = MUL(T1, k2) - MUL(T3, k1) + T1 - T3
144 const __m128i c1 = _mm_mulhi_epi16(T1, k2);
146 const __m128i c3 = _mm_sub_epi16(T1, T3);
149 // d = MUL(T1, K1) + MUL(T3, K2) = MUL(T1, k1) + MUL(T3, k2) + T1 + T
330 __m128i t1 = MM_ABS(*p1, *q1); \/\/ abs(p1 - q1) local
373 __m128i t1, t2, t3; local
476 __m128i t1, t2; local
518 __m128i t1, t2; local
561 __m128i t1; local
691 __m128i t1; local
739 __m128i t1, t2, p1, p0, q0, q1; local
768 __m128i t1, t2, p1, p0, q0, q1; local
793 __m128i t1, p2, p1, p0, q0, q1, q2; local
838 __m128i t1, t2, p1, p0, q0, q1; local
864 __m128i t1, t2, p1, p0, q0, q1; local
    [all...]
enc_sse2.c 125 __m128i T0, T1, T2, T3;
204 T1 = _mm_unpackhi_epi64(transpose1_0, transpose1_1);
221 // c = MUL(T1, K2) - MUL(T3, K1) = MUL(T1, k2) - MUL(T3, k1) + T1 - T3
222 const __m128i c1 = _mm_mulhi_epi16(T1, k2);
224 const __m128i c3 = _mm_sub_epi16(T1, T3);
227 // d = MUL(T1, K1) + MUL(T3, K2) = MUL(T1, k1) + MUL(T3, k2) + T1 + T
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 48 __m128i T0, T1, T2, T3;
126 T1 = _mm_unpackhi_epi64(transpose1_0, transpose1_1);
143 // c = MUL(T1, K2) - MUL(T3, K1) = MUL(T1, k2) - MUL(T3, k1) + T1 - T3
144 const __m128i c1 = _mm_mulhi_epi16(T1, k2);
146 const __m128i c3 = _mm_sub_epi16(T1, T3);
149 // d = MUL(T1, K1) + MUL(T3, K2) = MUL(T1, k1) + MUL(T3, k2) + T1 + T
330 __m128i t1 = MM_ABS(*p1, *q1); \/\/ abs(p1 - q1) local
373 __m128i t1, t2, t3; local
476 __m128i t1, t2; local
518 __m128i t1, t2; local
561 __m128i t1; local
691 __m128i t1; local
739 __m128i t1, t2, p1, p0, q0, q1; local
768 __m128i t1, t2, p1, p0, q0, q1; local
793 __m128i t1, p2, p1, p0, q0, q1, q2; local
838 __m128i t1, t2, p1, p0, q0, q1; local
864 __m128i t1, t2, p1, p0, q0, q1; local
    [all...]
enc_sse2.c 125 __m128i T0, T1, T2, T3;
204 T1 = _mm_unpackhi_epi64(transpose1_0, transpose1_1);
221 // c = MUL(T1, K2) - MUL(T3, K1) = MUL(T1, k2) - MUL(T3, k1) + T1 - T3
222 const __m128i c1 = _mm_mulhi_epi16(T1, k2);
224 const __m128i c3 = _mm_sub_epi16(T1, T3);
227 // d = MUL(T1, K1) + MUL(T3, K2) = MUL(T1, k1) + MUL(T3, k2) + T1 + T
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 475 Type *&T1, Type *&T2) {
481 T1 = IVal->getType();
483 T1 = I->getType();
489 T2 = T1;
531 unsigned getInstrCost(unsigned Opcode, Type *T1, Type *T2) {
561 return TTI->getArithmeticInstrCost(Opcode, T1);
565 return TTI->getCmpSelInstrCost(Opcode, T1, T2);
579 return TTI->getCastInstrCost(Opcode, T1, T2);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 253 ! UltraSPARC T1 24
257 ! It would be possible to detect specifically US-T1 by instrumenting
258 ! fmul8ulx16, which is emulated on T1 and as such accounts for quite
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 157 T1 = []
172 T1.append(mul4(s, G[0]))
314 a[i] = (T1[(t[ i ] >> 24) & 0xFF] ^
  /external/eigen/bench/
sparse_setter.cpp 344 template< class T1, class T2 >
345 bool kv_pair_less(const std::pair<T1,T2>& x, const std::pair<T1,T2>& y){
  /external/llvm/lib/MC/
MCELFStreamer.cpp 133 // used in the object file. The greater of T1 and T2 is selected based on the
136 // If neither T1 < T2 nor T2 < T1 according to this ordering, use T2 (the user
138 static unsigned CombineSymbolTypes(unsigned T1, unsigned T2) {
142 if (T1 == TypeOrdering[i])
145 return T1;
  /external/openssl/crypto/
sparccpuid.S 253 ! UltraSPARC T1 24
257 ! It would be possible to detect specifically US-T1 by instrumenting
258 ! fmul8ulx16, which is emulated on T1 and as such accounts for quite
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaCast.cpp 401 static bool UnwrapDissimilarPointerTypes(QualType& T1, QualType& T2) {
402 const PointerType *T1PtrType = T1->getAs<PointerType>(),
405 T1 = T1PtrType->getPointeeType();
410 T1->getAs<ObjCObjectPointerType>(),
415 T1 = T1ObjCPtrType->getPointeeType();
420 T1 = T1ObjCPtrType->getPointeeType();
428 T1 = T1PtrType->getPointeeType();
433 const MemberPointerType *T1MPType = T1->getAs<MemberPointerType>(),
436 T1 = T1MPType->getPointeeType();
441 const BlockPointerType *T1BPType = T1->getAs<BlockPointerType>()
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 750 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2, bool StopAtSemi = true,
752 tok::TokenKind TokArray[] = {T1, T2};
755 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2, tok::TokenKind T3,
758 tok::TokenKind TokArray[] = {T1, T2, T3};
    [all...]
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 263 /** \internal Adds the const qualifier on the value-type of T2 if and only if T1 is a const type */
264 template<typename T1, typename T2>
268 bool(internal::is_const<T1>::value),
  /external/srtp/crypto/cipher/
aes.c 51 * we use the tables T0, T1, T2, T3, and T4 to compute AES, and
131 static uint32_t T1[256] = {
669 static uint32_t T1[256] = {
    [all...]
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 341 // type_equals<T1, T2>::value is non-zero iff T1 and T2 are the same type.
342 template <typename T1, typename T2> struct type_equals : public false_type {};