Home
last modified time | relevance | path

Searched defs:Scaling (Results 1 – 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DScaling.h121 inline UniformScaling<float> Scaling(float s) { return UniformScaling<float>(s); } in Scaling() function
123 inline UniformScaling<double> Scaling(double s) { return UniformScaling<double>(s); } in Scaling() function
126 inline UniformScaling<std::complex<RealScalar> > Scaling(const std::complex<RealScalar>& s) in Scaling() function
131 inline DiagonalMatrix<Scalar,2> Scaling(const Scalar& sx, const Scalar& sy) in Scaling() function
135 inline DiagonalMatrix<Scalar,3> Scaling(const Scalar& sx, const Scalar& sy, const Scalar& sz) in Scaling() function
142 inline const DiagonalWrapper<const Derived> Scaling(const MatrixBase<Derived>& coeffs) in Scaling() function
/external/libchrome/ui/gfx/geometry/
Daxis_transform2d_unittest.cc25 TEST(AxisTransform2dTest, Scaling) { in TEST() argument
Dquaternion_unittest.cc89 TEST(QuatTest, Scaling) { in TEST() argument
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp63 enum Scaling enum
DvktWsiIncrementalPresentTests.cpp63 enum Scaling enum
/external/google-benchmark/include/benchmark/
Dbenchmark.h1306 enum Scaling { enum
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp83 Value *IRBuilderBase::CreateVScale(Constant *Scaling, const Twine &Name) { in CreateVScale()