/external/skia/src/core/ |
D | Sk4x4f.h | 35 inline Sk4x4f Sk4x4f::Transpose(const Sk4f& x, const Sk4f& y, const Sk4f& z, const Sk4f& w) { in Transpose() function 44 inline Sk4x4f Sk4x4f::Transpose(const float fs[16]) { in Transpose() function 48 inline Sk4x4f Sk4x4f::Transpose(const uint8_t bs[16]) { in Transpose() function 78 inline Sk4x4f Sk4x4f::Transpose(const Sk4f& x, const Sk4f& y, const Sk4f& z, const Sk4f& w) { in Transpose() function 86 inline Sk4x4f Sk4x4f::Transpose(const float fs[16]) { in Transpose() function 91 inline Sk4x4f Sk4x4f::Transpose(const uint8_t bs[16]) { in Transpose() function 115 inline Sk4x4f Sk4x4f::Transpose(const Sk4f& x, const Sk4f& y, const Sk4f& z, const Sk4f& w) { in Transpose() function 124 inline Sk4x4f Sk4x4f::Transpose(const float fs[16]) { in Transpose() function 128 inline Sk4x4f Sk4x4f::Transpose(const uint8_t bs[16]) { in Transpose() function
|
/external/dng_sdk/source/ |
D | dng_point.h | 179 inline dng_point Transpose (const dng_point &a) in Transpose() function 188 inline dng_point_real64 Transpose (const dng_point_real64 &a) in Transpose() function
|
D | dng_rect.h | 408 inline dng_rect Transpose (const dng_rect &a) in Transpose() function 417 inline dng_rect_real64 Transpose (const dng_rect_real64 &a) in Transpose() function
|
D | dng_matrix.cpp | 998 dng_matrix Transpose (const dng_matrix &A) in Transpose() function
|
/external/gemmlowp/internal/ |
D | dispatch_gemm_shape.h | 37 TransposeType<T> Transpose(const T& t) { in Transpose() function
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | utils.h | 267 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 289 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 368 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 409 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 461 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 512 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 566 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 636 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function 705 INLINE static void Transpose(const uint8_t* pSrc, uint8_t* pDst) in Transpose() function
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | matrix.h | 134 Matrix& Transpose() { in Transpose() function 140 Matrix& Transpose(const Matrix& operand) { in Transpose() function 338 Matrix& Transpose(const T* const* src) { in Transpose() function
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 288 void handleAddEdge(const MatrixMetadata& MD, bool Transpose) { in handleAddEdge() 296 void handleRemoveEdge(const MatrixMetadata& MD, bool Transpose) { in handleRemoveEdge() 395 bool Transpose = N1Id != G.getEdgeNode1Id(EId); in handleUpdateCosts() local
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 3420 class Transpose : public PrimitiveFunc<Signature<Matrix<float, Rows, Columns>, class
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3391 class Transpose : public PrimitiveFunc<Signature<Matrix<float, Rows, Columns>, class
|