HomeSort by relevance Sort by last modified time
    Searched refs:det2 (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug453.go 15 det2 := mA[0]
27 return det1 + det2*det3 +
  /prebuilts/go/linux-x86/test/fixedbugs/
bug453.go 15 det2 := mA[0]
27 return det1 + det2*det3 +
  /external/opencv/cvaux/src/
decomppoly.cpp 155 int det, det1, det2;
224 det2 = ix1 * iy0 - ix0 * iy1;
225 t2 = ( ( float )( det2 ) ) / det;
  /external/opencv/cxcore/src/
cxmatrix.cpp 761 #define det2(m) (m(0,0)*m(1,1) - m(0,1)*m(1,0)) macro
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.hpp 298 void det2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
PixelProgram.cpp 182 case Shader::OPCODE_DET2: det2(d, s0, s1); break;
    [all...]
VertexProgram.cpp 183 case Shader::OPCODE_DET2: det2(d, s0, s1); break;
    [all...]
ShaderCore.cpp 1208 void ShaderCore::det2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) function in class:sw::ShaderCore
    [all...]

Completed in 229 milliseconds