| /external/rust/crates/syn/src/ |
| D | gen_helper.rs | 2 pub mod fold { module 42 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self; in fold() method 46 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method 52 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method 58 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method 64 fn fold<F: Fold + ?Sized>(&self, folder: &mut F) -> Self { in fold() method
|
| /external/python/dateutil/dateutil/tz/ |
| D | _common.py | 37 def enfold(dt, fold=1): argument 99 def fold(self): member in _DatetimeWithFold 102 def enfold(dt, fold=1): argument
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
| D | tfl_ops.cc | 701 OpFoldResult AddOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::AddOp 887 OpFoldResult ConcatenationOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::ConcatenationOp 1066 LogicalResult FullyConnectedOp::fold(ArrayRef<Attribute> operands, in fold() function in mlir::TFL::FullyConnectedOp 1502 OpFoldResult MulOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::MulOp 1542 OpFoldResult DivOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::DivOp 1720 OpFoldResult ReshapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::ReshapeOp 2143 OpFoldResult SqueezeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::SqueezeOp 2156 OpFoldResult SubOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::SubOp 2714 OpFoldResult AbsOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::AbsOp 2727 OpFoldResult NegOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TFL::NegOp [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | crc32_fold.h | 12 uint8_t fold[CRC32_FOLD_BUFFER_SIZE]; member
|
| /external/libchrome/third_party/jinja2/ |
| D | optimizer.py | 35 def fold(self, node, eval_ctx=None): member in Optimizer
|
| /external/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_expr.cpp | 148 bool expr_handler::fold(node& n) { in fold() function in r600_sb::expr_handler 184 bool expr_handler::fold(container_node& n) { in fold() function in r600_sb::expr_handler 292 bool expr_handler::fold(alu_node& n) { in fold() function in r600_sb::expr_handler 304 bool expr_handler::fold(fetch_node& n) { in fold() function in r600_sb::expr_handler 320 bool expr_handler::fold(cf_node& n) { in fold() function in r600_sb::expr_handler
|
| /external/python/cpython3/Include/ |
| D | datetime.h | 84 unsigned char fold; member 112 unsigned char fold; member 230 #define PyDateTime_FromDateAndTimeAndFold(year, month, day, hour, min, sec, usec, fold) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
| D | Constant.cpp | 72 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTyped* rightConstantNode) const in fold() function in glslang::TIntermConstantUnion 371 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() function in glslang::TIntermConstantUnion 961 TIntermTyped* TIntermediate::fold(TIntermAggregate* aggrNode) in fold() function in glslang::TIntermediate
|
| /external/deqp-deps/glslang/glslang/MachineIndependent/ |
| D | Constant.cpp | 72 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTyped* rightConstantNode) const in fold() function in glslang::TIntermConstantUnion 371 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() function in glslang::TIntermConstantUnion 961 TIntermTyped* TIntermediate::fold(TIntermAggregate* aggrNode) in fold() function in glslang::TIntermediate
|
| /external/okio/okio/src/jvmMain/kotlin/okio/ |
| D | Pipe.kt | 163 fun fold(sink: Sink) { in fold() method
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
| D | tf_ops_layout_helper.h | 120 auto fold = cast<FoldOperandsTransposeInterface>(op->getOperation()); variable
|
| D | tf_ops_n_z.cc | 234 OpFoldResult PackOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::PackOp 505 OpFoldResult PowOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::PowOp 646 OpFoldResult RangeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::RangeOp 703 OpFoldResult RankOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::RankOp 726 OpFoldResult RealDivOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::RealDivOp 888 OpFoldResult ReshapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::ReshapeOp 1080 OpFoldResult ShapeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::ShapeOp 1212 OpFoldResult SizeOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::SizeOp 1672 OpFoldResult SubOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::SubOp 1687 OpFoldResult SumOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::SumOp [all …]
|
| D | tf_ops_a_m.cc | 101 OpFoldResult AddNOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::AddNOp 152 OpFoldResult AddV2Op::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::AddV2Op 614 OpFoldResult BroadcastToOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::BroadcastToOp 733 LogicalResult BroadcastGradientArgsOp::fold( in fold() function in mlir::TF::BroadcastGradientArgsOp 988 OpFoldResult CastOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::CastOp 1452 LogicalResult ConcatOffsetOp::fold(ArrayRef<Attribute> operands, in fold() function in mlir::TF::ConcatOffsetOp 1520 OpFoldResult ConstOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::ConstOp 2187 OpFoldResult DivOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::DivOp 2307 OpFoldResult EmptyOp::fold(ArrayRef<Attribute> operands) { in fold() function in mlir::TF::EmptyOp 2401 OpFoldResult EnsureShapeOp::fold(llvm::ArrayRef<mlir::Attribute>) { in fold() function in mlir::TF::EnsureShapeOp [all …]
|
| /external/python/cpython3/Lib/email/ |
| D | _policybase.py | 249 def fold(self, name, value): member in Policy 318 def fold(self, name, value): member in Compat32
|
| D | policy.py | 165 def fold(self, name, value): member in EmailPolicy
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/ |
| D | QuantOps.cc | 43 OpFoldResult StorageCastOp::fold(ArrayRef<Attribute> operands) { in fold() function in StorageCastOp
|
| /external/rust/crates/libz-sys/src/zlib-ng/arch/x86/ |
| D | crc32_fold_pclmulqdq.c | 234 static inline void crc32_fold_load(__m128i *fold, __m128i *fold0, __m128i *fold1, __m128i *fold2, _… in crc32_fold_load() 241 static inline void crc32_fold_save(__m128i *fold, __m128i fold0, __m128i fold1, __m128i fold2, __m1… in crc32_fold_save() 248 static inline void crc32_fold_save_partial(__m128i *fold, __m128i foldp) { in crc32_fold_save_partial()
|
| /external/rust/crates/itertools/src/ |
| D | process_results_impl.rs | 34 fn fold<B, F>(mut self, init: B, mut f: F) -> B in fold() function
|
| D | intersperse.rs | 96 fn fold<B, F>(mut self, init: B, mut f: F) -> B where in fold() function
|
| /external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/ |
| D | ChannelSinkDepthBenchmark.kt | 83 …private suspend inline fun <E, R> ReceiveChannel<E>.fold(initial: R, operation: (acc: R, E) -> R):… in <lambda>() method in benchmarks.ChannelSinkDepthBenchmark
|
| D | ChannelSinkBenchmark.kt | 63 …private suspend inline fun <E, R> ReceiveChannel<E>.fold(initial: R, operation: (acc: R, E) -> R):… in <lambda>() method in benchmarks.ChannelSinkBenchmark
|
| /external/rust/crates/tokio-stream/src/ |
| D | stream_ext.rs | 22 mod fold; module 831 fn fold<B, F>(self, init: B, f: F) -> FoldFuture<Self, B, F> in fold() method
|
| /external/python/cpython3/Lib/ |
| D | datetime.py | 397 def _check_time_fields(hour, minute, second, microsecond, fold): argument 1239 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1305 def fold(self): member in time 1506 tzinfo=True, *, fold=None): argument 1572 microsecond=0, tzinfo=None, *, fold=0): argument 1633 def fold(self): member in datetime 1825 *, fold=None): argument
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/ |
| D | Reduce.kt | 39 public suspend inline fun <T, R> Flow<T>.fold( in fold() method
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | CaseIterator.java | 540 String fold = null; in main() local
|