Home
last modified time | relevance | path

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

/dports/math/igraph/igraph-0.9.5/src/scg/
H A Dscg.c1531 igraph_vector_t tmpeval; in igraph_scg_adjacency() local
1539 IGRAPH_VECTOR_INIT_FINALLY(&tmpeval, 0); in igraph_scg_adjacency()
1552 values ? &tmpeval : 0, in igraph_scg_adjacency()
1566 igraph_vector_destroy(&tmpeval); in igraph_scg_adjacency()
1822 igraph_vector_complex_t tmpeval; in igraph_scg_stochastic() local
1830 IGRAPH_CHECK(igraph_vector_complex_init(&tmpeval, 0)); in igraph_scg_stochastic()
1831 IGRAPH_FINALLY(igraph_vector_complex_destroy, &tmpeval); in igraph_scg_stochastic()
1855 igraph_vector_complex_destroy(&tmpeval); in igraph_scg_stochastic()
2180 igraph_vector_complex_t tmpeval; in igraph_scg_laplacian() local
2188 IGRAPH_CHECK(igraph_vector_complex_init(&tmpeval, 0)); in igraph_scg_laplacian()
[all …]
/dports/math/R-cran-igraph/igraph/src/
H A Dscg.c1523 igraph_vector_t tmpeval; in igraph_scg_adjacency() local
1531 IGRAPH_VECTOR_INIT_FINALLY(&tmpeval, 0); in igraph_scg_adjacency()
1544 values ? &tmpeval : 0, in igraph_scg_adjacency()
1558 igraph_vector_destroy(&tmpeval); in igraph_scg_adjacency()
1816 igraph_vector_complex_t tmpeval; in igraph_scg_stochastic() local
1824 IGRAPH_CHECK(igraph_vector_complex_init(&tmpeval, 0)); in igraph_scg_stochastic()
1825 IGRAPH_FINALLY(igraph_vector_complex_destroy, &tmpeval); in igraph_scg_stochastic()
1849 igraph_vector_complex_destroy(&tmpeval); in igraph_scg_stochastic()
2173 igraph_vector_complex_t tmpeval; in igraph_scg_laplacian() local
2181 IGRAPH_CHECK(igraph_vector_complex_init(&tmpeval, 0)); in igraph_scg_laplacian()
[all …]
/dports/science/teem/teem-1.11.0-src/src/ten/
H A Dpath.c398 double tmpeval[3], tmprtp[3]; in tenInterpN_d() local
399 tenEigensolve_d(tmpeval, NULL, tenIn + 7*ii); in tenInterpN_d()
401 tmpeval, tenTripleTypeEigenvalue); in tenInterpN_d()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dlisp.c1553 Obj *op = lispnil, *terms = lispnil, *tmpeval = lispnil; in eval_boolean_expression() local
1582 tmpeval = eval(car(terms)); in eval_boolean_expression()
1583 if (lispnil != tmpeval) in eval_boolean_expression()
1584 return tmpeval; in eval_boolean_expression()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd.c3760 char *tmpeval = NULL; in r_core_cmd_subst_i() local
3900 if (!tmpeval) { in r_core_cmd_subst_i()
3901 tmpeval = cmd; in r_core_cmd_subst_i()
3903 tmpeval = r_str_prepend (tmpeval, cmd); in r_core_cmd_subst_i()
4124 free (tmpeval); in r_core_cmd_subst_i()
4206 if (tmpeval) { in r_core_cmd_subst_i()
4207 r_core_cmd0 (core, tmpeval); in r_core_cmd_subst_i()
4208 R_FREE (tmpeval); in r_core_cmd_subst_i()