Searched refs:conjugate (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_abstract_numbers.py | 15 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 D | test_complex.py | 306 self.assertClose(complex(5.3, 9.8).conjugate(), 5.3-9.8j)
|
H A D | test_decimal.py | 2725 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 D | numbers.py | 36 *, /, **, 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.py | 1653 def conjugate(self): member in Decimal
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | simd_quat.hpp | 256 /// Returns the q conjugate. 259 detail::fquatSIMD conjugate(
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | quaternion.hpp | 232 /// Returns the q conjugate. 236 GLM_FUNC_DECL tquat<T, P> conjugate(tquat<T, P> const & q);
|
Completed in 16 milliseconds