Home
last modified time | relevance | path

Searched refs:InitialValue (Results 1 – 25 of 25) sorted by relevance

/external/google-fruit/include/fruit/impl/meta/
Dfold.h27 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 …]
Dlist.h39 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));
Dvector.h194 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/
DLcg.cs24 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/
Dreduction_ops.cc35 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
Dsegment_reduction_ops.cc36 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
Dreduction_ops.h40 virtual xla::XlaOp InitialValue(xla::XlaBuilder* builder) = 0;
Dreduction_ops_common.cc116 auto initial = xla::ConvertElementType(InitialValue(b), type); in Compile()
/external/llvm-project/lldb/include/lldb/Symbol/
DPostfixExpression.h33 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/
Dsegment_reduction_ops_gpu.cu.cc146 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/
DPerfMonitor.cpp73 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/
Drtt_tracker_unittest.cc37 TEST(PccRttTrackerTest, InitialValue) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp188 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/
DHexagonHardwareLoops.cpp188 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/
DHexagonHardwareLoops.cpp161 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/
DMCJITTestBase.h130 int32_t InitialValue) { in insertGlobalInt32() argument
132 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h138 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/
DCoroFrame.cpp1272 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local
1273 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp2647 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/
DCoroFrame.cpp1906 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local
1907 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3576 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/
DCodeGenModule.cpp5346 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/
DWasmObjectWriter.cpp125 uint64_t InitialValue; member
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp83 uint64_t InitialValue; member
/external/apache-commons-bcel/docs/
Dgeneric.mdl2838 name "InitialValue"