HomeSort by relevance Sort by last modified time
    Searched refs:Real (Results 26 - 50 of 210) sorted by null

12 3 4 5 6 7 8 9

  /external/valgrind/gdbserver_tests/
nlpasssigalrm.stdoutB.exp 19 Program received signal SIGxx, Real-time event xx.
  /external/eigen/Eigen/src/Core/
StableNorm.h 46 inline typename NumTraits<typename traits<Derived>::Scalar>::Real
152 inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real
183 inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real
195 inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real
  /external/eigen/demos/mandelbrot/
mandelbrot.h 31 template<typename Real> void render(int img_width, int img_height);
  /external/eigen/test/eigen2/
eigen2_eigensolver.cpp 26 typedef typename NumTraits<Scalar>::Real RealScalar;
29 typedef typename std::complex<typename NumTraits<typename MatrixType::Scalar>::Real> Complex;
109 typedef typename NumTraits<Scalar>::Real RealScalar;
112 typedef typename std::complex<typename NumTraits<typename MatrixType::Scalar>::Real> Complex;
eigen2_inverse.cpp 23 typedef typename NumTraits<Scalar>::Real RealScalar;
eigen2_adjoint.cpp 19 typedef typename NumTraits<Scalar>::Real RealScalar;
50 typedef typename NumTraits<Scalar>::Real RealScalar;
eigen2_alignedbox.cpp 23 typedef typename NumTraits<Scalar>::Real RealScalar;
eigen2_parametrizedline.cpp 24 typedef typename NumTraits<Scalar>::Real RealScalar;
  /external/eigen/unsupported/test/
polynomialsolver.cpp 107 typedef typename REAL_ROOTS::Scalar Real;
110 std::vector< Real > calc_realRoots;
137 Real r = psolve.absGreatestRealRoot( hasRealRoot );
187 typename NumTraits<_Scalar>::Real
matrix_function.cpp 48 // Partial specialization for real matrices
102 typedef typename NumTraits<Scalar>::Real RealScalar;
112 typedef typename NumTraits<Scalar>::Real RealScalar;
140 typedef typename NumTraits<Scalar>::Real RealScalar;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 204 real, enumerator in enum:boost::math::policies::discrete_quantile_policy_type
709 template <class Real, class Policy>
712 typedef Real type;
729 template <class Real>
738 template <class Real, class Policy>
741 BOOST_STATIC_ASSERT( ::std::numeric_limits<Real>::radix == 2);
743 typedef basic_digits<Real> digits_t;
751 digits2< ::std::numeric_limits<Real>::digits>,
776 template <class Real, class Policy>
779 BOOST_STATIC_ASSERT((::std::numeric_limits<Real>::radix == 2) || ((::std::numeric_limits<Real>::is_specialized == 0) || (::std::numeric_limits<Rea (…)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/ber/
test_encoder.py 143 univ.Real((123, 10, 11))
148 univ.Real((1101, 2, 11))
153 univ.Real((1101, 2, -11))
157 assert encoder.encode(univ.Real('inf')) == ints2octs((9, 1, 64))
160 assert encoder.encode(univ.Real('-inf')) == ints2octs((9, 1, 65))
163 assert encoder.encode(univ.Real(0)) == ints2octs((9, 0))
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
AlignedBox.h 33 typedef typename NumTraits<Scalar>::Real RealScalar;
136 bool isApprox(const AlignedBox& other, typename NumTraits<Scalar>::Real prec = precision<Scalar>()) const
  /external/eigen/test/
eigensolver_complex.cpp 21 typedef typename NumTraits<typename VectorType::Scalar>::Real RealScalar;
43 typedef typename NumTraits<Scalar>::Real RealScalar;
55 // Note: If MatrixType is real then a.eigenvalues() uses EigenSolver and thus
eigensolver_generic.cpp 25 typedef typename NumTraits<Scalar>::Real RealScalar;
27 typedef typename std::complex<typename NumTraits<typename MatrixType::Scalar>::Real> Complex;
120 V(0,0) = solver.eigenvectors()(0,0).real();
geo_orthomethods.cpp 21 typedef typename NumTraits<Scalar>::Real RealScalar;
70 typedef typename NumTraits<Scalar>::Real RealScalar;
  /external/llvm/test/MC/ARM/
directive-arch-armv7-r.s 27 @ CHECK-ATTR: Description: Real-time
directive-arch-armv7r.s 27 @ CHECK-ATTR: Description: Real-time
  /frameworks/native/vulkan/nulldrv/
Android.mk 39 # Real drivers would set this to vulkan.$(TARGET_BOARD_PLATFORM)
  /external/eigen/Eigen/src/Eigen2Support/
LeastSquares.h 25 * over the real numbers (doubles).
133 typename NumTraits<typename VectorType::Scalar>::Real* soundness = 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
28 ## Decimal has all of the methods specified by the Real abc, but it should
29 ## not be registered as a Real because decimals do not interoperate with
37 In short, those are: a conversion to complex, .real, .imag, +, -,
57 def real(self): member in class:Complex
58 """Retrieve the real component of this number.
60 This should subclass Real.
68 This should subclass Real.
148 """Returns the Real distance from 0. Called for abs(self)."""
169 class Real(Complex)
254 def real(self): member in class:Real
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
28 ## Decimal has all of the methods specified by the Real abc, but it should
29 ## not be registered as a Real because decimals do not interoperate with
37 In short, those are: a conversion to complex, .real, .imag, +, -,
57 def real(self): member in class:Complex
58 """Retrieve the real component of this number.
60 This should subclass Real.
68 This should subclass Real.
148 """Returns the Real distance from 0. Called for abs(self)."""
169 class Real(Complex)
254 def real(self): member in class:Real
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
28 ## Decimal has all of the methods specified by the Real abc, but it should
29 ## not be registered as a Real because decimals do not interoperate with
37 In short, those are: a conversion to complex, .real, .imag, +, -,
57 def real(self): member in class:Complex
58 """Retrieve the real component of this number.
60 This should subclass Real.
68 This should subclass Real.
148 """Returns the Real distance from 0. Called for abs(self)."""
169 class Real(Complex)
254 def real(self): member in class:Real
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
28 ## Decimal has all of the methods specified by the Real abc, but it should
29 ## not be registered as a Real because decimals do not interoperate with
37 In short, those are: a conversion to complex, .real, .imag, +, -,
57 def real(self): member in class:Complex
58 """Retrieve the real component of this number.
60 This should subclass Real.
68 This should subclass Real.
148 """Returns the Real distance from 0. Called for abs(self)."""
169 class Real(Complex)
254 def real(self): member in class:Real
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 256 template<typename Real>
263 static_cast<Real*>(this)->eviction_priority = new_eviction_priority;
269 *out_eviction_priority = static_cast<Real*>(this)->eviction_priority;
277 if(!static_cast<Real*>(this)->device)
279 return static_cast<Real*>(this)->device->QueryInterface(riid, out_parent);
286 if(!static_cast<Real*>(this)->device)
288 return static_cast<Real*>(this)->device->QueryInterface(riid, out_parent);

Completed in 1382 milliseconds

12 3 4 5 6 7 8 9