Home
last modified time | relevance | path

Searched refs:IVS (Results 126 – 150 of 455) sorted by relevance

12345678910>>...19

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ivs/source/model/
H A DValidationException.cpp16 namespace IVS namespace
H A DDestinationConfiguration.cpp16 namespace IVS namespace
H A DCreateChannelResult.cpp14 using namespace Aws::IVS::Model;
H A DBatchGetStreamKeyRequest.cpp11 using namespace Aws::IVS::Model;
H A DBatchGetChannelRequest.cpp11 using namespace Aws::IVS::Model;
H A DCreateStreamKeyRequest.cpp11 using namespace Aws::IVS::Model;
H A DListChannelsRequest.cpp11 using namespace Aws::IVS::Model;
H A DImportPlaybackKeyPairRequest.cpp11 using namespace Aws::IVS::Model;
H A DCreateRecordingConfigurationRequest.cpp11 using namespace Aws::IVS::Model;
H A DListTagsForResourceResult.cpp14 using namespace Aws::IVS::Model;
H A DListStreamsResult.cpp14 using namespace Aws::IVS::Model;
H A DListStreamKeysResult.cpp14 using namespace Aws::IVS::Model;
H A DListChannelsResult.cpp14 using namespace Aws::IVS::Model;
H A DListPlaybackKeyPairsResult.cpp14 using namespace Aws::IVS::Model;
H A DListRecordingConfigurationsResult.cpp14 using namespace Aws::IVS::Model;
H A DBatchGetStreamKeyResult.cpp14 using namespace Aws::IVS::Model;
H A DBatchGetChannelResult.cpp14 using namespace Aws::IVS::Model;
H A DBatchError.cpp16 namespace IVS namespace
H A DChannelLatencyMode.cpp16 namespace IVS namespace
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ivs/include/aws/ivs/model/
H A DDeletePlaybackKeyPairResult.h21 namespace IVS
H A DTagResourceResult.h21 namespace IVS
H A DUntagResourceResult.h21 namespace IVS
H A DStopStreamResult.h21 namespace IVS
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/src/slicot/
H A Driccpack.f5443 IVS = N2*N2
5444 ITAU = IVS + N2*N2
5533 IJ = IVS + ( J - 1 )*N2 + I
5534 JI = IVS + ( I - 1 )*N2 + J
5588 IV = ( I - 1 )*N2 + IVS + J
6476 IVS = IWI + N2
6477 IWRK = IVS + N2*N2
6504 IV = ( I - 1 )*N2 + IVS + J
8417 IVS = IBETA + N2
8418 IWRK = IVS + N2*N2
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp414 std::vector<Value *> &IVS, in createUserVector() argument
422 std::vector<LoopToScevMapT> VLTS(IVS.size()); in createUserVector()
429 createSubstitutionsVector(Expr, Stmt, VLTS, IVS, IteratorID); in createUserVector()
499 std::vector<Value *> IVS(VectorWidth); in createForVector() local
500 IVS[0] = ValueLB; in createForVector()
503 IVS[i] = Builder.CreateAdd(IVS[i - 1], ValueInc, "p_vector_iv"); in createForVector()
513 createUserVector(Body, IVS, isl_id_copy(IteratorID), Schedule.copy()); in createForVector()
519 createUserVector(isl_ast_node_list_get_ast_node(List, i), IVS, in createForVector()
969 std::vector<LoopToScevMapT> &VLTS, std::vector<Value *> &IVS, in createSubstitutionsVector() argument
974 for (Value *IV : IVS) { in createSubstitutionsVector()

12345678910>>...19