HomeSort by relevance Sort by last modified time
    Searched defs:Real (Results 1 - 13 of 13) sorted by null

  /external/clang/test/SemaTemplate/
qualified-names-diag.cpp 8 typedef float Real;
14 vector<Real> v2;
  /external/eigen/Eigen/src/Core/
NumTraits.h 25 * \li A typedef \a Real, giving the "real part" type of \a T. If \a T is already real,
26 * then \a Real is just a typedef to \a T. If \a T is \c std::complex<U> then \a Real
45 * \li An epsilon() function which, unlike std::numeric_limits::epsilon(), returns a \a Real instead of a \a T.
63 typedef T Real;
71 static inline Real epsilon() { return std::numeric_limits<T>::epsilon(); }
72 static inline Real dummy_precision()
75 return Real(0)
    [all...]
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialUtils.h 48 typedef typename NumTraits<T>::Real Real;
50 if( internal::abs2( x ) <= Real(1) ){
75 typename NumTraits<typename Polynomial::Scalar>::Real cauchy_max_bound( const Polynomial& poly )
78 typedef typename NumTraits<Scalar>::Real Real;
82 Real cb(0);
86 return cb + Real(1);
97 typename NumTraits<typename Polynomial::Scalar>::Real cauchy_min_bound( const Polynomial& poly )
100 typedef typename NumTraits<Scalar>::Real Real
    [all...]
  /external/eigen/unsupported/test/
polynomialsolver.cpp 107 typedef typename REAL_ROOTS::Scalar Real;
114 std::vector< Real > calc_realRoots;
141 Real r = psolve.absGreatestRealRoot( hasRealRoot );
191 typename NumTraits<_Scalar>::Real
  /external/ceres-solver/include/ceres/
jet.h 39 // numbers are extensions of the real numbers analogous to complex numbers:
42 // that e^2 = 0. Dual numbers have two components: the "real" component and the
656 typedef ceres::Jet<T, N> Real;
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 51 * - internal::conj, internal::real, internal::imag, internal::abs2.
63 typename NumTraits<typename internal::traits<typename internal::remove_all<_DerType>::type>::Scalar>::Real>::value>
68 typename NumTraits<typename internal::traits<typename internal::remove_all<_DerType>::type>::Scalar>::Real>::value> Base;
71 typedef typename NumTraits<Scalar>::Real Real;
89 /*explicit*/ AutoDiffScalar(const Real& value)
170 // inline const AutoDiffScalar<DerType&> operator+(const Real& other) const
175 // friend inline const AutoDiffScalar<DerType&> operator+(const Real& a, const AutoDiffScalar& b)
264 // inline const AutoDiffScalar<typename CwiseUnaryOp<internal::scalar_multiple_op<Real>, DerType>::Type >
265 // operator*(const Real& other) cons
523 inline const AutoDiffScalar<DerType>& real(const AutoDiffScalar<DerType>& x) { return x; } function in namespace:Eigen
    [all...]
  /external/clang/include/clang/AST/
APValue.h 72 APSInt Real, Imag;
73 ComplexAPSInt() : Real(1), Imag(1) {}
76 APFloat Real, Imag;
77 ComplexAPFloat() : Real(0.0), Imag(0.0) {}
212 return ((ComplexAPSInt*)(char*)Data)->Real;
228 return ((ComplexAPFloat*)(char*)Data)->Real;
360 ((ComplexAPSInt*)(char*)Data)->Real = R;
367 ((ComplexAPFloat*)(char*)Data)->Real = R;
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 34 // Real values.
35 Real,
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 77 /// EmitStoreOfComplex - Store the specified real/imag parts into the
178 // LNot,Real,Imag never return complex.
285 /// load the real and imaginary pieces, returning them as Real/Imag.
294 llvm::Value *Real=0, *Imag=0;
299 Real = Builder.CreateLoad(RealP, isVolatile, SrcPtr->getName() + ".real");
307 return ComplexPairTy(Real, Imag);
310 /// EmitStoreOfComplex - Store the specified real/imag parts into the
319 llvm::Value *RealPtr = Builder.CreateStructGEP(Ptr, 0, "real");
    [all...]
CGBuiltin.cpp 259 Value *Real = ComplexVal.first;
267 return RValue::getComplex(std::make_pair(Real, Imag));
    [all...]
CGCall.cpp 601 llvm::Value *RealAddr = Builder.CreateStructGEP(LV.getAddress(), 0, "real");
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 315 milliseconds