Home
last modified time | relevance | path

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

/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzgfref.c10 static integer c_n2 = -2; variable
267 zzholdd_(&c_n2, &c__2, &ok, refval); in zzgfref_()
H A Dgfstol.c10 static integer c_n2 = -2; variable
458 zzholdd_(&c_n2, &c__3, &ok, value); in gfstol_()
H A Dzzekue01.c11 static integer c_n2 = -2; variable
804 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekue01_()
H A Dzzekue02.c11 static integer c_n2 = -2; variable
804 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekue02_()
H A Dzzekad01.c10 static integer c_n2 = -2; variable
801 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad01_()
H A Dzzekad02.c10 static integer c_n2 = -2; variable
801 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad02_()
H A Dzzekad04.c10 static integer c_n2 = -2; variable
837 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad04_()
H A Dzzekad05.c10 static integer c_n2 = -2; variable
842 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad05_()
H A Dzzekad03.c10 static integer c_n2 = -2; variable
810 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad03_()
H A Dzzekad06.c10 static integer c_n2 = -2; variable
875 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad06_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzgfref.c10 static integer c_n2 = -2; variable
267 zzholdd_(&c_n2, &c__2, &ok, refval); in zzgfref_()
H A Dgfstol.c10 static integer c_n2 = -2; variable
458 zzholdd_(&c_n2, &c__3, &ok, value); in gfstol_()
H A Dzzekue01.c11 static integer c_n2 = -2; variable
804 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekue01_()
H A Dzzekue02.c11 static integer c_n2 = -2; variable
804 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekue02_()
H A Dzzekad01.c10 static integer c_n2 = -2; variable
801 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad01_()
H A Dzzekad02.c10 static integer c_n2 = -2; variable
801 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad02_()
H A Dzzekad04.c10 static integer c_n2 = -2; variable
837 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad04_()
H A Dzzekad05.c10 static integer c_n2 = -2; variable
842 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad05_()
H A Dzzekad03.c10 static integer c_n2 = -2; variable
810 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad03_()
H A Dzzekad06.c10 static integer c_n2 = -2; variable
875 dasudi_(handle, &ptrloc, &ptrloc, &c_n2); in zzekad06_()
/dports/science/getdp/getdp-3.4.0-source/contrib/pewe/matlab/
H A Dcylindrical_inclusion.m127 c_n2 = n/a*besselj(n,gamma_p*a); variable
141 a_n2, b_n2, c_n2, d_n2;...
173 c_n2 = n/a*besselj(n,gamma_p*a); variable
187 a_n2, b_n2, c_n2, d_n2;...
/dports/math/R-cran-igraph/igraph/src/
H A Drinterface.c9910 igraph_integer_t c_n2; in R_igraph_full_bipartite() local
9924 c_n2=INTEGER(n2)[0]; in R_igraph_full_bipartite()
9928 igraph_full_bipartite(&c_graph, (isNull(types) ? 0 : &c_types), c_n1, c_n2, c_directed, c_mode); in R_igraph_full_bipartite()
12353 igraph_integer_t c_n2; in R_igraph_bipartite_game_gnp() local
12368 c_n2=INTEGER(n2)[0]; in R_igraph_bipartite_game_gnp()
12373 …igraph_bipartite_game_gnp(&c_graph, (isNull(types) ? 0 : &c_types), c_n1, c_n2, c_p, c_directed, c… in R_igraph_bipartite_game_gnp()
12404 igraph_integer_t c_n2; in R_igraph_bipartite_game_gnm() local
12419 c_n2=INTEGER(n2)[0]; in R_igraph_bipartite_game_gnm()
12424 …igraph_bipartite_game_gnm(&c_graph, (isNull(types) ? 0 : &c_types), c_n1, c_n2, c_m, c_directed, c… in R_igraph_bipartite_game_gnm()