Home
last modified time | relevance | path

Searched refs:Translation (Results 1 – 25 of 96) sorted by relevance

1234

/external/eigen/Eigen/src/Eigen2Support/Geometry/
DTranslation.h29 class Translation
53 Translation() {} in Translation() function
55 inline Translation(const Scalar& sx, const Scalar& sy) in Translation() function
62 inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz) in Translation() function
70 explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {} in Translation() function
76 inline Translation operator* (const Translation& other) const
77 { return Translation(m_coeffs + other.m_coeffs); }
91 friend inline TransformType operator* (const LinearMatrixType& linear, const Translation& t)
110 Translation inverse() const { return Translation(-m_coeffs); } in inverse()
112 Translation& operator=(const Translation& other)
[all …]
DAll.h43 #define Translation eigen2_Translation macro
98 #undef Translation
/external/eigen/Eigen/src/Geometry/
DTranslation.h30 class Translation
54 Translation() {} in Translation() function
56 inline Translation(const Scalar& sx, const Scalar& sy) in Translation() function
63 inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz) in Translation() function
71 explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {} in Translation() function
94 inline Translation operator* (const Translation& other) const
95 { return Translation(m_coeffs + other.m_coeffs); }
112 inline AffineTransformType operator*(const EigenBase<OtherDerived>& linear, const Translation& t)
137 Translation inverse() const { return Translation(-m_coeffs); } in inverse()
139 Translation& operator=(const Translation& other)
[all …]
DScaling.h59 inline Transform<Scalar,Dim,Affine> operator* (const Translation<Scalar,Dim>& t) const;
154 UniformScaling<Scalar>::operator* (const Translation<Scalar,Dim>& t) const
/external/v8/src/
Ddeoptimizer.cc788 Translation::Opcode opcode = in DoComputeOutputFrames()
789 static_cast<Translation::Opcode>(iterator.Next()); in DoComputeOutputFrames()
790 DCHECK(Translation::BEGIN == opcode); in DoComputeOutputFrames()
811 Translation::Opcode opcode = in DoComputeOutputFrames()
812 static_cast<Translation::Opcode>(iterator.Next()); in DoComputeOutputFrames()
814 case Translation::JS_FRAME: in DoComputeOutputFrames()
818 case Translation::ARGUMENTS_ADAPTOR_FRAME: in DoComputeOutputFrames()
821 case Translation::CONSTRUCT_STUB_FRAME: in DoComputeOutputFrames()
824 case Translation::GETTER_STUB_FRAME: in DoComputeOutputFrames()
827 case Translation::SETTER_STUB_FRAME: in DoComputeOutputFrames()
[all …]
Dframes.cc923 if (literal_id == Translation::kSelfLiteralId) { in LiteralAt()
954 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); in Summarize()
955 DCHECK(opcode == Translation::BEGIN); in Summarize()
964 opcode = static_cast<Translation::Opcode>(it.Next()); in Summarize()
965 if (opcode == Translation::JS_FRAME) { in Summarize()
975 opcode = static_cast<Translation::Opcode>(it.Next()); in Summarize()
980 if (opcode == Translation::LITERAL) { in Summarize()
982 } else if (opcode == Translation::STACK_SLOT) { in Summarize()
1020 } else if (opcode == Translation::CONSTRUCT_STUB_FRAME) { in Summarize()
1022 it.Skip(Translation::NumberOfOperandsFor(opcode)); in Summarize()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DAnimationFactory.java67 Translation, Rotation, Scale; enumConstant
388 interpolate(keyFramesTranslation, Type.Translation); in buildAnimation()
429 case Translation: in interpolate()
448 case Translation: in interpolate()
/external/eigen/doc/
DTutorialGeometry.dox10 …AngleAxis "angle and axis" or by a \ref Quaternion "quaternion"), \ref Translation "translations",…
52 N-D Translation</td><td>\code
53 Translation<float,2>(tx, ty)
54 Translation<float,3>(tx, ty, tz)
55 Translation<float,N>(s)
56 Translation<float,N>(vecN)\endcode</td></tr>
74 <strong>Notes on Translation and Scaling</strong>\n Like AngleAxis, these classes were
183 <tr><td>Translation</td><td>\code
/external/v8/src/compiler/
Dcode-generator.h96 Translation* translation, size_t frame_state_offset,
98 void AddTranslationForOperand(Translation* translation, Instruction* instr,
Dcode-generator.cc302 Translation* translation, size_t frame_state_offset, in BuildTranslationForFrameStateDescriptor()
311 int id = Translation::kSelfLiteralId; in BuildTranslationForFrameStateDescriptor()
354 Translation translation( in BuildTranslation()
369 void CodeGenerator::AddTranslationForOperand(Translation* translation, in AddTranslationForOperand()
/external/libexif/
DREADME137 coordination sites, the Translation Project
140 Any updates to language translations coordinated by the Translation Project
144 following languages must be updated through the Translation Project:
150 disclaimer is NOT required for libexif at the Translation Project; by making
/external/zlib/src/contrib/vstudio/vc11/
Dzlib.rc30 VALUE "Translation", 0x0409, 1252
/external/zlib/src/contrib/vstudio/vc10/
Dzlib.rc30 VALUE "Translation", 0x0409, 1252
/external/zlib/src/contrib/vstudio/vc9/
Dzlib.rc30 VALUE "Translation", 0x0409, 1252
/external/zlib/src/win32/
Dzlib1.rc38 VALUE "Translation", 0x0409, 1252
/external/lzma/CPP/7zip/
DMyVersionInfo.rc46 VALUE "Translation", 0x409, 1200 \
/external/eigen/test/
Dgeo_transformations.cpp25 typedef Translation<Scalar,3> Translation3; in non_projective_only()
93 typedef Translation<Scalar,2> Translation2; in transformations()
94 typedef Translation<Scalar,3> Translation3; in transformations()
398 Translation<float,3> tr1f = tr1.template cast<float>(); in transformations()
400 Translation<double,3> tr1d = tr1.template cast<double>(); in transformations()
/external/icu/icu4c/source/data/misc/
Dicudata.rc62 VALUE "Translation", 0x000, 0000
/external/eigen/test/eigen2/
Deigen2_geometry.cpp33 typedef Translation<Scalar,2> Translation2; in geometry()
34 typedef Translation<Scalar,3> Translation3; in geometry()
361 Translation<float,3> tr1f = tr1.template cast<float>(); in geometry()
363 Translation<double,3> tr1d = tr1.template cast<double>(); in geometry()
/external/llvm/lib/Option/
DArgList.cpp282 const char *Translation, in AddAllArgsTranslated() argument
288 Output.push_back(MakeArgString(StringRef(Translation) + in AddAllArgsTranslated()
291 Output.push_back(Translation); in AddAllArgsTranslated()
/external/giflib/
Dgifalloc.c204 GifApplyTranslation(SavedImage *Image, GifPixelType Translation[]) in GifApplyTranslation() argument
210 Image->RasterBits[i] = Translation[Image->RasterBits[i]]; in GifApplyTranslation()
/external/iptables/extensions/
Dlibip6t_DNPT.man1 Provides stateless destination IPv6-to-IPv6 Network Prefix Translation (as
Dlibip6t_SNPT.man1 Provides stateless source IPv6-to-IPv6 Network Prefix Translation (as described
/external/pdfium/fpdfsdk/src/
Dfpdfsdkdll.rc63 VALUE "Translation", 0x809, 1200
/external/eigen/Eigen/
DGeometry43 #include "src/Geometry/Translation.h"

1234