Home
last modified time | relevance | path

Searched defs:Real (Results 1 – 24 of 24) 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/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go561 type Real struct { struct
562 Value *float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
563 proto.XXX_InternalExtensions `json:"-"`
564 XXX_unrecognized []byte `json:"-"`
567 func (m *Real) Reset() { *m = Real{} }
568 func (m *Real) String() string { return proto.CompactTextString(m) }
569 func (*Real) ProtoMessage() {}
570 func (*Real) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{6} }
576 func (*Real) ExtensionRangeArray() []proto.ExtensionRange {
580 func (m *Real) GetValue() float64 {
Dtest_objects.proto113 message Real { message
/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffScalar.h78 typedef typename NumTraits<Scalar>::Real Real; typedef
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DInvokeDynamicTest.java59 public static class Real { class in InvokeDynamicTest
/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/python/cpython3/Lib/
Dnumbers.py147 class Real(Complex): class
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmock.py563 class Real(object): class
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc503 TEST_F(CWiseUnaryGradTest, Real) { in TEST_F() argument
/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
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.cc950 ComputationDataHandle ComputationBuilder::Real( in Real() function in xla::ComputationBuilder
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2487 TEST_F(OpTest, Real) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go10254 func Real(scope *Scope, input tf.Output, optional ...RealAttr) (output tf.Output) { func