Searched refs:isub (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Lib/ |
D | operator.py | 391 def isub(a, b): function 458 __isub__ = isub
|
/third_party/boost/boost/python/ |
D | operators.hpp | 306 BOOST_PYTHON_INPLACE_OPERATOR(isub,-=)
|
/third_party/python/Doc/library/ |
D | operator.rst | 544 .. function:: isub(a, b) 547 ``a = isub(a, b)`` is equivalent to ``a -= b``.
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …isub(t),this.negative^=1,this._normSign();if(0===this.negative&&0!==t.negative)return t.negative=0…
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 250 void isub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
|
D | VertexProgram.cpp | 296 case Shader::OPCODE_ISUB: isub(d, s0, s1); break; in program()
|
D | PixelProgram.cpp | 206 case Shader::OPCODE_ISUB: isub(d, s0, s1); break; in applyShader()
|
D | ShaderCore.cpp | 790 void ShaderCore::isub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in isub() function in sw::ShaderCore
|
/third_party/python/Lib/test/ |
D | test_operator.py | 479 self.assertEqual(operator.isub (c, 5), "isub")
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
D | spirv-assembly.txt | 49 dEQP-VK.spirv_assembly.instruction.compute.opatomic.isub 56 dEQP-VK.spirv_assembly.instruction.compute.opatomic_storage_buffer.isub 63 dEQP-VK.spirv_assembly.instruction.compute.opatomic_return_values.isub 68 dEQP-VK.spirv_assembly.instruction.compute.opatomic_storage_buffer_volatile.isub 94 dEQP-VK.spirv_assembly.instruction.compute.opspecconstantop.isub
|