Home
last modified time | relevance | path

Searched defs:S (Results 476 – 500 of 81317) sorted by relevance

1...<<11121314151617181920>>...3253

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag1730.d28 struct S struct
36 static void test(inout(S) s) in test() argument
50 const(S) cObj; in main() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag1730.d28 struct S struct
36 static void test(inout(S) s) in test() argument
50 const(S) cObj; in main() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag1730.d28 struct S struct
36 static void test(inout(S) s) in test() argument
50 const(S) cObj; in main() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag1730.d28 struct S struct
36 static void test(inout(S) s) in test() argument
50 const(S) cObj; in main() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag1730.d28 struct S struct
36 static void test(inout(S) s) in test() argument
50 const(S) cObj; in main() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag1730.d28 struct S struct
36 static void test(inout(S) s) in test() argument
50 const(S) cObj; in main() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag1730.d28 struct S struct
36 static void test(inout(S) s) in test() argument
50 const(S) cObj; in main() local
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/sunlinsol/magmadense/
H A Dsunlinsol_magmadense.cpp49 #define MHELP(S) ( MAGMADENSE_CONTENT(S)->memhelp ) argument
50 #define QUEUE(S) ( MAGMADENSE_CONTENT(S)->q ) argument
56 #define ASYNCHRONOUS(S) ( MAGMADENSE_CONTENT(S)->async) argument
71 SUNLinearSolver S; in SUNLinSol_MagmaDense() local
204 SUNLinearSolver_ID SUNLinSolGetID_MagmaDense(SUNLinearSolver S) in SUNLinSolGetID_MagmaDense()
209 int SUNLinSolInitialize_MagmaDense(SUNLinearSolver S) in SUNLinSolInitialize_MagmaDense()
217 int SUNLinSolSetup_MagmaDense(SUNLinearSolver S, SUNMatrix A) in SUNLinSolSetup_MagmaDense()
271 if (INFOARRAY(S)[k] > 0) in SUNLinSolSetup_MagmaDense() local
373 sunindextype SUNLinSolLastFlag_MagmaDense(SUNLinearSolver S) in SUNLinSolLastFlag_MagmaDense()
380 int SUNLinSolSpace_MagmaDense(SUNLinearSolver S, in SUNLinSolSpace_MagmaDense()
[all …]
/dports/math/sundials/sundials-5.7.0/src/sunlinsol/magmadense/
H A Dsunlinsol_magmadense.cpp49 #define MHELP(S) ( MAGMADENSE_CONTENT(S)->memhelp ) argument
50 #define QUEUE(S) ( MAGMADENSE_CONTENT(S)->q ) argument
56 #define ASYNCHRONOUS(S) ( MAGMADENSE_CONTENT(S)->async) argument
71 SUNLinearSolver S; in SUNLinSol_MagmaDense() local
204 SUNLinearSolver_ID SUNLinSolGetID_MagmaDense(SUNLinearSolver S) in SUNLinSolGetID_MagmaDense()
209 int SUNLinSolInitialize_MagmaDense(SUNLinearSolver S) in SUNLinSolInitialize_MagmaDense()
217 int SUNLinSolSetup_MagmaDense(SUNLinearSolver S, SUNMatrix A) in SUNLinSolSetup_MagmaDense()
271 if (INFOARRAY(S)[k] > 0) in SUNLinSolSetup_MagmaDense() local
373 sunindextype SUNLinSolLastFlag_MagmaDense(SUNLinearSolver S) in SUNLinSolLastFlag_MagmaDense()
380 int SUNLinSolSpace_MagmaDense(SUNLinearSolver S, in SUNLinSolSpace_MagmaDense()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/plperl/expected/
H A Dplperl_shared.out24 (1 row)
26 select getme('ourkey');
27 getme
28 --------
30 (1 row)
32 select getme('on_init');
/dports/math/qposases/qpOASES-3.2.1/interfaces/simulink/
H A DqpOASES_SQProblem.cpp164 static void mdlStart(SimStruct *S) in mdlStart()
275 ssGetPWork(S)[0] = (void *) problem; in mdlStart() local
281 ssGetPWork(S)[1] = 0; in mdlStart() local
289 ssGetPWork(S)[4] = 0; in mdlStart() local
294 ssGetPWork(S)[5] = 0; in mdlStart() local
299 ssGetPWork(S)[6] = 0; in mdlStart() local
304 ssGetPWork(S)[7] = 0; in mdlStart() local
309 static void mdlOutputs(SimStruct *S, int_T tid) in mdlOutputs()
441 static void mdlTerminate(SimStruct *S) in mdlTerminate()
450 if ( ssGetPWork(S)[0] != 0 ) in mdlTerminate() local
[all …]
/dports/mail/mailhog/MailHog-1.0.0/vendor/gopkg.in/mgo.v2/
H A Dsuite_test.go63 type S struct { struct
64 session *mgo.Session
65 stopped bool
66 build mgo.BuildInfo
67 frozen []string
84 func (s *S) SetUpSuite(c *C) {
96 func (s *S) SetUpTest(c *C) {
105 func (s *S) TearDownTest(c *C) {
142 func (s *S) Stop(host string) {
176 func (s *S) Thaw(host string) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/mgo.v2/
H A Dsuite_test.go63 type S struct { struct
64 session *mgo.Session
65 stopped bool
66 build mgo.BuildInfo
67 frozen []string
84 func (s *S) SetUpSuite(c *C) {
96 func (s *S) SetUpTest(c *C) {
105 func (s *S) TearDownTest(c *C) {
142 func (s *S) Stop(host string) {
176 func (s *S) Thaw(host string) {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2/
H A Dsuite_test.go63 type S struct { struct
64 session *mgo.Session
65 stopped bool
66 build mgo.BuildInfo
67 frozen []string
84 func (s *S) SetUpSuite(c *C) {
96 func (s *S) SetUpTest(c *C) {
105 func (s *S) TearDownTest(c *C) {
142 func (s *S) Stop(host string) {
176 func (s *S) Thaw(host string) {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2-unstable/
H A Dsuite_test.go63 type S struct { struct
64 session *mgo.Session
65 stopped bool
66 build mgo.BuildInfo
67 frozen []string
84 func (s *S) SetUpSuite(c *C) {
96 func (s *S) SetUpTest(c *C) {
105 func (s *S) TearDownTest(c *C) {
142 func (s *S) Stop(host string) {
176 func (s *S) Thaw(host string) {
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gopkg.in/mgo.v2/
H A Dsuite_test.go63 type S struct { struct
64 session *mgo.Session
65 stopped bool
66 build mgo.BuildInfo
67 frozen []string
84 func (s *S) SetUpSuite(c *C) {
96 func (s *S) SetUpTest(c *C) {
105 func (s *S) TearDownTest(c *C) {
142 func (s *S) Stop(host string) {
176 func (s *S) Thaw(host string) {
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/10gen/llmgo/
H A Dsuite_test.go45 type S struct { struct
46 session *mgo.Session
47 stopped bool
48 build mgo.BuildInfo
49 frozen []string
66 func (s *S) SetUpSuite(c *C) {
78 func (s *S) SetUpTest(c *C) {
87 func (s *S) TearDownTest(c *C) {
124 func (s *S) Stop(host string) {
156 func (s *S) Thaw(host string) {
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/
H A Dsuite_test.go63 type S struct { struct
64 session *mgo.Session
65 stopped bool
66 build mgo.BuildInfo
67 frozen []string
84 func (s *S) SetUpSuite(c *C) {
96 func (s *S) SetUpTest(c *C) {
105 func (s *S) TearDownTest(c *C) {
142 func (s *S) Stop(host string) {
176 func (s *S) Thaw(host string) {
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/resolve/
H A Dresolve-self-in-impl.rs3 struct S<T = u8>(T); struct
8 impl Tr<Self> for S {} // OK implementation
9 impl<T: Tr<Self>> Tr<T> for S {} // OK implementation
10 impl Tr for S where Self: Copy {} // OK implementation
11 impl Tr for S where S<Self>: Copy {} // OK implementation
12 impl Tr for S where Self::A: Copy {} // OK implementation
15 impl Tr for S<Self> {} //~ ERROR cycle detected implementation
17 impl S<Self> {} //~ ERROR cycle detected impl
18 impl Tr<Self::A> for S {} //~ ERROR cycle detected implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lyon_geom-0.15.3/src/
H A Darc.rs238 pub fn split(&self, t: S) -> (Arc<S>, Arc<S>) { in split()
302 F: FnMut(Point<S>, S), in for_each_flattened_with_t() argument
420 pub fn bounding_range_x(&self) -> (S, S) { in bounding_range_x()
425 pub fn bounding_range_y(&self) -> (S, S) { in bounding_range_y()
430 pub fn fast_bounding_range_x(&self) -> (S, S) { in fast_bounding_range_x()
435 pub fn fast_bounding_range_y(&self) -> (S, S) { in fast_bounding_range_y()
617 fn sample_ellipse<S: Scalar>(radii: Vector<S>, x_rotation: Angle<S>, angle: Angle<S>) -> Point<S> { in sample_ellipse()
672 fn bounding_range_x(&self) -> (S, S) { in bounding_range_x()
675 fn bounding_range_y(&self) -> (S, S) { in bounding_range_y()
678 fn fast_bounding_range_x(&self) -> (S, S) { in fast_bounding_range_x()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/lyon_geom-0.15.2/src/
H A Darc.rs238 pub fn split(&self, t: S) -> (Arc<S>, Arc<S>) { in split()
302 F: FnMut(Point<S>, S), in for_each_flattened_with_t() argument
420 pub fn bounding_range_x(&self) -> (S, S) { in bounding_range_x()
425 pub fn bounding_range_y(&self) -> (S, S) { in bounding_range_y()
430 pub fn fast_bounding_range_x(&self) -> (S, S) { in fast_bounding_range_x()
435 pub fn fast_bounding_range_y(&self) -> (S, S) { in fast_bounding_range_y()
617 fn sample_ellipse<S: Scalar>(radii: Vector<S>, x_rotation: Angle<S>, angle: Angle<S>) -> Point<S> { in sample_ellipse()
672 fn bounding_range_x(&self) -> (S, S) { in bounding_range_x()
675 fn bounding_range_y(&self) -> (S, S) { in bounding_range_y()
678 fn fast_bounding_range_x(&self) -> (S, S) { in fast_bounding_range_x()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/src/sundials/
H A Dsundials_linearsolver.c31 SUNLinearSolver_Type SUNLinSolGetType(SUNLinearSolver S) in SUNLinSolGetType()
38 int SUNLinSolSetATimes(SUNLinearSolver S, void* A_data, in SUNLinSolSetATimes()
57 int SUNLinSolSetScalingVectors(SUNLinearSolver S, in SUNLinSolSetScalingVectors()
66 int SUNLinSolInitialize(SUNLinearSolver S) in SUNLinSolInitialize()
71 int SUNLinSolSetup(SUNLinearSolver S, SUNMatrix A) in SUNLinSolSetup()
82 int SUNLinSolNumIters(SUNLinearSolver S) in SUNLinSolNumIters()
90 realtype SUNLinSolResNorm(SUNLinearSolver S) in SUNLinSolResNorm()
98 N_Vector SUNLinSolResid(SUNLinearSolver S) in SUNLinSolResid()
106 long int SUNLinSolLastFlag(SUNLinearSolver S) in SUNLinSolLastFlag()
114 int SUNLinSolSpace(SUNLinearSolver S, long int *lenrwLS, in SUNLinSolSpace()
[all …]
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/sunlinsol/superludist/
H A Dsunlinsol_superludist.c38 #define SLU_BERR(S) ( SLUDIST_CONTENT(S)->berr ) argument
39 #define SLU_GRID(S) ( SLUDIST_CONTENT(S)->grid ) argument
40 #define SLU_LASTFLAG(S) ( SLUDIST_CONTENT(S)->last_flag ) argument
41 #define SLU_LU(S) ( SLUDIST_CONTENT(S)->lu ) argument
42 #define SLU_OPTIONS(S) ( SLUDIST_CONTENT(S)->options ) argument
44 #define SLU_SOLVESTRUCT(S) ( SLUDIST_CONTENT(S)->solve ) argument
45 #define SLU_STAT(S) ( SLUDIST_CONTENT(S)->stat ) argument
46 #define SLU_SIZE(S) ( SLUDIST_CONTENT(S)->N ) argument
59 SUNLinearSolver S; in SUNLinSol_SuperLUDIST() local
172 int SUNLinSolInitialize_SuperLUDIST(SUNLinearSolver S) in SUNLinSolInitialize_SuperLUDIST()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/sunlinsol/superludist/
H A Dsunlinsol_superludist.c38 #define SLU_BERR(S) ( SLUDIST_CONTENT(S)->berr ) argument
39 #define SLU_GRID(S) ( SLUDIST_CONTENT(S)->grid ) argument
40 #define SLU_LASTFLAG(S) ( SLUDIST_CONTENT(S)->last_flag ) argument
41 #define SLU_LU(S) ( SLUDIST_CONTENT(S)->lu ) argument
42 #define SLU_OPTIONS(S) ( SLUDIST_CONTENT(S)->options ) argument
44 #define SLU_SOLVESTRUCT(S) ( SLUDIST_CONTENT(S)->solve ) argument
45 #define SLU_STAT(S) ( SLUDIST_CONTENT(S)->stat ) argument
46 #define SLU_SIZE(S) ( SLUDIST_CONTENT(S)->N ) argument
59 SUNLinearSolver S; in SUNLinSol_SuperLUDIST() local
172 int SUNLinSolInitialize_SuperLUDIST(SUNLinearSolver S) in SUNLinSolInitialize_SuperLUDIST()
[all …]
/dports/math/sundials/sundials-5.7.0/src/sunlinsol/superludist/
H A Dsunlinsol_superludist.c38 #define SLU_BERR(S) ( SLUDIST_CONTENT(S)->berr ) argument
39 #define SLU_GRID(S) ( SLUDIST_CONTENT(S)->grid ) argument
40 #define SLU_LASTFLAG(S) ( SLUDIST_CONTENT(S)->last_flag ) argument
41 #define SLU_LU(S) ( SLUDIST_CONTENT(S)->lu ) argument
42 #define SLU_OPTIONS(S) ( SLUDIST_CONTENT(S)->options ) argument
44 #define SLU_SOLVESTRUCT(S) ( SLUDIST_CONTENT(S)->solve ) argument
45 #define SLU_STAT(S) ( SLUDIST_CONTENT(S)->stat ) argument
46 #define SLU_SIZE(S) ( SLUDIST_CONTENT(S)->N ) argument
59 SUNLinearSolver S; in SUNLinSol_SuperLUDIST() local
172 int SUNLinSolInitialize_SuperLUDIST(SUNLinearSolver S) in SUNLinSolInitialize_SuperLUDIST()
[all …]

1...<<11121314151617181920>>...3253