Home
last modified time | relevance | path

Searched +defs:S +defs:t +defs:t +defs:js (Results 1 – 25 of 79) sorted by relevance

1234

/dports/editors/neovim/libmpack-1.0.5/test/
H A Dfixtures.c26 static void map_generator(char **js, uint8_t **mp, size_t *mplen, size_t s) in map_generator()
71 static void array_generator(char **js, uint8_t **mp, size_t *mplen, size_t s) in array_generator()
113 static void blob_pattern_generator(char **js, uint8_t **mp, size_t *mplen, in blob_pattern_generator()
166 static void bin_generator(char **js, uint8_t **mp, size_t *mplen, size_t s) in bin_generator()
171 static void str_generator(char **js, uint8_t **mp, size_t *mplen, size_t s) in str_generator()
177 static void ext_generator(char **js, uint8_t **mp, size_t *mplen, size_t s) in ext_generator()
957 #define ERR(p, t) { \ argument
966 #define S(...) SC(0, __VA_ARGS__) macro
/dports/math/z3/z3-z3-4.8.13/src/test/
H A Degraph.cpp35 sort_ref S(m.mk_uninterpreted_sort(symbol("S")), m); in test1() local
56 sort_ref S(m.mk_uninterpreted_sort(symbol("S")), m); in test2() local
76 timer t; in test2() local
124 ptr_vector<int> js; in test3() local
/dports/math/py-z3-solver/z3-z3-4.8.10/src/test/
H A Degraph.cpp35 sort_ref S(m.mk_uninterpreted_sort(symbol("S")), m); in test1() local
56 sort_ref S(m.mk_uninterpreted_sort(symbol("S")), m); in test2() local
76 timer t; in test2() local
124 ptr_vector<int> js; in test3() local
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/CXX_parhyp/
H A Dark_heat2D_hypre.cpp94 sunindextype js; // global y indices of this subdomain member
180 #define HPP_X(S) ( HPP_CONTENT(S)->xvec ) argument
181 #define HPP_B(S) ( HPP_CONTENT(S)->bvec ) argument
355 realtype t = T0; in main() local
459 static int f(realtype t, N_Vector y, N_Vector ydot, void *user_data) in f()
554 static int J(realtype t, N_Vector y, N_Vector ydot, SUNMatrix Jac, in J()
570 HYPRE_Int ix, iy, is, ie, js, je, index[2]; in J() local
949 static int AnalyticalSolution(N_Vector ytrue, realtype t, UserData *udata) in AnalyticalSolution()
973 sunindextype js, sunindextype je) { in Hypre5ptMatrix()
1215 SUNLinearSolver S; in HyprePcgPfmg() local
[all …]
/dports/biology/paml/paml4.9j/src/
H A Dyn00.c78 int n=com.ncode, is,js, j, idata, wname=20, sspace; in main() local
79 double t=0.4, dS=0.1,dN=0.1, S,N, SEdS, SEdN, f3x4[12], *space=NULL; in main() local
192 double t; in GetOptions() local
236 int DistanceYN00(int is, int js, double*S, double*N, double*dS,double*dN, in DistanceYN00()
237 double *SEdS, double *SEdN, double *t,double space[]) in DistanceYN00()
395 double P[3],Q[3], a,b, dS,dN, pS2, S,N, Sd,Nd; in DistanceMatLWL85() local
463 int is,js,j,k,h, i1,pos,c[2],aa[2],b[2][3],a,ndeg,by[3]={16,4,1}, status=0; in GetKappa() local
464 double ka[2], F[2][16],S[2],wk[2], t,P,Q,pi[4]; in GetKappa() local
556 double r, S,N, kappa=com.kappa; in CountSites() local
589 int GetPMatCodon(double P[],double t, double kappa, double omega, double space[]) in GetPMatCodon()
[all …]
H A Dcodeml.c1661 double t; in GetOptions() local
2265 double t; in GetInitials() local
2421 double w[NBTYPE][3], t, S, dS, dN, spaceP2PI[NCATG*(NCATG + 1)], small = 1e-4; in SetParametersNSsites() local
3462 double t; in ConditionalPNode() local
3537 double t; in Fcodon_3x4() local
3667 double t, t1; in AddCodonFreqSeqGene() local
4281 int n = com.ncode, is, js, j, k, h, i0, np, wname = 15; in PairwiseCodon() local
4887 double PairwiseAArev(int is, int js) in PairwiseAArev()
4952 int n = com.ncode, j, is, js; in PairwiseAA() local
5680 double y, t = .5, f3x4[12], x[3] = { 1,1,1 }, S, dS, dN, mr = 0; in Ina() local
[all …]
H A Dtreesub.c1286 int is, js, h, same, nkept = com.ns; in IdenticalSeqs() local
1706 double t; in AddFreqSeqGene() local
2108 int is, js, status = 0; in DistanceMatNuc() local
2575 int is, js, it, a1, a2; in SetAncestor() local
2634 double PairDistanceML(int is, int js) in PairDistanceML()
3741 double maxage, t; in GetInitialsTimes() local
5929 double fh, S, y = 1; in ProbSitePattern() local
6018 double fh, y, pbest, *Sir = ScaleC, S; in PostProbNode() local
6166 double pAA[21], *pbestAA = NULL, ns, na, nst, nat, S, N; in AncestralMarginal() local
6818 double t; in AncestralJointPPSG2000() local
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvode/CXX_parhyp/
H A Dcv_heat2D_hypre_ls.cpp116 sunindextype js; // y starting index member
263 #define HLS_CONTENT(S) ( (HypreLSContent*)(S->content) ) argument
264 #define HLS_X(S) ( HLS_CONTENT(S)->xvec ) argument
265 #define HLS_B(S) ( HLS_CONTENT(S)->bvec ) argument
266 #define HLS_PRECOND(S) ( HLS_CONTENT(S)->precond ) argument
267 #define HLS_SOLVER(S) ( HLS_CONTENT(S)->solver ) argument
268 #define HLS_ITERS(S) ( HLS_CONTENT(S)->iters ) argument
269 #define HLS_PCG(S) ( HLS_CONTENT(S)->pcg ) argument
479 realtype t = ZERO; in main() local
1772 static int Solution(realtype t, N_Vector u, UserData *udata) in Solution()
[all …]
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/
H A Dscf-base.cpp160 Timer t; in SCF() local
479 Timer t; in fill_rs() local
509 Timer t; in fill_rs() local
554 Timer t; in fill_rs() local
578 Timer t; in fill_rs() local
638 Timer t; in PZSIC_Fock() local
979 Timer t; in sap_potential() local
1022 Timer t; in sapfit_potential() local
1059 size_t js=shpairs[ip].js; in sapfit_potential() local
1312 Timer t; in ROHF_update() local
[all …]
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/
H A Dscf-base.cpp157 Timer t; in SCF() local
493 Timer t; in fill_rs() local
523 Timer t; in fill_rs() local
568 Timer t; in fill_rs() local
592 Timer t; in fill_rs() local
648 Timer t; in PZSIC_Fock() local
989 Timer t; in sap_potential() local
1032 Timer t; in sapfit_potential() local
1069 size_t js=shpairs[ip].js; in sapfit_potential() local
1322 Timer t; in ROHF_update() local
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/CXX_parhyp/
H A Dark_heat2D_hypre_ls.cpp117 sunindextype js; // y starting index member
269 #define HLS_CONTENT(S) ( (HypreLSContent*)(S->content) ) argument
270 #define HLS_X(S) ( HLS_CONTENT(S)->xvec ) argument
271 #define HLS_B(S) ( HLS_CONTENT(S)->bvec ) argument
272 #define HLS_PRECOND(S) ( HLS_CONTENT(S)->precond ) argument
273 #define HLS_SOLVER(S) ( HLS_CONTENT(S)->solver ) argument
274 #define HLS_ITERS(S) ( HLS_CONTENT(S)->iters ) argument
275 #define HLS_PCG(S) ( HLS_CONTENT(S)->pcg ) argument
542 realtype t = ZERO; in main() local
1869 static int Solution(realtype t, N_Vector u, UserData *udata) in Solution()
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/prettier/esm/
H A Dparser-typescript.mjs1t){const r=new SyntaxError(e+" ("+t.start.line+":"+t.start.column+")");return r.loc=t,r};var t,r=f… variable
22tegory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per… field in Tu
H A Dparser-html.mjs1 …"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e){var t={exports:{}… class in t
16 …*/class n{constructor(e,t,r){this.filePath=e,this.name=t,this.members=r}assertNoMembers(){if(this.… argument
24t){return p(e,":",t)};var l=function(e,t){return p(e,".",t)};function p(e,t,r){const n=e.indexOf(t… function
40 class n{constructor(e,t,r,n){this.file=e,this.offset=t,this.line=r,this.col=n}toString(){return nul… argument
61tegory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per… argument
85 class{constructor(e,t=-1){this.path=e,this.position=t}get empty(){return!this.path||!this.path.leng… argument
93t,r){this.value=e,this.sourceSpan=t,this.i18n=r,this.type="text"}visit(e,t){return e.visitText(thi… variable
101 function(e,t){if(null!=t){if(!Array.isArray(t))throw new Error(`Expected '${e}' to be an array of s… argument
109 Object.defineProperty(t,"__esModule",{value:!0});class r{constructor(e,t){this.start=e,this.end=t}s… argument
125 class no extends B.ParseError{constructor(e,t,r){super(t,r),this.elementName=e}static create(e,t,r)… argument
[all …]
H A Dparser-babel.mjs1t(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function s(e){var t={… variable
22tegory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per… argument
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dsvdlib.c145 static int stringEndsIn(char *s, char *t) { in stringEndsIn()
642 double p, r, s, t, u, temp; in svd_pythag() local
795 SMat S; in svdConvertDtoS() local
920 SMat S; in svdLoadSparseTextHBFile() local
997 SMat S; in svdLoadSparseTextFile() local
1037 SMat S; in svdLoadSparseBinaryFile() local
1151 SMat S = NULL; in svdLoadSparseMatrix() local
1846 long js, jsq, i, k, /*size,*/ id2, tmp, nsig, x; in ritvec() local
2322 double t, tq, tr, reps1, rnm = *rnmp; in purge() local
2408 double t, *alf, rnm, anorm; in stpone() local
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/joy/
H A Djoy_sdl.c441 int t; in joy_config() local
779 enum { E = 0, NE, N, NW, W, SW, S, SE }; in joy_decode_hat() enumerator
908 int js, st; in joy_emu_link() local
/dports/math/fftw3-float/fftw-3.3.9/rdft/
H A Dhc2hc-generic.c26 typedef hc2hc_solver S; typedef
86 INT js = jstart * s; in swapri() local
94 R t = *pr; in swapri() local
/dports/math/fftw3/fftw-3.3.9/rdft/
H A Dhc2hc-generic.c26 typedef hc2hc_solver S; typedef
86 INT js = jstart * s; in swapri() local
94 R t = *pr; in swapri() local
/dports/math/fftw3-long/fftw-3.3.9/rdft/
H A Dhc2hc-generic.c26 typedef hc2hc_solver S; typedef
86 INT js = jstart * s; in swapri() local
94 R t = *pr; in swapri() local
/dports/math/fftw3-quad/fftw-3.3.9/rdft/
H A Dhc2hc-generic.c26 typedef hc2hc_solver S; typedef
86 INT js = jstart * s; in swapri() local
94 R t = *pr; in swapri() local
/dports/math/m4ri/m4ri-release-20200125/m4ri/
H A Dmzd.c59 static unsigned int const S[] = { 1, 2, 4, 8, 16, 32 }; in log2_floor() local
535 static inline int _mzd_transpose_Nxjx64(word* RESTRICT t, int n) in _mzd_transpose_Nxjx64()
590 word t[64]; in _mzd_copy_transpose_lt64x64() local
731 word t[64]; in _mzd_copy_transpose_64xlt64() local
902 word t[4]; in _mzd_copy_transpose_le16xle16() local
1016 word t[16]; in _mzd_copy_transpose_le32xle32() local
1071 word t[64]; in _mzd_copy_transpose_le64xle64() local
1139 int js = ncols & nrows & 64; // True if the total number of whole 64x64 matrices is odd. in _mzd_transpose() local
1320 int js = ncolsb & nrowsb & 64; // True if the total number of whole 64x64 matrices is odd. in _mzd_transpose_multiblock() local
1867 mzd_t *mzd_submatrix(mzd_t *S, mzd_t const *M, rci_t const startrow, rci_t const startcol, rci_t co… in mzd_submatrix()
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DMap.cpp31 Planet *t, PlanetProperties *tp, Ring *r, in Map()
79 Planet *t, PlanetProperties *tp, Ring *r, in Map()
567 const double S[3] = { -X/sun_dist, -Y/sun_dist, -Z/sun_dist }; in AddShadow() local
770 const int js = j / scale; in Reduce() local
839 const double t = x - floor(x); in GetPixel() local
1045 double t = ring_->getTransparency(ring_radius); in CreateMap() local
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DArteryOutlet.F90118 INTEGER :: t, k,n,m,ie,bf_id,mat_id,prev_mat_id,istat,LocalNodes,i,j, nonliniter, l, & local
120 mindisti, jf, js, NoActive local
668 REAL(KIND=dp) :: SqrtElementMetric,U,V,W,S,Lambda local
670 INTEGER :: i,p,q,t,DIM local
739 INTEGER :: i,j,k,n,pn,t,dim, SolidConnections local
884 INTEGER :: i,j,k,n,pn,t,dim local
1136 REAL( kind=dp ) :: t, Winit local
1171 REAL( kind=dp ) :: t, dRout, xcenterpoint, ycenterpoint, zcenterpoint, & local
1255 REAL( kind=dp ) :: t, dRout, xcenterpoint, ycenterpoint, zcenterpoint, & local
1330 REAL( kind=dp ) :: t, pout local
/dports/science/siconos/siconos-4.4.0/externals/SuiteSparse/CXSparse/
H A Dcxsparse_di.c461 css *S ; in cs_cholsol() local
1071 double a, t ; in cs_lu() local
1157 css *S ; in cs_lusol() local
1216 CS_INT *js, CS_INT *is, CS_INT *ps) in cs_augment()
1258 CS_INT i, j, k, n, m, p, n2 = 0, m2 = 0, *Ap, *jimatch, *w, *cheap, *js, *is, in cs_maxtrans() local
1360 CS_INT t, j, k, nz = 0, m, n, *Ap, *Ai, *Cp, *Ci ; in cs_permute() local
1555 css *S ; in cs_qrsol() local
1609 CS_INT *p, k, j, t ; in cs_randperm() local
1713 css *S ; in cs_schol() local
1823 css *S ; in cs_sqr() local
[all …]
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dtheory_diff_logic_def.h658 justification * js = nullptr; in new_edge() local
1019 theory_var t = expand(false, v2, k); in new_eq_or_diseq() local
1150 void theory_diff_logic<Ext>::update_simplex(Simplex& S) { in update_simplex()
1243 Simplex& S = m_S; in maximize() local
1344 objective_term const& t = m_objectives[v]; in mk_ineq() local

1234