Home
last modified time | relevance | path

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

123456789

/external/eigen/Eigen/src/Geometry/
DTranslation.h30 class Translation
54 EIGEN_DEVICE_FUNC Translation() {} in Translation() function
56 EIGEN_DEVICE_FUNC inline Translation(const Scalar& sx, const Scalar& sy) in Translation() function
63 EIGEN_DEVICE_FUNC inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz) in Translation() function
71 EIGEN_DEVICE_FUNC explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {} in Translation() function
94 EIGEN_DEVICE_FUNC inline Translation operator* (const Translation& other) const
95 { return Translation(m_coeffs + other.m_coeffs); }
112 …C inline AffineTransformType operator*(const EigenBase<OtherDerived>& linear, const Translation& t)
139 Translation inverse() const { return Translation(-m_coeffs); } in inverse()
141 Translation& operator=(const Translation& other)
[all …]
DScaling.h59 inline Transform<Scalar,Dim,Affine> operator* (const Translation<Scalar,Dim>& t) const;
158 UniformScaling<Scalar>::operator* (const Translation<Scalar,Dim>& t) const
/external/llvm-project/llvm/tools/dsymutil/
DSymbolMap.cpp45 const std::string &Translation = UnobfuscatedStrings[LineNumber]; in operator ()() local
47 return Translation; in operator ()()
51 if (Translation[0] == 1) in operator ()()
52 return StringRef(Translation).drop_front(); in operator ()()
58 UnobfuscatedStrings.emplace_back("_" + Translation); in operator ()()
/external/llvm-project/mlir/lib/Translation/
DCMakeLists.txt2 Translation.cpp
5 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Translation
/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
184 <tr><td>Translation</td><td>\code
/external/arm-trusted-firmware/docs/
Dglossary.rst22 Address Translation
191 Translation Lookaside Buffer
215 Translation (abbr.). For example, "XLAT table".
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp148 const char *Translation, in AddAllArgsTranslated() argument
154 Output.push_back(MakeArgString(StringRef(Translation) + in AddAllArgsTranslated()
157 Output.push_back(Translation); in AddAllArgsTranslated()
/external/llvm-project/llvm/lib/Option/
DArgList.cpp148 const char *Translation, in AddAllArgsTranslated() argument
154 Output.push_back(MakeArgString(StringRef(Translation) + in AddAllArgsTranslated()
157 Output.push_back(Translation); in AddAllArgsTranslated()
/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/llvm-project/mlir/lib/
DCMakeLists.txt20 add_subdirectory(Translation)
/external/lz4/programs/
Dlz4-exe.rc.in24 VALUE "Translation", 0x0409, 1200
/external/llvm-project/llvm/test/tools/llvm-rc/Inputs/
Dtag-versioninfo.rc29 VALUE "Translation", 0x409, 1252
/external/libiio/src/
Dproperties.rc.cmakein22 VALUE "Translation", 0x409, 1252
/external/libcups/cups/
Dtest2.ppd57 *fr.Translation PageSize/French Page Size: ""
58 *fr_CA.Translation PageSize/French Canadian Page Size: ""
81 *fr.Translation PageRegion/French Page Region: ""
86 *fr_CA.Translation PageRegion/French Canadian Page Region: ""
/external/lz4/lib/
Dliblz4-dll.rc.in33 VALUE "Translation", 0x0409, 1200
/external/angle/src/tests/gl_tests/gles1/
DMatrixMultTest.cpp50 TEST_P(MatrixMultTest, Translation) in TEST_P() argument
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc14/
Dzlib.rc30 VALUE "Translation", 0x0409, 1252
/external/libpcap/
Dpcap-dll.rc34 VALUE "Translation", 0x0, 1200
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticCrossTUKinds.td1 //==--- DiagnosticCrossTUKinds.td - Cross Translation Unit diagnostics ----===//
/external/python/cpython3/PC/
Dpyshellext.rc44 VALUE "Translation", 0x0, 1200
Dpython_nt.rc44 VALUE "Translation", 0x0, 1200
/external/libxml2/win32/
Dlibxml2.rc34 VALUE "Translation", 0x0409, 0 /* US English, ASCII */
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc12/
Dzlib.rc30 VALUE "Translation", 0x0409, 1252
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc9/
Dzlib.rc30 VALUE "Translation", 0x0409, 1252
/external/ImageMagick/config/
DTranslation.md1 Translation is fairly straight-forward. Copy `english.xml` to _locale_.xml. Change any messages f…

123456789