HomeSort by relevance Sort by last modified time
    Searched refs:T1 (Results 476 - 500 of 538) sorted by null

<<11121314151617181920>>

  /external/opencv3/modules/calib3d/test/
test_fundam.cpp 1696 double t1 = f[3]*p[0] + f[4]*p[1] + f[5]*p[2]; local
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 204 // T1 T2 N Waste Used by
213 template <typename T1, typename T2, unsigned N>
218 T1 first[N];
227 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 485 template <typename T1, typename T2>
486 operator std::pair<T1, T2>() const {
487 return std::pair<T1, T2>(first, second);
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 767 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
768 // compiler error iff T1 and T2 are different types.
769 template <typename T1, typename T2>
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 693 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
694 // compiler error iff T1 and T2 are different types.
695 template <typename T1, typename T2>
    [all...]
  /external/libunwind_llvm/src/
UnwindRegistersSave.S 320 @ T1 does not have a non-cpsr-clobbering register-zeroing instruction.
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 368 // we use T1 for the second register, if we need to save something away.
395 SecondRegSavedTo = Mips::T1;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 796 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
797 // compiler error iff T1 and T2 are different types.
798 template <typename T1, typename T2>
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 767 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
768 // compiler error iff T1 and T2 are different types.
769 template <typename T1, typename T2>
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 104 protected static final int T1 = 1;
    [all...]
  /external/opencv3/modules/imgproc/src/
pyramids.cpp 64 template<typename T1, typename T2> struct PyrDownNoVec
66 int operator()(T1**, T2*, int, int) const { return 0; }
69 template<typename T1, typename T2> struct PyrUpNoVec
71 int operator()(T1**, T2**, int, int) const { return 0; }
89 __m128i r0, r1, r2, r3, r4, t0, t1; local
117 t1 = _mm_add_epi16(r0, _mm_slli_epi16(r1, 2));
119 t1 = _mm_srli_epi16(_mm_add_epi16(t1, delta), 8);
120 _mm_storeu_si128((__m128i*)(dst + x), _mm_packus_epi16(t0, t1));
155 __m128 r0, r1, r2, r3, r4, t0, t1; local
929 WT t1 = s[1]*6 + (s[-2] + s[4])*4 + s[-5] + s[7]; local
940 WT t1 = s[1]*6 + (s[-3] + s[5])*4 + s[-7] + s[9]; local
1027 WT t1 = (src[x] + src[x + cn])*4; local
1040 WT t1 = (src[x] + src[x+cn])*4; local
1055 T t1 = castOp((row1[x] + row2[x])*4); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 693 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
694 // compiler error iff T1 and T2 are different types.
695 template <typename T1, typename T2>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersSave.S 320 @ T1 does not have a non-cpsr-clobbering register-zeroing instruction.
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 682 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
683 // compiler error iff T1 and T2 are different types.
684 template <typename T1, typename T2>
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java     [all...]
  /external/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 300 unsigned T1 = MRI.createVirtualRegister(&AMDGPU::R600_Reg128RegClass);
355 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V), T1)
395 .addReg(T1, RegState::Implicit);
401 unsigned T1 = MRI.createVirtualRegister(&AMDGPU::R600_Reg128RegClass);
457 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::TEX_SET_GRADIENTS_V), T1)
497 .addReg(T1, RegState::Implicit);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /art/compiler/utils/mips/
assembler_mips_test.cc 66 registers_.push_back(new mips::Register(mips::T1));
99 secondary_register_names_.emplace(mips::Register(mips::T1), "t1");
    [all...]
  /external/opencv3/modules/calib3d/src/
fundam.cpp 443 double t0, t1, t2;
491 t1 = f2[3]*f2[8] - f2[5]*f2[6];
494 c[3] = f2[0]*t0 - f2[1]*t1 + f2[2]*t2;
496 c[2] = f1[0]*t0 - f1[1]*t1 + f1[2]*t2 -
505 t1 = f1[3]*f1[8] - f1[5]*f1[6];
508 c[1] = f2[0]*t0 - f2[1]*t1 + f2[2]*t2 -
516 c[0] = f1[0]*t0 - f1[1]*t1 + f1[2]*t2;
651 Mat T1(3, 3, CV_64F, tt1), T2(3, 3, CV_64F, tt2);
653 // F0 <- T2'*F0*T1
656 gemm( TF, T1, 1., 0, 0., F0, 0 )
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 271 VALUE Ascend-FR-Link-Mgt Ascend-FR-T1-617D 1

Completed in 3100 milliseconds

<<11121314151617181920>>