HomeSort by relevance Sort by last modified time
    Searched refs:ScalarType (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/referencerenderer/
rrGenericVector.hpp 69 template<typename ScalarType>
70 explicit GenericVec4 (const tcu::Vector<ScalarType, 4>& value)
84 template<typename ScalarType>
85 GenericVec4& operator= (const tcu::Vector<ScalarType, 4>& value)
87 getAccess<ScalarType>()[0] = value[0];
88 getAccess<ScalarType>()[1] = value[1];
89 getAccess<ScalarType>()[2] = value[2];
90 getAccess<ScalarType>()[3] = value[3];
94 template<typename ScalarType>
95 inline tcu::Vector<ScalarType, 4> get (void) cons
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 38 typedef Matrix<Scalar,Dynamic,1> ScalarType;
117 ScalarType m_scal; // The vector for scaling the matrix
148 Map<ScalarType> vals(m_L.valuePtr(), nnz); //values
153 ScalarType curCol(n); // Store a nonzero values in each column
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 60 template<typename ScalarType>
61 inline Vector<ScalarType, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k)
64 return access.getPixelT<ScalarType>(i, j, k);
66 return sampler.borderColor.cast<ScalarType>();
494 template<typename PrecType, typename ScalarType>
500 const Vector<ScalarType, 4>& result)
512 const Vector<ScalarType, 4> color = lookup<ScalarType>(level, sampler, x, coordY, 0);
521 template<typename PrecType, typename ScalarType>
527 const Vector<ScalarType, 4>& result
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 508 MDNode *ScalarType = MDNode::get(I->getContext(), Elts);
509 // Create a MDNode <ScalarType, ScalarType, offset 0, const>
511 ScalarType, ScalarType,
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 228 milliseconds