Home
last modified time | relevance | path

Searched refs:conjugate (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_abstract_numbers.py15 self.assertEqual(7, int(7).conjugate())
16 self.assertEqual(-7, int(-7).conjugate())
26 self.assertEqual(7.3, float(7.3).conjugate())
27 self.assertEqual(-7.3, float(-7.3).conjugate())
H A Dtest_complex.py306 self.assertClose(complex(5.3, 9.8).conjugate(), 5.3-9.8j)
H A Dtest_decimal.py2725 self.assertEqual(x.conjugate(), x)
2732 self.assertRaises(AttributeError, setattr, x, 'conjugate', 100)
2818 self.assertRaises(TypeError, D(1).conjugate, context=xc)
/third_party/python/Lib/
H A Dnumbers.py36 *, /, **, abs(), .conjugate, ==, and !=.
135 def conjugate(self): member in Complex
136 """(x+y*i).conjugate() returns (x-y*i)."""
260 def conjugate(self): member in Real
H A D_pydecimal.py1653 def conjugate(self): member in Decimal
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dsimd_quat.hpp256 /// Returns the q conjugate.
259 detail::fquatSIMD conjugate(
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dquaternion.hpp232 /// Returns the q conjugate.
236 GLM_FUNC_DECL tquat<T, P> conjugate(tquat<T, P> const & q);

Completed in 17 milliseconds