/third_party/python/Lib/test/ |
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())
|
D | test_complex.py | 306 self.assertClose(complex(5.3, 9.8).conjugate(), 5.3-9.8j)
|
D | test_decimal.py | 2657 self.assertEqual(x.conjugate(), x) 2750 self.assertRaises(TypeError, D(1).conjugate, context=xc)
|
/third_party/boost/libs/qvm/test/ |
D | conjugate_test.cpp | 24 test_same_type(x,conjugate(x)); in test() 26 test_qvm::quaternion<Q1> y=conjugate(x); in test() 30 test_qvm::quaternion<Q1> y=conjugate(qref(x)); in test()
|
/third_party/python/Doc/library/ |
D | numbers.rst | 30 ``-``, ``*``, ``/``, ``**``, :func:`abs`, :meth:`conjugate`, ``==``, and 41 .. abstractmethod:: conjugate() 43 Abstract. Returns the complex conjugate. For example, ``(1+3j).conjugate() 56 :attr:`~Complex.imag`, and :meth:`~Complex.conjugate`.
|
D | stdtypes.rst | 305 | ``c.conjugate()`` | conjugate of the complex number | | | 317 single: conjugate() (complex number method)
|
/third_party/python/Lib/ |
D | numbers.py | 135 def conjugate(self): member in Complex 260 def conjugate(self): member in Real
|
D | _pydecimal.py | 1643 def conjugate(self): member in Decimal
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_quat.hpp | 259 detail::fquatSIMD conjugate(
|
D | dual_quaternion.inl | 246 const glm::tquat<T, P> real = conjugate(q.real); 247 const glm::tquat<T, P> dual = conjugate(q.dual);
|
D | simd_quat.inl | 558 GLM_FUNC_QUALIFIER detail::fquatSIMD conjugate function 571 return conjugate(q) / dot(q, q);
|
/third_party/boost/libs/math/doc/octonion/ |
D | output_more.txt | 24 the value of the conjugate is (1,-2,-3,-4,-5,-6,-7,-8)
|
D | math-octonion.qbk | 772 This returns the conjugate of the octonion.
|
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/ |
D | generate_height.comp | 88 … b = vec2(b.x, -b.y); // Complex conjugate since we picked a frequency with the opposite direction.
|
/third_party/boost/libs/math/doc/quaternion/ |
D | output_more.txt | 36 the value of the conjugate is (1,-2,-3,-4)
|
D | math-quaternion.qbk | 668 This returns the conjugate of the quaternion.
|
/third_party/boost/libs/math/doc/distributions/ |
D | inverse_chi_squared.qbk | 53 the scaled inverse chi-square is conjugate prior for the normal distribution 56 See [@http://en.wikipedia.org/wiki/Conjugate_prior conjugate priors including a table of distributi…
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | quaternion.hpp | 236 GLM_FUNC_DECL tquat<T, P> conjugate(tquat<T, P> const & q);
|
D | quaternion.inl | 202 GLM_FUNC_QUALIFIER tquat<T, P> conjugate(tquat<T, P> const & q) function 210 return conjugate(q) / dot(q, q);
|
/third_party/boost/libs/multiprecision/test/ |
D | eigen.hpp | 95 << a.conjugate() << endl; in example3()
|
/third_party/boost/boost/qvm/ |
D | quat_operations.hpp | 188 conjugate( A const & a ) in conjugate() function 1452 using ::boost::qvm::conjugate;
|
/third_party/mindspore/mindspore/lite/schema/ |
D | ops_v0.fbs | 768 conjugate: bool = false; // DEPRECATED
|
D | ops_v0_generated.h | 7791 bool conjugate() const { in conjugate() function 7810 void add_conjugate(bool conjugate) { in add_conjugate() 7811 fbb_.AddElement<uint8_t>(Transpose::VT_CONJUGATE, static_cast<uint8_t>(conjugate), 0); in add_conjugate() 7827 bool conjugate = false) { 7830 builder_.add_conjugate(conjugate); 7837 bool conjugate = false) { 7842 conjugate);
|
/third_party/boost/libs/qvm/doc/ |
D | qvm.adoc | 2209 [[conjugate]] anchor 2210 ==== `conjugate` 2220 conjugate( A const & a ); 2225 Returns: :: Computes the conjugate of `a`. 2247 Returns: :: Computes the multiplicative inverse of `a`, or the conjugate-to-norm ratio. 2251 TIP: If `a` is known to be unit length, `conjugate` is equivalent to <<quat_inverse,`inverse`>>, ye… argument
|
/third_party/mindspore/mindspore/lite/schema/inner/ |
D | ops_v0_generated.h | 10978 bool conjugate = false; member 10997 bool conjugate() const { in conjugate() function 11022 void add_conjugate(bool conjugate) { in add_conjugate() 11023 fbb_.AddElement<uint8_t>(Transpose::VT_CONJUGATE, static_cast<uint8_t>(conjugate), 0); in add_conjugate() 11039 bool conjugate = false) { 11042 builder_.add_conjugate(conjugate); 11049 bool conjugate = false) { 11054 conjugate); 20898 { auto _e = conjugate(); _o->conjugate = _e; } in UnPackTo() 20910 auto _conjugate = _o->conjugate; in CreateTranspose()
|