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

  /external/tensorflow/tensorflow/python/kernel_tests/
determinant_op_test.py 161 det2 = linalg_ops.matrix_determinant(matrix2)
162 det1_val, det2_val = self.evaluate([det1, det2])
  /external/swiftshader/src/Pipeline/
ShaderCore.hpp 284 void det2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
PixelProgram.cpp 187 case Shader::OPCODE_DET2: det2(d, s0, s1); break;
    [all...]
VertexProgram.cpp 176 case Shader::OPCODE_DET2: det2(d, s0, s1); break;
    [all...]
ShaderCore.cpp 1295 void ShaderCore::det2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) function in class:sw::ShaderCore
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.hpp 284 void det2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
VertexProgram.cpp 183 case Shader::OPCODE_DET2: det2(d, s0, s1); break;
    [all...]
PixelProgram.cpp 187 case Shader::OPCODE_DET2: det2(d, s0, s1); break;
    [all...]
ShaderCore.cpp 1295 void ShaderCore::det2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) function in class:sw::ShaderCore
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp 12335 static T det2(T _00, T _10, T _01, T _11) function in namespace:gl4cts::Math
    [all...]

Completed in 236 milliseconds