/external/google-fruit/include/fruit/impl/meta/ |
D | fold.h | 27 template <typename F, typename InitialValue, typename... Types> 30 template <typename F, typename InitialValue> 31 struct apply<F, InitialValue> { 32 using type = InitialValue; 35 template <typename F, typename InitialValue, typename T0> 36 struct apply<F, InitialValue, T0> { 37 using type = typename F::template apply<InitialValue, T0>::type; 40 template <typename F, typename InitialValue, typename T0, typename T1> 41 struct apply<F, InitialValue, T0, T1> { 43 …typename F::template apply<typename DoEval<typename F::template apply<InitialValue, T0>::type>::ty… [all …]
|
D | list.h | 39 template <typename L, typename F, typename InitialValue> 42 template <typename F, typename InitialValue> 43 struct apply<EmptyList, F, InitialValue> { 44 using type = InitialValue; 47 template <typename Head, typename Tail, typename F, typename InitialValue> 48 struct apply<Cons<Head, Tail>, F, InitialValue> { 49 using type = FoldList(Tail, F, F(InitialValue, Head));
|
D | vector.h | 194 template <typename V, typename F, typename InitialValue> 197 template <typename... Ts, typename F, typename InitialValue> 198 struct apply<Vector<Ts...>, F, InitialValue> { 199 using type = Fold(F, InitialValue, Ts...);
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | Lcg.cs | 24 private const uint InitialValue = 10000; field in FlatBuffers.Test.Lcg 29 _state = InitialValue; in Lcg() 39 _state = InitialValue; in Reset()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | reduction_ops.cc | 35 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon5401c2340111::SumOp 53 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon5401c2340111::ProdOp 71 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon5401c2340111::MinOp 103 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon5401c2340111::MaxOp 122 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon5401c2340111::MeanOp 156 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon5401c2340111::AllOp 174 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon5401c2340111::AnyOp
|
D | segment_reduction_ops.cc | 36 virtual xla::XlaOp InitialValue(xla::XlaBuilder* builder) = 0; 86 xla::Broadcast(InitialValue(builder), buffer_shape.dim_sizes()); in Compile() 133 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anonf7060ea60111::UnsortedSegmentSum 148 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anonf7060ea60111::UnsortedSegmentProd 163 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anonf7060ea60111::UnsortedSegmentMin 180 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anonf7060ea60111::UnsortedSegmentMax
|
D | reduction_ops.h | 40 virtual xla::XlaOp InitialValue(xla::XlaBuilder* builder) = 0;
|
D | reduction_ops_common.cc | 116 auto initial = xla::ConvertElementType(InitialValue(b), type); in Compile()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | PostfixExpression.h | 33 InitialValue, enumerator 81 InitialValueNode() : Node(InitialValue) {} in InitialValueNode() 84 return node->GetKind() == InitialValue; in classof() 180 case Node::InitialValue: in Dispatch()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | segment_reduction_ops_gpu.cu.cc | 146 const T InitialValue = InitialValueF()(); in operator ()() local 149 output.size(), output.data(), InitialValue)); in operator ()() 178 InitialValue)); in operator ()()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | PerfMonitor.cpp | 73 Constant *InitialValue, Value **Location) { in TryRegisterGlobal() argument 78 *M, InitialValue->getType(), true, GlobalValue::WeakAnyLinkage, in TryRegisterGlobal() 79 InitialValue, Name, nullptr, GlobalVariable::InitialExecTLSModel); in TryRegisterGlobal()
|
/external/webrtc/modules/congestion_controller/pcc/ |
D | rtt_tracker_unittest.cc | 37 TEST(PccRttTrackerTest, InitialValue) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 188 MachineOperand *InitialValue, 509 MachineOperand *InitialValue, in getComparisonKind() argument 604 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local 610 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount() 614 if (!InitialValue) in getLoopTripCount() 689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount() 697 if (InitialValue->isReg()) { in getLoopTripCount() 698 Register R = InitialValue->getReg(); in getLoopTripCount() 702 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount() 718 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 188 MachineOperand *InitialValue, 509 MachineOperand *InitialValue, in getComparisonKind() argument 604 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local 610 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount() 614 if (!InitialValue) in getLoopTripCount() 689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount() 697 if (InitialValue->isReg()) { in getLoopTripCount() 698 Register R = InitialValue->getReg(); in getLoopTripCount() 702 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount() 718 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 161 MachineOperand *InitialValue, 490 MachineOperand *InitialValue, in getComparisonKind() argument 571 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local 577 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount() 581 if (!InitialValue) in getLoopTripCount() 656 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount() 664 if (InitialValue->isReg()) { in getLoopTripCount() 665 unsigned R = InitialValue->getReg(); in getLoopTripCount() 679 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestBase.h | 130 int32_t InitialValue) { in insertGlobalInt32() argument 132 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestBase.h | 138 int32_t InitialValue) { in insertGlobalInt32() argument 140 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 1272 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local 1273 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 2647 enum InitialValue enum in deqp::gles31::Functional::__anon0b3d5a1f0111::IsEnabledCase 2657 InitialValue initial, 2664 const InitialValue m_initial; 2671 InitialValue initial, in IsEnabledCase()
|
/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 1906 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local 1907 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 3576 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local 3581 InitialValue = EmitConstantValue(*Value, MaterializedType, nullptr); in GetAddrOfGlobalTemporary() 3583 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary() 3609 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 5346 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local 5352 InitialValue = emitter->emitForInitializer(*Value, AddrSpace, in GetAddrOfGlobalTemporary() 5355 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary() 5380 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 125 uint64_t InitialValue; member
|
/external/llvm-project/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 83 uint64_t InitialValue; member
|
/external/apache-commons-bcel/docs/ |
D | generic.mdl | 2838 name "InitialValue"
|