Home
last modified time | relevance | path

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

/dports/biology/lamarc/lamarc-2.1.8/src/datalike/
H A Dhaplotypes.cpp237 StringVec1d retvec; in GetAlleles() local
242 retvec.push_back(m_haplotype_alleles[res][allele]); in GetAlleles()
245 return retvec; in GetAlleles()
272 StringVec1d retvec; in GetHaplotypesXML() local
275 retvec.push_back(spaces + MakeTag(xmlstr::XML_TAG_HAPLOTYPES)); in GetHaplotypesXML()
276 retvec.push_back(spaces2 + MakeTag(xmlstr::XML_TAG_PENETRANCE) + " " in GetHaplotypesXML()
279 retvec.push_back(spaces2 + MakeTag(xmlstr::XML_TAG_ALLELES) in GetHaplotypesXML()
282 retvec.push_back(spaces + MakeCloseTag(xmlstr::XML_TAG_HAPLOTYPES)); in GetHaplotypesXML()
284 return retvec; in GetHaplotypesXML()
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dmadwifing_control.cc44 int madwifing_list_vaps(const char *ifname, vector<string> *retvec) { in madwifing_list_vaps() argument
73 retvec->push_back(devfile->d_name); in madwifing_list_vaps()
82 retvec->push_back(devfile->d_name + 4); in madwifing_list_vaps()
88 return retvec->size(); in madwifing_list_vaps()
H A Dmadwifing_control.h40 int madwifing_list_vaps(const char *ifname, vector<string> *retvec);
/dports/biology/lamarc/lamarc-2.1.8/src/tools/
H A Dmathx.cpp633 DoubleVec1d retvec = vec1; in AddValsOfLogs() local
636 retvec.begin(), in AddValsOfLogs()
639 retvec = SafeLog(retvec); in AddValsOfLogs()
642 if ((retvec[wnum] <= EXPMIN) || (retvec[wnum] + big <=EXPMIN)) in AddValsOfLogs()
646 else if ((retvec[wnum] >= EXPMAX) || (retvec[wnum] + big >= EXPMAX)) in AddValsOfLogs()
652 retvec[wnum] += big; in AddValsOfLogs()
655 return retvec; in AddValsOfLogs()
912 DoubleVec1d retvec; in SafeExp() local
919 return retvec; in SafeExp()
1135 DoubleVec1d retvec; in SafeLog() local
[all …]
/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dindividual.cpp396 StringVec1d retvec; in GetTraitXML() local
397 if (m_haplotypesmap.size() == 0) return retvec; in GetTraitXML()
405 retvec.push_back(spaces + MakeTag(xmlstr::XML_TAG_GENOTYPE_RESOLUTIONS)); in GetTraitXML()
406 retvec.push_back(spaces + " " + MakeTag(xmlstr::XML_TAG_TRAIT_NAME) + " " in GetTraitXML()
409 retvec.insert(retvec.end(), haplotypes.begin(), haplotypes.end()); in GetTraitXML()
410 retvec.push_back(spaces + MakeCloseTag(xmlstr::XML_TAG_GENOTYPE_RESOLUTIONS)); in GetTraitXML()
412 return retvec; in GetTraitXML()
H A Darrangervec.cpp202 StringVec1d retvec; in GetAllStringsForActiveArrangers() local
207 retvec.push_back((*arr).first); in GetAllStringsForActiveArrangers()
210 return retvec; in GetAllStringsForActiveArrangers()
H A Drectree.cpp734 DoubleVec2d retvec; in GetMapSummary() local
758 retvec.push_back(mlikes); in GetMapSummary()
761 return retvec; in GetMapSummary()
/dports/math/ogdf/OGDF/src/ogdf/graphalg/
H A DEdgeIndependentSpanningTrees.cpp131 List<Solution> retvec; in findAll() local
135 for (auto& ret : retvec) { in findAll()
141 retvec.pushBack(std::move(f)); in findAll()
145 return retvec; in findAll()
149 List<Solution> retvec; in findAllPerm() local
152 retvec.pushBack(std::move(f)); in findAllPerm()
156 return retvec; in findAllPerm()
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/linalg/
H A Dlinear_qubit_operator.py111 retvec = numpy.zeros(x.shape, dtype=complex)
142 retvec += coefficient * numpy.concatenate(vecs)
143 return retvec
/dports/dns/libbind/libbind-6.0/irs/
H A Dhesiod.c235 char **retvec; in hesiod_resolve() local
244 if ((retvec = get_txt_records(ctx, C_IN, bindname))) { in hesiod_resolve()
246 return (retvec); in hesiod_resolve()
252 retvec = get_txt_records(ctx, C_HS, bindname); in hesiod_resolve()
254 return (retvec); in hesiod_resolve()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dhesiod.c244 char *bindname, **retvec; local
250 retvec = get_txt_records(ctx->classes[0], bindname);
251 if (retvec == NULL && errno == ENOENT && ctx->classes[1])
252 retvec = get_txt_records(ctx->classes[1], bindname);
255 return retvec;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dhesiod.c244 char *bindname, **retvec; local
250 retvec = get_txt_records(ctx->classes[0], bindname);
251 if (retvec == NULL && errno == ENOENT && ctx->classes[1])
252 retvec = get_txt_records(ctx->classes[1], bindname);
255 return retvec;
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/net/
H A Dhesiod.c269 char *bindname, **retvec; in hesiod_resolve() local
279 retvec = get_txt_records(ctx->classes[0], bindname); in hesiod_resolve()
280 if (retvec == NULL && errno == ENOENT && ctx->classes[1]) in hesiod_resolve()
281 retvec = get_txt_records(ctx->classes[1], bindname); in hesiod_resolve()
284 return retvec; in hesiod_resolve()
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tensor/array/
H A Dsparse_ndim_array.py65retvec = [self._sparse_array.get(ind, Integer(0)) for ind in range(start, stop, step)]
66 return retvec
/dports/dns/hesiod/hesiod-3.2.1/src/lib/
H A Dhesiod.c255 char *bindname, **retvec; in hesiod_resolve() local
261 retvec = get_txt_records(ctx, bindname); in hesiod_resolve()
264 return retvec; in hesiod_resolve()
/dports/biology/lamarc/lamarc-2.1.8/src/ui_vars/
H A Dui_vars_traitmodels.cpp271 vector<UIRegId> retvec; in GetRegIDs() local
274 retvec.push_back(model->first); in GetRegIDs()
276 return retvec; in GetRegIDs()
/dports/math/R-cran-dimRed/dimRed/R/
H A Disomap.R89 opts = list(retvec = TRUE))
/dports/math/gap/gap-4.11.0/pkg/qpa-version-1.30/lib/
H A Dmoduleprojres.gi653 local fUfprime, i, retvec, fam, flen, tmp, div, newretvec;
660 retvec := ListWithIdenticalEntries( flen, Zero(v![1][v![2]]) );
667 retvec[i] := retvec[i] + div;
677 newretvec[i] := retvec[i];
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_region_color_picker.c899 copy_v3_v3(handle->retvec, but->editvec); in ui_block_func_COLOR()
901 ui_block_colorpicker(block, but, handle->retvec, show_picker); in ui_block_func_COLOR()
H A Dinterface_intern.h710 float retvec[4]; member
H A Dinterface_handlers.c9097 copy_v3_v3(data->vec, menu->retvec); in ui_handle_button_return_submenu()
/dports/math/octave-forge-sparsersb/sparsersb-1.0.9/src/
H A Dsparsersb.cc3157 Matrix retvec(n,1,RSBOI_ZERO);
3158 rsb_file_vec_load(mtxfilename.c_str(),typecode,(RSBOI_T*)retvec.data(),&n);
3159 retval.append(retvec);
3165 ComplexMatrix retvec(n,1,RSBOI_ZERO);
3166 rsb_file_vec_load(mtxfilename.c_str(),typecode,(RSBOI_T*)retvec.data(),&n);
3167 retval.append(retvec);
/dports/mail/cone/cone-1.1/cone/
H A Dcurseseditmessage.C2051 retvec=b; in getIndexOfCol()
2074 retvec=b; in getIndexOfCol()
2083 return retvec; in getIndexOfCol()
/dports/lang/ghc/ghc-8.10.7/docs/rts/
H A Drts.tex4295 goto retvec[tag];
4302 retvec: \\ reversed return vector