Home
last modified time | relevance | path

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

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/cpp/
H A Dextractblklist.cpp223 static bool getDoubleAsInt(types::InternalType* p, int* dest) in getDoubleAsInt() function
316 if (getDoubleAsInt(t->getField(L"type"), &Block->type) == false) in extractblklist()
331 if (getDoubleAsInt(t->getField(L"nz"), &Block->nz) == false) in extractblklist()
343 if (getDoubleAsInt(t->getField(L"noz"), &Block->noz) == false) in extractblklist()
392 if (getDoubleAsInt(t->getField(L"nx"), &Block->nx) == false) in extractblklist()
416 if (getDoubleAsInt(t->getField(L"nin"), &Block->nin) == false) in extractblklist()
459 if (getDoubleAsInt(t->getField(L"nout"), &Block->nout) == false) in extractblklist()
514 if (getDoubleAsInt(t->getField(L"nrpar"), &Block->nrpar) == false) in extractblklist()
526 if (getDoubleAsInt(t->getField(L"nipar"), &Block->nipar) == false) in extractblklist()
587 if (getDoubleAsInt(t->getField(L"ng"), &Block->ng) == false) in extractblklist()
[all …]