Home
last modified time | relevance | path

Searched defs:Inverse (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/ADT/
DGraphTraits.h78 struct Inverse { struct
81 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() argument
/external/vulkan-validation-layers/libs/glm/gtc/
Dmatrix_inverse.inl71 detail::tmat2x2<T, P> Inverse( local
91 detail::tmat3x3<T, P> Inverse; local
132 detail::tmat4x4<T, P> Inverse; local
Dmatrix_transform.inl365 detail::tmat4x4<T, P> Inverse = inverse(proj * model); local
/external/opencv3/modules/cudawarping/test/
Dtest_warp_perspective.cpp66 PARAM_TEST_CASE(BuildWarpPerspectiveMaps, cv::cuda::DeviceInfo, cv::Size, Inverse) in PARAM_TEST_CASE() argument
186 PARAM_TEST_CASE(WarpPerspective, cv::cuda::DeviceInfo, cv::Size, MatType, Inverse, Interpolation, B… in PARAM_TEST_CASE() argument
240 PARAM_TEST_CASE(WarpPerspectiveNPP, cv::cuda::DeviceInfo, MatType, Inverse, Interpolation) in PARAM_TEST_CASE() argument
Dtest_warp_affine.cpp65 PARAM_TEST_CASE(BuildWarpAffineMaps, cv::cuda::DeviceInfo, cv::Size, Inverse) in PARAM_TEST_CASE() argument
183 PARAM_TEST_CASE(WarpAffine, cv::cuda::DeviceInfo, cv::Size, MatType, Inverse, Interpolation, Border… in PARAM_TEST_CASE() argument
237 PARAM_TEST_CASE(WarpAffineNPP, cv::cuda::DeviceInfo, MatType, Inverse, Interpolation) in PARAM_TEST_CASE() argument
/external/webrtc/webrtc/common_audio/
Dreal_fourier_openmax.cc61 void RealFourierOpenmax::Inverse(const complex<float>* src, float* dest) const { in Inverse() function in webrtc::RealFourierOpenmax
Dreal_fourier_ooura.cc64 void RealFourierOoura::Inverse(const complex<float>* src, float* dest) const { in Inverse() function in webrtc::RealFourierOoura
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp280 class Inverse class
283 inline Inverse(bool val = false) : val_(val) {} in Inverse() function in cvtest::Inverse
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256.cpp112 int32_t CBC_ReedSolomonGF256::Inverse(int32_t a, int32_t& e) { in Inverse() function in CBC_ReedSolomonGF256
/external/pdfium/core/src/fxcrt/
Dfx_basic_util.cpp350 CFX_Matrix_3by3 CFX_Matrix_3by3::Inverse() { in Inverse() function in CFX_Matrix_3by3
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat3x3.inl418 detail::tmat3x3<T, P> Inverse(detail::tmat3x3<T, P>::_null); local
459 tmat3x3<T, P> Inverse( local
Dtype_mat2x2.inl382 detail::tmat2x2<T, P> Inverse( local
Dtype_mat4x4.inl524 detail::tmat4x4<T, P> Inverse(Inv0 * SignA, Inv1 * SignB, Inv2 * SignA, Inv3 * SignB); local
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.cpp125 void CBC_PDF417HighLevelEncoder::Inverse() { in Inverse() function in CBC_PDF417HighLevelEncoder
/external/llvm/lib/IR/
DConstantFold.cpp1947 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType()); in ConstantFoldCompareInstruction() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2518 bool Inverse = false; in ProcessUMulZExtIdiom() local
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3669 class Inverse<2> : public DerivedFunc<Signature<Mat2, Mat2> > class
3689 class Inverse<3> : public DerivedFunc<Signature<Mat3, Mat3> > class
3731 class Inverse<4> : public DerivedFunc<Signature<Mat4, Mat4> > class
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3618 class Inverse<2> : public DerivedFunc<Signature<Mat2, Mat2> > class
3638 class Inverse<3> : public DerivedFunc<Signature<Mat3, Mat3> > class
3680 class Inverse<4> : public DerivedFunc<Signature<Mat4, Mat4> > class
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7586 bool Inverse) { in isImpliedCond()