Searched refs:scl (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathMatrixAlgo.h131 Vec3<T> &scl,
143 Vec3<T> &scl,
157 Vec3<T> &scl,
201 (const T &scl,
256 Vec2<T> &scl,
268 Vec2<T> &scl,
282 Vec2<T> &scl,
298 (const T &scl,
312 extractScaling (const Matrix44<T> &mat, Vec3<T> &scl, bool exc) argument
317 if (! extractAndRemoveScalingAndShear (M, scl, sh
328 Vec3<T> scl; local
350 Vec3<T> scl; local
369 extractScalingAndShear(const Matrix44<T> &mat, Vec3<T> &scl, Vec3<T> &shr, bool exc) argument
385 Vec3<T> scl; local
400 Vec3<T> scl; local
412 extractAndRemoveScalingAndShear(Matrix44<T> &mat, Vec3<T> &scl, Vec3<T> &shr, bool exc) argument
731 checkForZeroScaleInRow(const T& scl, const Vec3<T> &row, bool exc ) argument
859 extractScaling(const Matrix33<T> &mat, Vec2<T> &scl, bool exc) argument
875 Vec2<T> scl; local
897 Vec2<T> scl; local
916 extractScalingAndShear(const Matrix33<T> &mat, Vec2<T> &scl, T &shr, bool exc) argument
931 Vec2<T> scl; local
946 Vec2<T> scl; local
957 extractAndRemoveScalingAndShear(Matrix33<T> &mat, Vec2<T> &scl, T &shr, bool exc) argument
1092 checkForZeroScaleInRow(const T& scl, const Vec2<T> &row, bool exc ) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp90 uint32 scl = Read32(OUT, info->sclYReg) & info->sclYMask; local
93 *_clock = scl != 0;
105 uint32 scl = Read32(OUT, info->sclEnReg) & ~info->sclEnMask; local
106 scl |= clock ? 0 : info->sclEnMask;
107 Write32(OUT, info->sclEnReg, scl);

Completed in 38 milliseconds