Home
last modified time | relevance | path

Searched refs:Singletons (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A DEq.hs18 module Data.Singletons.Prelude.Eq (
23 import Data.Singletons.Prelude.Bool
24 import Data.Singletons
25 import Data.Singletons.Single
26 import Data.Singletons.Prelude.Instances
27 import Data.Singletons.Util
28 import Data.Singletons.Promote
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/debug/
H A Dtest_singleton.pl81 singletons(Body, Singletons),
82 ( Found == Singletons
88 format('Singletons: ~w~n', [Singletons])),
92 compiler_found_singletons(Body, Singletons) :-
94 sort(Singletons0, Singletons).
128 % True when Vars is the set of all singletons in Body. Singletons
145 singletons(Body, Singletons) :-
149 cv_singletons(CV, Singletons).
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Factory/Implementation/
H A DReflectionObjectFactory.cs69 …protected readonly IThreadSafeDictionary<Type, object> Singletons = new ThreadSafeDictionary<Type,… field in DbLinq.Factory.Implementation.ReflectionObjectFactory
160 if (!Singletons.TryGetValue(t, out r)) in Get()
163 Singletons.MergeSafe(t, r); in Get()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/failing/
H A DTensorTests.hs22 import Data.Singletons
24 import Data.Singletons.TypeRepStar ()
H A DTensorTests.hs.bad22 import Data.Singletons
24 import Data.Singletons.TypeRepStar ()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/pre-ghc86/
H A DTensorTests.hs22 import Data.Singletons
24 import Data.Singletons.TypeRepStar ()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc86/
H A DTensorTests.hs22 import Data.Singletons
24 import Data.Singletons.TypeRepStar ()
/dports/cad/ngspice_rework/ngspice-35/src/maths/sparse/
H A Dspfactor.c891 Matrix->Singletons = 0; in MarkowitzProducts()
909 Matrix->Singletons++; in MarkowitzProducts()
972 if (Matrix->Singletons) { in SearchForPivot()
1063 int Singletons; in SearchForSingleton() local
1073 Singletons = Matrix->Singletons--; in SearchForSingleton()
1082 while (Singletons-- > 0) { in SearchForSingleton()
1187 Matrix->Singletons++; in SearchForSingleton()
2755 Matrix->Singletons++; in UpdateMarkowitzNumbers()
2774 Matrix->Singletons++; in UpdateMarkowitzNumbers()
2839 Matrix->Singletons--; in CreateFillin()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/mock-assembly/
H A DMockAssembly.cs23 + Singletons.OneTestCase.Tests
33 + Singletons.OneTestCase.Suites
166 namespace Singletons namespace
/dports/cad/jspice3/jspice3-2.5/src/lib/sparse/
H A Dspfactor.c982 Matrix->Singletons = 0;
1002 Matrix->Singletons++;
1072 if (Matrix->Singletons)
1167 int Singletons; local
1177 Singletons = Matrix->Singletons--;
1186 while (Singletons-- > 0)
1296 Matrix->Singletons++;
2958 Matrix->Singletons++;
2976 Matrix->Singletons++;
3047 Matrix->Singletons--;
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/src/c/
H A DspFactor.c1092 Matrix->Singletons = 0; in MarkowitzProducts()
1119 Matrix->Singletons++; in MarkowitzProducts()
1183 if (Matrix->Singletons) in SearchForPivot()
1279 int Singletons; in SearchForSingleton() local
1289 Singletons = Matrix->Singletons--; in SearchForSingleton()
1298 while (Singletons-- > 0) in SearchForSingleton()
1425 Matrix->Singletons++; in SearchForSingleton()
3211 Matrix->Singletons++; in UpdateMarkowitzNumbers()
3240 Matrix->Singletons++; in UpdateMarkowitzNumbers()
3314 Matrix->Singletons--; in CreateFillin()
[all …]
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/sparse/
H A DspFactor.c944 Matrix->Singletons = 0;
964 Matrix->Singletons++;
1034 if (Matrix->Singletons)
1129 int Singletons; local
1139 Singletons = Matrix->Singletons--;
1148 while (Singletons-- > 0)
1246 Matrix->Singletons++;
2905 Matrix->Singletons++;
2923 Matrix->Singletons++;
2994 Matrix->Singletons--;
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/sparse/
H A DspFactor.c947 Matrix->Singletons = 0; in MarkowitzProducts()
967 Matrix->Singletons++; in MarkowitzProducts()
1025 if (Matrix->Singletons) in SearchForPivot()
1120 int Singletons; in SearchForSingleton() local
1130 Singletons = Matrix->Singletons--; in SearchForSingleton()
1139 while (Singletons-- > 0) in SearchForSingleton()
1250 Matrix->Singletons++; in SearchForSingleton()
2170 Matrix->Singletons--; in ExchangeRowsAndCols()
2172 Matrix->Singletons++; in ExchangeRowsAndCols()
2915 Matrix->Singletons++; in UpdateMarkowitzNumbers()
[all …]
/dports/devel/agar/agar-1.5.0/math/
H A Dm_sparse_factor.c832 Matrix->Singletons = 0; in MarkowitzProducts()
852 Matrix->Singletons++; in MarkowitzProducts()
919 if (Matrix->Singletons) in SearchForPivot()
1014 int Singletons; in SearchForSingleton() local
1024 Singletons = Matrix->Singletons--; in SearchForSingleton()
1033 while (Singletons-- > 0) in SearchForSingleton()
1143 Matrix->Singletons++; in SearchForSingleton()
2062 Matrix->Singletons--; in ExchangeRowsAndCols()
2064 Matrix->Singletons++; in ExchangeRowsAndCols()
2783 Matrix->Singletons++; in UpdateMarkowitzNumbers()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/sparse/
H A DspFactor.c947 Matrix->Singletons = 0; in MarkowitzProducts()
967 Matrix->Singletons++; in MarkowitzProducts()
1025 if (Matrix->Singletons) in SearchForPivot()
1120 int Singletons; in SearchForSingleton() local
1130 Singletons = Matrix->Singletons--; in SearchForSingleton()
1139 while (Singletons-- > 0) in SearchForSingleton()
1250 Matrix->Singletons++; in SearchForSingleton()
2170 Matrix->Singletons--; in ExchangeRowsAndCols()
2172 Matrix->Singletons++; in ExchangeRowsAndCols()
2915 Matrix->Singletons++; in UpdateMarkowitzNumbers()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/core/
H A Dtest_read.pl53 [ singletons(Singletons)
55 maplist(arg(1), Singletons, Names).
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/fe_guide/
H A Ddesign_anti_patterns.md103 ### What problems do Singletons cause?
112 - [Complexity caused by Singletons](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29461#not…
114 Here are some ills that Singletons often produce:
116 1. **Non-deterministic tests.** Singletons encourage non-deterministic tests because the single ins…
122 1. **Infectious.** Singletons are infectious, especially when they manage state. Consider the compo…
137 Singletons solve the problem of enforcing there to be only 1 instance of a thing. It's possible
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dprolog_colour.pl176 warnable_singletons(Singletons0, Singletons),
177 colour_state_singletons(TB, Singletons),
301 %! warnable_singletons(+Singletons, -Warn) is det.
469 -> warnable_singletons(Singletons0, Singletons),
470 colour_state_singletons(TB, Singletons),
519 -> warnable_singletons(Singletons0, Singletons),
520 colour_state_singletons(TB, Singletons),
543 colour_state_singletons(TB, Singletons),
544 member_var(Var, Singletons).
/dports/devel/godot2-tools/godot-demo-projects-2.1.4-stable/misc/autoload/
H A Dengine.cfg3 name="Autoload (Singletons)"
/dports/textproc/p5-PPI/PPI-1.270/lib/PPI/
H A DSingletons.pm1 package PPI::Singletons;
H A DNormal.pm43 use PPI::Singletons '%LAYER';
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.4/
H A DDeprecation-90803-DeprecationOfObjectManagergetInExtbaseContext.rst129 …me which is shared across all scopes. Singletons are a great way to save resources but there is mo…
131 The idea of Singletons is to have an object that always behaves the same, no matter where it is use…
148 Singletons (services without state) should be provided by Dependency Injection wherever possible.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.4/
H A DDeprecation-90803-DeprecationOfObjectManagergetInExtbaseContext.rst129 …me which is shared across all scopes. Singletons are a great way to save resources but there is mo…
131 The idea of Singletons is to have an object that always behaves the same, no matter where it is use…
148 Singletons (services without state) should be provided by Dependency Injection wherever possible.
/dports/textproc/p5-PPI/PPI-1.270/lib/PPI/Token/
H A DOperator.pm44 use PPI::Singletons '%OPERATOR';
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/loading/autoload/
H A Dproject.godot18 config/name="Autoload (Singletons)"

12345678910>>...12