HomeSort by relevance Sort by last modified time
    Searched refs:vec (Results 676 - 700 of 777) sorted by null

<<21222324252627282930>>

  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
sunos.c     [all...]
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/
vec4-spec.js 473 result = vec3.forEach(vecArray, 0, 0, 0, function(out, vec) {});
vec2-spec.js 530 result = vec2.forEach(vecArray, 0, 0, 0, function(out, vec) {});
vec3-spec.js 634 result = vec3.forEach(vecArray, 0, 0, 0, function(out, vec) {});
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btConeTwistConstraint.cpp 34 btVector3 vec = axis * invInertiaWorld; local
35 return axis.dot(vec);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuaternion.h 62 SIMD_FORCE_INLINE btQuaternion(const btSimdFloat4 vec)
64 mVec128 = vec;
btMatrix3x3.h 407 btSimdFloat4 vec; member in union:__anon14847
449 q.set128(temp.vec);
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 122 static T minComp (const Vector<T, Size>& vec)
124 T minVal = vec[0];
126 minVal = de::min(minVal, vec[ndx]);
131 static T maxComp (const Vector<T, Size>& vec)
133 T maxVal = vec[0];
135 maxVal = de::max(maxVal, vec[ndx]);
    [all...]
  /external/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/test/cctest/
test-assembler-x64.cc 624 v8::Local<v8::Array> vec = v8::Local<v8::Array>::Cast(args[0]); local
625 CHECK_EQ(ELEMENT_COUNT, vec->Length());
635 __ movl(rax, Immediate(vec->Get(context, i)
640 __ orq(rax, Immediate(vec->Get(context, ++i)
684 "function foo(vec) {"
685 " return do_sse2(vec);"
692 int32_t vec[ELEMENT_COUNT] = { -1, 1, 1, 1 }; local
695 v8_vec->Set(env.local(), i, v8_num(vec[i])).FromJust();
    [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.hpp 744 * \param vec the vector to copy.
746 vector(const vector<T, N>& vec) :
747 size_(vec.size_)
750 assign(vec.begin(), vec.end());
792 * \param vec the vector against which to compare.
794 bool operator==(vector<T,N> &vec)
796 if (size() != vec.size()) {
801 if( operator[](i) != vec[i] ) {
887 iterator (const vector<T,N> &vec, int index)
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 2821 Int32 n, vec, i; local
2841 Int32 pp, i, j, vec; local
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp     [all...]
  /external/opencv3/modules/core/test/
test_math.cpp 1280 Mat vec; local
    [all...]
  /external/opencv3/modules/cudaobjdetect/src/
hog.cpp 320 unsigned char* vec = labels_host.ptr();
326 if (vec[i])
346 float* vec = labels_host.ptr<float>();
354 if (vec[i] >= hit_threshold_)
357 confidences->push_back((double)vec[i]);
    [all...]
  /external/opencv3/modules/calib3d/test/
test_cameracalibration.cpp 201 const CvMat* vec = &test_mat[INPUT][0]; local
214 cvTsProjectPoints( vec, m, v2m_jac );
216 cvTsCopy( vec, vec2 );
    [all...]
test_fundam.cpp 714 const Mat& vec = test_mat[INPUT][0]; local
727 cvtest::Rodrigues( vec, m, v2m_jac );
729 cvtest::copy( vec, vec2 );
    [all...]
  /external/skia/src/core/
SkDraw.cpp 931 static SkScalar fast_len(const SkVector& vec) {
932 SkScalar x = SkScalarAbs(vec.fX);
933 SkScalar y = SkScalarAbs(vec.fY);
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 3613 HChar** vec = (HChar**)ARG2; local
4275 struct vki_sendfilevec *vec = (struct vki_sendfilevec *) ARG3; local
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 75 template <typename T> __device__ __forceinline__ void setAlpha(typename MakeVec<T, 3>::type& vec, T val)
79 template <typename T> __device__ __forceinline__ void setAlpha(typename MakeVec<T, 4>::type& vec, T val)
81 vec.w = val;
84 template <typename T> __device__ __forceinline__ T getAlpha(const typename MakeVec<T, 3>::type& vec)
89 template <typename T> __device__ __forceinline__ T getAlpha(const typename MakeVec<T, 4>::type& vec)
91 return vec.w;
    [all...]
  /external/valgrind/VEX/priv/
host_x86_isel.c 1358 HReg vec = iselVecExpr(env, e->Iex.Unop.arg); local
2649 HReg vec = iselVecExpr(env, e->Iex.Unop.arg); local
3957 HReg vec = iselVecExpr(env, stmt->Ist.Put.data); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 459 inline tcu::Vector<T, 4> swizzleVec (const tcu::Vector<T, 4>& vec, int swzNdx)
462 return vec.swizzle(swz[0], swz[1], swz[2], swz[3]);
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]
  /external/libunwind_llvm/src/
Registers.hpp 26 struct v128 { uint32_t vec[4]; }; member in struct:libunwind::v128
    [all...]

Completed in 1786 milliseconds

<<21222324252627282930>>