/external/eigen/unsupported/Eigen/src/Polynomials/ |
D | PolynomialUtils.h | 48 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/ |
D | numext.cpp | 14 typedef typename NumTraits<T>::Real Real; in check_abs() typedef
|
D | boostmultiprec.cpp | 72 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/ |
D | qualified-names-diag.cpp | 13 typedef float Real; typedef
|
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
D | test_objects.pb.go | 561 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 {
|
D | test_objects.proto | 113 message Real { message
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffScalar.h | 78 typedef typename NumTraits<Scalar>::Real Real; typedef
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | InvokeDynamicTest.java | 59 public static class Real { class in InvokeDynamicTest
|
/external/eigen/unsupported/test/ |
D | polynomialsolver.cpp | 111 typedef typename REAL_ROOTS::Scalar Real; in evalSolverSugarFunction() typedef
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 36 Real, enumerator
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 40 Real, enumerator
|
/external/clang/include/clang/AST/ |
D | APValue.h | 72 APSInt Real, Imag; member 76 APFloat Real, Imag; member
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 327 llvm::Value *Real = nullptr, *Imag = nullptr; in EmitLoadOfLValue() local 1007 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); in VisitInitListExpr() local
|
D | CGCall.cpp | 4064 llvm::Value *Real = Builder.CreateExtractValue(CI, 0); in EmitCall() local
|
D | CGBuiltin.cpp | 582 Value *Real = ComplexVal.first; in EmitBuiltinExpr() local
|
D | TargetInfo.cpp | 4370 llvm::Value *Real = CGF.Builder.CreateLoad(RealAddr, ".vareal"); in EmitVAArg() local
|
/external/python/cpython2/Lib/ |
D | numbers.py | 169 class Real(Complex): class
|
/external/python/cpython3/Lib/ |
D | numbers.py | 147 class Real(Complex): class
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testmock.py | 563 class Real(object): class
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 503 TEST_F(CWiseUnaryGradTest, Real) { in TEST_F() argument
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 8562 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/ |
D | computation_builder.cc | 950 ComputationDataHandle ComputationBuilder::Real( in Real() function in xla::ComputationBuilder
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 2487 TEST_F(OpTest, Real) { in TEST_F() argument
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 10254 func Real(scope *Scope, input tf.Output, optional ...RealAttr) (output tf.Output) { func
|