Home
last modified time | relevance | path

Searched refs:om (Results 1 – 25 of 6337) sorted by relevance

12345678910>>...254

/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/math/
H A DTransform4x4f.cpp115 tm[ 0] = ((om[ 5] * om[10]) - (om[ 9] * om[ 6])); in invert()
116 tm[ 1] = -((om[ 1] * om[10]) - (om[ 9] * om[ 2])); in invert()
117 tm[ 2] = ((om[ 1] * om[ 6]) - (om[ 5] * om[ 2])); in invert()
119 tm[ 4] = -((om[ 4] * om[10]) - (om[ 8] * om[ 6])); in invert()
120 tm[ 5] = ((om[ 0] * om[10]) - (om[ 8] * om[ 2])); in invert()
121 tm[ 6] = -((om[ 0] * om[ 6]) - (om[ 4] * om[ 2])); in invert()
123 tm[ 8] = ((om[ 4] * om[ 9]) - (om[ 8] * om[ 5])); in invert()
124 tm[ 9] = -((om[ 0] * om[ 9]) - (om[ 8] * om[ 1])); in invert()
127 …2] = -((om[ 4] * (om[ 9] * om[14] - om[10] * om[13])) - (om[ 8] * (om[ 5] * om[14] - om[ 6] * om[1… in invert()
128 …3] = ((om[ 0] * (om[ 9] * om[14] - om[10] * om[13])) - (om[ 8] * (om[ 1] * om[14] - om[ 2] * om[1… in invert()
[all …]
/dports/devel/nlohmann-json/json-3.10.4/test/src/
H A Dunit-ordered_map.cpp61 const auto com = om;
94 const auto com = om;
130 om["eins"] = "one";
131 om["zwei"] = "two";
202 auto it = om.erase(om.begin());
242 CHECK(om.find("eins") == om.begin());
243 CHECK(om.find(std::string("eins")) == om.begin());
244 CHECK(om.find(eins) == om.begin());
245 CHECK(om.find("vier") == om.end());
246 CHECK(om.find(std::string("vier")) == om.end());
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/json/test/src/
H A Dunit-ordered_map.cpp60 const auto com = om;
93 const auto com = om;
129 om["eins"] = "one";
130 om["zwei"] = "two";
201 auto it = om.erase(om.begin());
241 CHECK(om.find("eins") == om.begin());
242 CHECK(om.find(std::string("eins")) == om.begin());
243 CHECK(om.find(eins) == om.begin());
244 CHECK(om.find("vier") == om.end());
245 CHECK(om.find(std::string("vier")) == om.end());
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/om/
H A Dom.go1 package om package
75 func (om *om) Locale() string { argument
122 func (om *om) MonthsAbbreviated() []string { argument
132 func (om *om) MonthsNarrow() []string { argument
142 func (om *om) MonthsWide() []string { argument
162 func (om *om) WeekdaysNarrow() []string { argument
172 func (om *om) WeekdaysShort() []string { argument
182 func (om *om) WeekdaysWide() []string { argument
187 func (om *om) Decimal() string { argument
192 func (om *om) Group() string { argument
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/om/
H A Dom.go1 package om package
12 type om struct { struct
75 func (om *om) Locale() string { argument
132 func (om *om) MonthsNarrow() []string { argument
142 func (om *om) MonthsWide() []string { argument
162 func (om *om) WeekdaysNarrow() []string { argument
172 func (om *om) WeekdaysShort() []string { argument
182 func (om *om) WeekdaysWide() []string { argument
187 func (om *om) Decimal() string { argument
192 func (om *om) Group() string { argument
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/om/
H A Dom.go1 package om package
75 func (om *om) Locale() string { argument
122 func (om *om) MonthsAbbreviated() []string { argument
132 func (om *om) MonthsNarrow() []string { argument
142 func (om *om) MonthsWide() []string { argument
162 func (om *om) WeekdaysNarrow() []string { argument
172 func (om *om) WeekdaysShort() []string { argument
182 func (om *om) WeekdaysWide() []string { argument
187 func (om *om) Decimal() string { argument
192 func (om *om) Group() string { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Shopify/sarama/
H A Doffset_manager.go78 return om, nil
87 om.pomsLock.Lock()
107 close(om.closing)
109 <-om.closed
127 om.broker = nil
210 if err := om.client.RefreshCoordinator(om.group); err != nil {
214 broker, err := om.client.Coordinator(om.group)
219 om.broker = broker
226 om.broker = nil
238 om.Commit()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/sarama-1.19.0/
H A Doffset_manager.go72 return om, nil
81 om.pomsLock.Lock()
101 close(om.closing)
102 <-om.closed
117 om.broker = nil
165 case <-om.closing:
191 if err := om.client.RefreshCoordinator(om.group); err != nil {
195 broker, err := om.client.Coordinator(om.group)
200 om.broker = broker
207 om.broker = nil
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/
H A Doffset_manager.go72 return om, nil
81 om.pomsLock.Lock()
101 close(om.closing)
102 <-om.closed
117 om.broker = nil
165 case <-om.closing:
191 if err := om.client.RefreshCoordinator(om.group); err != nil {
195 broker, err := om.client.Coordinator(om.group)
200 om.broker = broker
207 om.broker = nil
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/sarama-1.26.4/
H A Doffset_manager.go72 return om, nil
81 om.pomsLock.Lock()
101 close(om.closing)
102 <-om.closed
117 om.broker = nil
174 case <-om.closing:
200 if err := om.client.RefreshCoordinator(om.group); err != nil {
204 broker, err := om.client.Coordinator(om.group)
209 om.broker = broker
216 om.broker = nil
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/
H A Doffset_manager.go72 return om, nil
81 om.pomsLock.Lock()
101 close(om.closing)
102 <-om.closed
117 om.broker = nil
174 case <-om.closing:
200 if err := om.client.RefreshCoordinator(om.group); err != nil {
204 broker, err := om.client.Coordinator(om.group)
209 om.broker = broker
216 om.broker = nil
[all …]
/dports/biology/infernal/infernal-1.1.3/hmmer/src/impl_sse/
H A Dp7_oprofile.c98 om->rbv[x] = om->rbv[0] + (x * nqb); in p7_oprofile_Create()
99 om->sbv[x] = om->sbv[0] + (x * nqs); in p7_oprofile_Create()
100 om->rwv[x] = om->rwv[0] + (x * nqw); in p7_oprofile_Create()
101 om->rfv[x] = om->rfv[0] + (x * nqf); in p7_oprofile_Create()
194 if (om->rf != NULL) free(om->rf); in p7_oprofile_Destroy()
195 if (om->mm != NULL) free(om->mm); in p7_oprofile_Destroy()
196 if (om->cs != NULL) free(om->cs); in p7_oprofile_Destroy()
1032 if (om->name != NULL) free(om->name); in p7_oprofile_Convert()
1033 if (om->acc != NULL) free(om->acc); in p7_oprofile_Convert()
1034 if (om->desc != NULL) free(om->desc); in p7_oprofile_Convert()
[all …]
/dports/biology/hmmer/hmmer-3.3/src/impl_sse/
H A Dp7_oprofile.c98 om->rbv[x] = om->rbv[0] + (x * nqb); in p7_oprofile_Create()
99 om->sbv[x] = om->sbv[0] + (x * nqs); in p7_oprofile_Create()
100 om->rwv[x] = om->rwv[0] + (x * nqw); in p7_oprofile_Create()
101 om->rfv[x] = om->rfv[0] + (x * nqf); in p7_oprofile_Create()
194 if (om->rf != NULL) free(om->rf); in p7_oprofile_Destroy()
195 if (om->mm != NULL) free(om->mm); in p7_oprofile_Destroy()
196 if (om->cs != NULL) free(om->cs); in p7_oprofile_Destroy()
1032 if (om->name != NULL) free(om->name); in p7_oprofile_Convert()
1033 if (om->acc != NULL) free(om->acc); in p7_oprofile_Convert()
1034 if (om->desc != NULL) free(om->desc); in p7_oprofile_Convert()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/grafana/dskit/runtimeconfig/
H A Dmanager.go100 om.listenersMtx.Lock()
103 om.listeners = append(om.listeners, ch)
114 om.listeners = append(om.listeners[:ix], om.listeners[ix+1:]...)
162 om.setConfig(cfg)
163 om.callListeners(cfg)
166 om.configHash.Reset()
173 om.configMtx.Lock()
175 om.config = config
200 om.listeners = nil
206 om.configMtx.RLock()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/grafana/dskit/runtimeconfig/
H A Dmanager.go100 om.listenersMtx.Lock()
103 om.listeners = append(om.listeners, ch)
114 om.listeners = append(om.listeners[:ix], om.listeners[ix+1:]...)
162 om.setConfig(cfg)
163 om.callListeners(cfg)
166 om.configHash.Reset()
173 om.configMtx.Lock()
175 om.config = config
200 om.listeners = nil
206 om.configMtx.RLock()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/dskit/runtimeconfig/
H A Dmanager.go100 om.listenersMtx.Lock()
103 om.listeners = append(om.listeners, ch)
114 om.listeners = append(om.listeners[:ix], om.listeners[ix+1:]...)
162 om.setConfig(cfg)
163 om.callListeners(cfg)
166 om.configHash.Reset()
173 om.configMtx.Lock()
175 om.config = config
200 om.listeners = nil
206 om.configMtx.RLock()
[all …]
/dports/biology/infernal/infernal-1.1.3/hmmer/src/impl_vmx/
H A Dp7_oprofile.c97 om->rbv[x] = om->rbv[0] + (x * nqb); in p7_oprofile_Create()
98 om->rwv[x] = om->rwv[0] + (x * nqw); in p7_oprofile_Create()
99 om->rfv[x] = om->rfv[0] + (x * nqf); in p7_oprofile_Create()
184 if (om->rbv != NULL) free(om->rbv); in p7_oprofile_Destroy()
190 if (om->rf != NULL) free(om->rf); in p7_oprofile_Destroy()
191 if (om->mm != NULL) free(om->mm); in p7_oprofile_Destroy()
192 if (om->cs != NULL) free(om->cs); in p7_oprofile_Destroy()
947 if (om->name != NULL) free(om->name); in p7_oprofile_Convert()
948 if (om->acc != NULL) free(om->acc); in p7_oprofile_Convert()
949 if (om->desc != NULL) free(om->desc); in p7_oprofile_Convert()
[all …]
/dports/biology/hmmer/hmmer-3.3/src/impl_vmx/
H A Dp7_oprofile.c97 om->rbv[x] = om->rbv[0] + (x * nqb); in p7_oprofile_Create()
98 om->rwv[x] = om->rwv[0] + (x * nqw); in p7_oprofile_Create()
99 om->rfv[x] = om->rfv[0] + (x * nqf); in p7_oprofile_Create()
184 if (om->rbv != NULL) free(om->rbv); in p7_oprofile_Destroy()
190 if (om->rf != NULL) free(om->rf); in p7_oprofile_Destroy()
191 if (om->mm != NULL) free(om->mm); in p7_oprofile_Destroy()
192 if (om->cs != NULL) free(om->cs); in p7_oprofile_Destroy()
947 if (om->name != NULL) free(om->name); in p7_oprofile_Convert()
948 if (om->acc != NULL) free(om->acc); in p7_oprofile_Convert()
949 if (om->desc != NULL) free(om->desc); in p7_oprofile_Convert()
[all …]
/dports/biology/wise/wise2.4.1/src/dyc/
H A Ddocugen.c53 if ( om->statenames[0] == NULL ) { in write_cugen_model()
80 if ( om->seqfuncs[0] != NULL ) { in write_cugen_model()
91 if ( (om->trans[i]->tprf != NULL) || (om->trans[i]->tpos_tprf == om->prof_line_len - 1) ) in write_cugen_model()
96 if ( om->trans[i]->tseq == NULL ) in write_cugen_model()
99 tseq = om->trans[i]->tseq; in write_cugen_model()
101 if ( om->trans[i]->wprf == NULL ) in write_cugen_model()
109 wseq = om->trans[i]->wseq; in write_cugen_model()
113 om->trans[i]->name, om->trans[i]->from_state, om->trans[i]->to_state, om->trans[i]->dx, in write_cugen_model()
114 om->trans[i]->dy, tprf, om->trans[i]->dprf, tseq, om->trans[i]->dseq, w_base, wseq, in write_cugen_model()
115 om->trans[i]->dwx, om->trans[i]->dwy, om->trans[i]->xlabel, om->trans[i]->ylabel); in write_cugen_model()
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/unit_tests/ObjectMatcherTest/
H A DObjectMatcherTest.cpp69 ObjectMatcher om; in matchTest() local
70 om.setRecognizeBroadcasts(true); in matchTest()
71 om.setRecognizeMulticasts(true); in matchTest()
72 om.setIPV6(false); in matchTest()
73 om.setMatchSubnets(false); in matchTest()
125 om.setIPV6(true); in matchTest()
127 om.setIPV6(false); in matchTest()
138 om.setMatchSubnets(true); in matchTest()
141 om.setMatchSubnets(false); in matchTest()
150 om.setIPV6(true); in matchTest()
[all …]
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/openmath/
H A Dlxmlencoder.py5 def encodeSub(om, parent): argument
7 if isinstance(om, int):
9 sub.text=str(om)
11 if isinstance(om, long):
13 sub.text=str(om)
15 if isinstance(om, OMV):
29 for a in om.args:
39 print om
42 def encodeTop(om): argument
69 def encode(om): argument
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/siplib/
H A Dobjmap.c57 om -> primeIdx = 0; in sipOMInit()
58 om -> unused = om -> size = hash_primes[om -> primeIdx]; in sipOMInit()
59 om -> stale = 0; in sipOMInit()
60 om -> hash_array = newHashTable(om -> size); in sipOMInit()
303 om->unused--; in add_object()
307 om->stale--; in add_object()
327 if (om -> unused > om -> size >> 3) in reorganiseMap()
335 if (om -> unused + om -> stale < om -> size >> 2 && hash_primes[om -> primeIdx + 1] != 0) in reorganiseMap()
341 om -> unused = om -> size = hash_primes[om -> primeIdx]; in reorganiseMap()
342 om -> stale = 0; in reorganiseMap()
[all …]
/dports/devel/py-sip/sip-5.5.0/sipbuild/module/source/12.8/
H A Dobjmap.c57 om -> primeIdx = 0; in sipOMInit()
58 om -> unused = om -> size = hash_primes[om -> primeIdx]; in sipOMInit()
59 om -> stale = 0; in sipOMInit()
60 om -> hash_array = newHashTable(om -> size); in sipOMInit()
303 om->unused--; in add_object()
307 om->stale--; in add_object()
327 if (om -> unused > om -> size >> 3) in reorganiseMap()
335 if (om -> unused + om -> stale < om -> size >> 2 && hash_primes[om -> primeIdx + 1] != 0) in reorganiseMap()
341 om -> unused = om -> size = hash_primes[om -> primeIdx]; in reorganiseMap()
342 om -> stale = 0; in reorganiseMap()
[all …]
/dports/devel/py-sip/sip-5.5.0/sipbuild/module/source/12.7/
H A Dobjmap.c57 om -> primeIdx = 0; in sipOMInit()
58 om -> unused = om -> size = hash_primes[om -> primeIdx]; in sipOMInit()
59 om -> stale = 0; in sipOMInit()
60 om -> hash_array = newHashTable(om -> size); in sipOMInit()
303 om->unused--; in add_object()
307 om->stale--; in add_object()
327 if (om -> unused > om -> size >> 3) in reorganiseMap()
335 if (om -> unused + om -> stale < om -> size >> 2 && hash_primes[om -> primeIdx + 1] != 0) in reorganiseMap()
341 om -> unused = om -> size = hash_primes[om -> primeIdx]; in reorganiseMap()
342 om -> stale = 0; in reorganiseMap()
[all …]
/dports/devel/py-qt5-sip/PyQt5_sip-12.9.0/
H A Dobjmap.c57 om -> primeIdx = 0; in sipOMInit()
58 om -> unused = om -> size = hash_primes[om -> primeIdx]; in sipOMInit()
59 om -> stale = 0; in sipOMInit()
60 om -> hash_array = newHashTable(om -> size); in sipOMInit()
303 om->unused--; in add_object()
307 om->stale--; in add_object()
327 if (om -> unused > om -> size >> 3) in reorganiseMap()
335 if (om -> unused + om -> stale < om -> size >> 2 && hash_primes[om -> primeIdx + 1] != 0) in reorganiseMap()
341 om -> unused = om -> size = hash_primes[om -> primeIdx]; in reorganiseMap()
342 om -> stale = 0; in reorganiseMap()
[all …]

12345678910>>...254