/external/libnl/include/netlink-private/ |
D | nl-auto.h | 10 #define _NL_AUTO_DEFINE_FCN_VOID0(CastType, name, func) \ argument 13 if (*((CastType *) v)) \ 14 func(*((CastType *) v)); \ 18 #define _NL_AUTO_DEFINE_FCN_STRUCT(CastType, name, func) \ argument 19 static inline void name(CastType *v) \ 26 #define _NL_AUTO_DEFINE_FCN_TYPED0(CastType, name, func) \ argument 27 static inline void name(CastType *v) \
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision.cc | 1034 enum class CastType { FP16, FP32, AUTO }; enum in tensorflow::grappler::__anon63eee5310111::AutoMixedPrecisionImpl 1119 const CastType& cast_type, MutableGraphView::OutputPort& src); 2075 const CastType& cast_type, MutableGraphView::OutputPort& src) { in InsertCastNodeAtFanout() 2094 case CastType::AUTO: in InsertCastNodeAtFanout() 2100 case CastType::FP16: in InsertCastNodeAtFanout() 2104 case CastType::FP32: in InsertCastNodeAtFanout() 2212 CastType::FP16, src)); in ChangeTypeAttrsAndAddCasts() 2237 CastType::AUTO, output_port) in ChangeTypeAttrsAndAddCasts()
|
/external/eigen/Eigen/src/Core/util/ |
D | XprHelper.h | 509 template<typename XprType, typename CastType> struct cast_return_type 512 typedef typename remove_all<CastType>::type _CastType; 515 const XprType&,CastType>::type type;
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 40 enum CastType { enum 307 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast() 383 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
|
D | SemaExpr.cpp | 14533 RebuildUnknownAnyExpr(Sema &S, QualType CastType) in RebuildUnknownAnyExpr() 14534 : S(S), DestType(CastType) {} in RebuildUnknownAnyExpr() 14863 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument 14867 if (!CastType->isVoidType() && in checkUnknownAnyCast() 14868 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast() 14873 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr); in checkUnknownAnyCast()
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2246 Ice::Type CastType = Context->getSimpleTypeByID(Values[1]); in ProcessRecord() local 2248 if (!convertCastOpToIceOp(Values[2], Src->getType(), CastType, CastKind)) { in ProcessRecord() 2249 appendErrorInstruction(CastType); in ProcessRecord() 2253 Func.get(), CastKind, getNextInstVar(CastType), Src)); in ProcessRecord()
|
/external/libaom/third_party/googletest/src/googlemock/include/gmock/ |
D | gmock-matchers.h | 431 using CastType = in MatchAndExplain() local 435 return source_matcher_.MatchAndExplain(static_cast<CastType>(x), in MatchAndExplain()
|
/external/cronet/third_party/googletest/src/googlemock/include/gmock/ |
D | gmock-matchers.h | 429 using CastType = in MatchAndExplain() local 433 return source_matcher_.MatchAndExplain(static_cast<CastType>(x), in MatchAndExplain()
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 431 using CastType = in MatchAndExplain() local 435 return source_matcher_.MatchAndExplain(static_cast<CastType>(x), in MatchAndExplain()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8873 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
|