Home
last modified time | relevance | path

Searched defs:cind (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dconstfold.cpp254 int cind = -1; in DECLFOLDER() local
762 int cind = rop.add_constant (elemtype, in DECLFOLDER() local
1145 int cind = rop.add_constant (result); in DECLFOLDER() local
1161 int cind = -1; in DECLFOLDER() local
1196 int cind = rop.add_constant (result); in DECLFOLDER() local
1219 int cind = rop.add_constant (result); in DECLFOLDER() local
1446 int cind = rop.add_constant (r); in DECLFOLDER() local
1468 int cind = rop.add_constant (result); in DECLFOLDER() local
1723 int cind = rop.add_constant (result); in DECLFOLDER() local
1758 int cind = rop.add_constant (result); in DECLFOLDER() local
[all …]
H A Druntimeoptimize.cpp424 int cind = add_constant (R.typespec(), &zero); in turn_into_assign_zero() local
437 int cind = add_constant (R.typespec(), &one); in turn_into_assign_one() local
442 int cind = add_constant (R.typespec(), &one); in turn_into_assign_one() local
1122 int cind = add_constant (R->typespec(), &result); in coerce_assigned_constant() local
1130 int cind = add_constant (R->typespec(), &result); in coerce_assigned_constant() local
1139 int cind = add_constant (R->typespec(), &result); in coerce_assigned_constant() local
1148 int cind = add_constant (R->typespec(), &result); in coerce_assigned_constant() local
1157 int cind = add_constant (R->typespec(), f); in coerce_assigned_constant() local
1166 int cind = add_constant (R->typespec(), &result); in coerce_assigned_constant() local
1417 int cind = inst()->args()[op.firstarg()+1]; in outparam_assign_elision() local
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dconstfold.cpp254 int cind = -1; in DECLFOLDER() local
762 int cind = rop.add_constant (elemtype, in DECLFOLDER() local
1145 int cind = rop.add_constant (result); in DECLFOLDER() local
1161 int cind = -1; in DECLFOLDER() local
1196 int cind = rop.add_constant (result); in DECLFOLDER() local
1219 int cind = rop.add_constant (result); in DECLFOLDER() local
1446 int cind = rop.add_constant (r); in DECLFOLDER() local
1468 int cind = rop.add_constant (result); in DECLFOLDER() local
1723 int cind = rop.add_constant (result); in DECLFOLDER() local
1758 int cind = rop.add_constant (result); in DECLFOLDER() local
[all …]
H A Druntimeoptimize.cpp424 int cind = add_constant (R.typespec(), &zero); in turn_into_assign_zero() local
437 int cind = add_constant (R.typespec(), &one); in turn_into_assign_one() local
442 int cind = add_constant (R.typespec(), &one); in turn_into_assign_one() local
1122 int cind = add_constant (R->typespec(), &result); in coerce_assigned_constant() local
1130 int cind = add_constant (R->typespec(), &result); in coerce_assigned_constant() local
1139 int cind = add_constant (R->typespec(), &result); in coerce_assigned_constant() local
1148 int cind = add_constant (R->typespec(), &result); in coerce_assigned_constant() local
1157 int cind = add_constant (R->typespec(), f); in coerce_assigned_constant() local
1166 int cind = add_constant (R->typespec(), &result); in coerce_assigned_constant() local
1417 int cind = inst()->args()[op.firstarg()+1]; in outparam_assign_elision() local
[all …]
/dports/math/octave-forge-ltfat/ltfat/inst/private/
H A Dtest_erbfilters.m97 cind = cell(numel(g),1); variable
104 cind = cell2mat(cind); variable
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dio_lib_pretty.erl961 cind({_S, Len, _, _}, Col, Ll, M, Ind, LD, W) when Len < Ll - Col - LD, function
964 cind({{list,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
966 cind({{tuple,true,L}, _Len, _ ,_}, Col, Ll, M, Ind, LD, W) -> function
968 cind({{tuple,false,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
970 cind({{map,Pairs}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
972 cind({{record,[{_Name,NLen} | L]}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
974 cind({{bin,_S}, _Len, _, _}, _Col, _Ll, _M, Ind, _LD, _W) -> function
976 cind({_S,_Len,_,_}, _Col, _Ll, _M, Ind, _LD, _W) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dio_lib_pretty.erl957 cind({_S, Len, _, _}, Col, Ll, M, Ind, LD, W) when Len < Ll - Col - LD, function
960 cind({{list,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
962 cind({{tuple,true,L}, _Len, _ ,_}, Col, Ll, M, Ind, LD, W) -> function
964 cind({{tuple,false,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
966 cind({{map,Pairs}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
968 cind({{record,[{_Name,NLen} | L]}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
970 cind({{bin,_S}, _Len, _, _}, _Col, _Ll, _M, Ind, _LD, _W) -> function
972 cind({_S,_Len,_,_}, _Col, _Ll, _M, Ind, _LD, _W) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dio_lib_pretty.erl964 cind({_S, Len, _, _}, Col, Ll, M, Ind, LD, W) when Len < Ll - Col - LD, function
967 cind({{list,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
969 cind({{tuple,true,L}, _Len, _ ,_}, Col, Ll, M, Ind, LD, W) -> function
971 cind({{tuple,false,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
973 cind({{map,Pairs}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
975 cind({{record,[{_Name,NLen} | L]}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
977 cind({{bin,_S}, _Len, _, _}, _Col, _Ll, _M, Ind, _LD, _W) -> function
979 cind({_S,_Len,_,_}, _Col, _Ll, _M, Ind, _LD, _W) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dio_lib_pretty.erl961 cind({_S, Len, _, _}, Col, Ll, M, Ind, LD, W) when Len < Ll - Col - LD, function
964 cind({{list,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
966 cind({{tuple,true,L}, _Len, _ ,_}, Col, Ll, M, Ind, LD, W) -> function
968 cind({{tuple,false,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
970 cind({{map,Pairs}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
972 cind({{record,[{_Name,NLen} | L]}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
974 cind({{bin,_S}, _Len, _, _}, _Col, _Ll, _M, Ind, _LD, _W) -> function
976 cind({_S,_Len,_,_}, _Col, _Ll, _M, Ind, _LD, _W) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dio_lib_pretty.erl961 cind({_S, Len, _, _}, Col, Ll, M, Ind, LD, W) when Len < Ll - Col - LD, function
964 cind({{list,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
966 cind({{tuple,true,L}, _Len, _ ,_}, Col, Ll, M, Ind, LD, W) -> function
968 cind({{tuple,false,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
970 cind({{map,Pairs}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
972 cind({{record,[{_Name,NLen} | L]}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
974 cind({{bin,_S}, _Len, _, _}, _Col, _Ll, _M, Ind, _LD, _W) -> function
976 cind({_S,_Len,_,_}, _Col, _Ll, _M, Ind, _LD, _W) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dio_lib_pretty.erl961 cind({_S, Len, _, _}, Col, Ll, M, Ind, LD, W) when Len < Ll - Col - LD, function
964 cind({{list,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
966 cind({{tuple,true,L}, _Len, _ ,_}, Col, Ll, M, Ind, LD, W) -> function
968 cind({{tuple,false,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
970 cind({{map,Pairs}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
972 cind({{record,[{_Name,NLen} | L]}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
974 cind({{bin,_S}, _Len, _, _}, _Col, _Ll, _M, Ind, _LD, _W) -> function
976 cind({_S,_Len,_,_}, _Col, _Ll, _M, Ind, _LD, _W) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dio_lib_pretty.erl961 cind({_S, Len, _, _}, Col, Ll, M, Ind, LD, W) when Len < Ll - Col - LD, function
964 cind({{list,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
966 cind({{tuple,true,L}, _Len, _ ,_}, Col, Ll, M, Ind, LD, W) -> function
968 cind({{tuple,false,L}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
970 cind({{map,Pairs}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
972 cind({{record,[{_Name,NLen} | L]}, _Len, _, _}, Col, Ll, M, Ind, LD, W) -> function
974 cind({{bin,_S}, _Len, _, _}, _Col, _Ll, _M, Ind, _LD, _W) -> function
976 cind({_S,_Len,_,_}, _Col, _Ll, _M, Ind, _LD, _W) -> function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_clinalg_test/
H A Dmain.c61 CuSuite * cind = CLinalgCrossIndGetSuite(); in RunAllTests() local
/dports/math/py-PyMetis/PyMetis-2020.1/src/metis/libmetis/
H A Ddebug.c34 for (j=graph->xadj[i]; j<graph->xadj[i+1]; j++) in FindPartitionInducedComponents()
269 / Compute now the separator external degrees in FindSepInducedComponents()
341 idx_t i, ii, j, k, kk, l, nvtxs, nbnd, mincut, minvol, me, other, pid; in EliminateComponents()
H A Dometis.c50 idx_t *cptr, *cind, *piperm; in METIS_NodeND() local
241 idx_t *cptr, *cind; in MlevelNestedDissectionCC() local
553 idx_t *cptr, idx_t *cind) in SplitGraphOrderCC()
/dports/math/octave-forge-nurbs/nurbs-1.4.3/inst/
H A Dbspdegelev.m89 cind = 1; % cind = 1; variable
234 cind = cind + 1; % cind++; variable
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/ind/
H A Dindsload.c25 double cind; in INDsLoad() local
H A Dindsupd.c22 double cind; in INDsUpdate() local
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/
H A Dtraceless_vector_indo.cpp82 unsigned int *rind = NULL, *cind = NULL; in main() local
/dports/science/plumed/plumed2-2.7.2/src/multicolvar/
H A DAtomValuePack.cpp44 unsigned AtomValuePack::setupAtomsFromLinkCells( const std::vector<unsigned>& cind, const Vector& c… in setupAtomsFromLinkCells()
/dports/math/parmetis/parmetis-4.0.3/metis/programs/
H A Dstat.c26 idx_t ncmps, nover, *cptr, *cind, *cpwgts; in ComputePartitionInfo() local
/dports/math/py-PyMetis/PyMetis-2020.1/src/metis/programs/
H A Dstat.c26 idx_t ncmps, nover, *cptr, *cind, *cpwgts; in ComputePartitionInfo() local
/dports/math/metis/metis-5.1.0/programs/
H A Dstat.c26 idx_t ncmps, nover, *cptr, *cind, *cpwgts; in ComputePartitionInfo() local
/dports/math/parmetis/parmetis-4.0.3/metis/libmetis/
H A Dometis.c50 idx_t *cptr, *cind, *piperm; in METIS_NodeND() local
241 idx_t *cptr, *cind; in MlevelNestedDissectionCC() local
553 idx_t *cptr, idx_t *cind) in SplitGraphOrderCC()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/metis/libmetis/
H A Dometis.c50 idx_t *cptr, *cind, *piperm; in METIS_NodeND() local
241 idx_t *cptr, *cind; in MlevelNestedDissectionCC() local
553 idx_t *cptr, idx_t *cind) in SplitGraphOrderCC()

123456789