Home
last modified time | relevance | path

Searched defs:Real (Results 1 – 15 of 15) sorted by relevance

/external/eigen/unsupported/Eigen/src/Polynomials/
DPolynomialUtils.h48 typedef typename NumTraits<T>::Real Real; in poly_eval() typedef
79 typedef typename NumTraits<Scalar>::Real Real; in cauchy_max_bound() typedef
102 typedef typename NumTraits<Scalar>::Real Real; in cauchy_min_bound() typedef
/external/eigen/test/
Dnumext.cpp14 typedef typename NumTraits<T>::Real Real; in check_abs() typedef
Dboostmultiprec.cpp72 typedef mp::number<mp::cpp_dec_float<100>, mp::et_on> Real; typedef
129 Real get_test_precision(const Real&) { in get_test_precision()
/external/clang/test/SemaTemplate/
Dqualified-names-diag.cpp13 typedef float Real; typedef
/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffScalar.h78 typedef typename NumTraits<Scalar>::Real Real; typedef
/external/eigen/unsupported/test/
Dpolynomialsolver.cpp111 typedef typename REAL_ROOTS::Scalar Real; in evalSolverSugarFunction() typedef
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmLexer.h36 Real, enumerator
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h40 Real, enumerator
/external/clang/include/clang/AST/
DAPValue.h72 APSInt Real, Imag; member
76 APFloat Real, Imag; member
/external/clang/lib/CodeGen/
DCGExprComplex.cpp327 llvm::Value *Real = nullptr, *Imag = nullptr; in EmitLoadOfLValue() local
1007 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); in VisitInitListExpr() local
DCGCall.cpp4064 llvm::Value *Real = Builder.CreateExtractValue(CI, 0); in EmitCall() local
DCGBuiltin.cpp582 Value *Real = ComplexVal.first; in EmitBuiltinExpr() local
DTargetInfo.cpp4370 llvm::Value *Real = CGF.Builder.CreateLoad(RealAddr, ".vareal"); in EmitVAArg() local
/external/python/cpython2/Lib/
Dnumbers.py169 class Real(Complex): class
/external/clang/lib/AST/
DExprConstant.cpp8562 APFloat &Real = Result.FloatReal; in VisitCastExpr() local
8598 APSInt &Real = Result.IntReal; in VisitCastExpr() local
8649 APFloat &Real = Result.FloatReal; in VisitBinaryOperator() local
8664 APFloat &Real = RHS.FloatReal; in VisitBinaryOperator() local