Home
last modified time | relevance | path

Searched refs:lmod (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/dports/devel/py-numba/numba-0.51.2/numba/cuda/
H A Dnvvmutils.py8 def declare_atomic_cas_int32(lmod): argument
20 def declare_atomic_add_float32(lmod): argument
27 def declare_atomic_add_float64(lmod): argument
37 def declare_atomic_max_float32(lmod): argument
44 def declare_atomic_max_float64(lmod): argument
51 def declare_atomic_min_float32(lmod): argument
58 def declare_atomic_min_float64(lmod): argument
64 def declare_atomic_nanmax_float32(lmod): argument
71 def declare_atomic_nanmax_float64(lmod): argument
78 def declare_atomic_nanmin_float32(lmod): argument
[all …]
H A Dcudaimpl.py181 lmod = builder.module
191 lmod = builder.module
200 lmod = builder.module
209 lmod = builder.module
219 lmod = builder.module
230 lmod = builder.module
241 lmod = builder.module
251 lmod = builder.module
279 lmod = builder.module
314 lmod = builder.module
[all …]
H A Dlibdevice.py17 lmod = builder.module
19 fn = lmod.get_or_insert_function(fnty, name=nvname)
30 lmod = builder.module
32 fn = lmod.get_or_insert_function(fnty, name=nvname)
41 lmod = builder.module
43 fn = lmod.get_or_insert_function(fnty, name=nvname)
53 lmod = builder.module
57 fn = lmod.get_or_insert_function(fnty, name=nvname)
131 lmod = builder.module
134 fn = lmod.get_or_insert_function(fnty, name=nvname)
/dports/databases/pg_citus/citus-10.2.3/vendor/safestringlib/safeclib/
H A Dsnprintf_support.c65 char lmod = 0; in parse_format() local
95 lmod = ' '; in parse_format()
121 if ( lmod == 'l') { in parse_format()
133 if ( lmod == 'H') { in parse_format()
135 } else if ( lmod == 'l') { in parse_format()
137 } else if ( lmod == 'h') { in parse_format()
150 if ( lmod == 'L') { in parse_format()
160 if ( lmod == 'l' || lmod == 'L') { in parse_format()
176 if ( lmod == 'H') { in parse_format()
178 } else if ( lmod == 'l') { in parse_format()
[all …]
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DSequence.C63 lmod = 0.5f; in Sequence()
303 lmod = fsequence[scount]; in out()
306 lmod = modfilterl->filterout_s(lmod); in out()
310 ldbl = seqpower * lmod; in out()
375 PS->ratio = lmod; in out()
441 lmod = modfilterl->filterout_s(lmod); in out()
484 PS->ratio = lmod; in out()
543 PS->ratio = lmod; in out()
615 if (lmod<ltarget) lmod+=targatk; in out()
616 else lmod-=targatk; in out()
[all …]
H A DAPhaser.C105 float lfol, lfor, lgain, rgain, bl, br, gl, gr, rmod, lmod, d, hpfr, hpfl; in out() local
115 lmod = lfol*width + depth; in out()
118 if (lmod > ONE_) in out()
119 lmod = ONE_; in out()
120 else if (lmod < ZERO_) in out()
121 lmod = ZERO_; in out()
128 lmod *= lmod; //Triangle wave squared is approximately sin on bottom, tri on top in out()
132lmod = sqrtf(1.0f - lmod); //gl,gr is Vp - Vgs. Typical FET drain-source resistance follows const… in out()
136 ldiff = (lmod - oldlgain) * invperiod; in out()
141 oldlgain = lmod; in out()
H A DSynthfilter.C95 float lfol, lfor, lgain, rgain,rmod, lmod, d; in out() local
101 lmod = lfol*width + depth + env*sns; in out()
104 if (lmod > ONE_) in out()
105 lmod = ONE_; in out()
106 else if (lmod < ZERO_) in out()
107 lmod = ZERO_; in out()
113 lmod = 1.0f - lmod; in out()
115 lmod*=lmod; in out()
118 float xl = (lmod - oldlgain) * inv_period; in out()
206 oldlgain = lmod; in out()
H A DRyanWah.C92 float lmod, rmod; in out() local
120 lmod = (minfreq + lfol + rms)*maxfreq; in out()
126 filterr->directmod(lmod); in out()
144 lmod =(lfol + rms); in out()
146 if(lmod>1.0f) lmod = 1.0f; in out()
147 if(lmod<0.0f) lmod = 0.0f; in out()
152 float frl = minfreq + maxfreq*(powf(base, lmod) - 1.0f)*ibase; in out()
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/nicksnyder/go-i18n/v2/internal/plural/codegen/
H A Dxml.go91 lvar, lmod, op, rhs := strings.Title(parts[1]), parts[2], parts[3], strings.TrimSpace(parts[4])
102 if lmod != "" {
103 rhor = append(rhor, fmt.Sprintf("ops.NModInRange(%s, %s, %s)", lmod, from, to))
107 } else if lmod != "" {
108 rhor = append(rhor, fmt.Sprintf("intInRange(%s %% %s, %s, %s)", lvar, lmod, from, to))
120 if lmod != "" {
121 rhor = append(rhor, fmt.Sprintf("ops.NModEqualsAny(%s, %s)", lmod, rh))
125 } else if lmod != "" {
126 rhor = append(rhor, fmt.Sprintf("intEqualsAny(%s %% %s, %s)", lvar, lmod, rh))
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/go-i18n/v2/internal/plural/codegen/
H A Dxml.go91 lvar, lmod, op, rhs := strings.Title(parts[1]), parts[2], parts[3], strings.TrimSpace(parts[4])
102 if lmod != "" {
103 rhor = append(rhor, fmt.Sprintf("ops.NModInRange(%s, %s, %s)", lmod, from, to))
107 } else if lmod != "" {
108 rhor = append(rhor, fmt.Sprintf("intInRange(%s %% %s, %s, %s)", lvar, lmod, from, to))
120 if lmod != "" {
121 rhor = append(rhor, fmt.Sprintf("ops.NModEqualsAny(%s, %s)", lmod, rh))
125 } else if lmod != "" {
126 rhor = append(rhor, fmt.Sprintf("intEqualsAny(%s %% %s, %s)", lvar, lmod, rh))
/dports/math/gretl/gretl-2021d/lib/src/
H A Dmonte_carlo.c1768 (void *) lmod, (void *) lmod->model0); in loop_model_free()
1803 lmod->cbak[i] = lmod->sbak[i] = NADBL; in loop_model_zero()
1804 lmod->cdiff[i] = lmod->sdiff[i] = 0; in loop_model_zero()
1846 lmod->sum_coeff = lmod->bigarray; in loop_model_start()
1847 lmod->ssq_coeff = lmod->sum_coeff + nc; in loop_model_start()
1848 lmod->sum_sderr = lmod->ssq_coeff + nc; in loop_model_start()
1849 lmod->ssq_sderr = lmod->sum_sderr + nc; in loop_model_start()
1855 lmod->sbak = lmod->cbak + nc; in loop_model_start()
1859 lmod->cdiff = malloc(nc * 2 * sizeof *lmod->cdiff); in loop_model_start()
1863 lmod->sdiff = lmod->cdiff + nc; in loop_model_start()
[all …]
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dmodules.c56 GSList *lmod = g_slist_find_custom(loaded_modules, arg, in module_load() local
59 if (lmod) { in module_load()
60 loaded_module_t *module = lmod->data; in module_load()
203 GSList *lmod; in module_unload() local
210 lmod = g_slist_find_custom(loaded_modules, arg, module_list_comparator); in module_unload()
211 if (!lmod) in module_unload()
214 module = lmod->data; in module_unload()
264 loaded_modules = g_slist_delete_link(loaded_modules, lmod); in module_unload()
355 GSList *lmod; in module_info_print() local
365 if (!lmod) { in module_info_print()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/fbtl/posix/
H A Dfbtl_posix_lock.c47 off_t lmod, bmod; in mca_fbtl_posix_lock() local
96 lmod = (offset+len)%fh->f_fs_block_size; in mca_fbtl_posix_lock()
97 if ( lmod ) { in mca_fbtl_posix_lock()
99 lock->l_start = (offset+len-lmod ); in mca_fbtl_posix_lock()
100 lock->l_len = lmod; in mca_fbtl_posix_lock()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/fbtl/posix/
H A Dfbtl_posix_lock.c49 off_t lmod, bmod; in mca_fbtl_posix_lock() local
98 lmod = (offset+len)%fh->f_fs_block_size; in mca_fbtl_posix_lock()
99 if ( lmod ) { in mca_fbtl_posix_lock()
101 lock->l_start = (offset+len-lmod ); in mca_fbtl_posix_lock()
102 lock->l_len = lmod; in mca_fbtl_posix_lock()
/dports/math/gretl/gretl-2021d/plugin/
H A Dliml.c53 static int resids_to_E (gretl_matrix *E, MODEL *lmod, int *reglist, in resids_to_E() argument
73 *lmod = lsq(reglist, dset, OLS, OPT_A); in resids_to_E()
74 if ((err = lmod->errcode)) { in resids_to_E()
75 clear_model(lmod); in resids_to_E()
82 gretl_matrix_set(E, t, j, lmod->uhat[t + t1]); in resids_to_E()
86 clear_model(lmod); in resids_to_E()
210 MODEL lmod; in liml_do_equation() local
277 err = resids_to_E(E, &lmod, reglist, exlist, list, dset); in liml_do_equation()
295 err = resids_to_E(E, &lmod, reglist, exlist, list, dset); in liml_do_equation()
/dports/devel/py-pop/pop-58d846bdd196b71348910aea77cd0139f70c4f12/pop/
H A Dloader.py325 lmod = this_sub._loaded.get(mod_name, LoadedMod(mod_name))
348 lmod._vars[name] = func
349 lmod._attrs[name] = func
372 lmod._funcs[name] = obj
373 lmod._attrs[name] = obj
381 lmod._classes[name] = klass
382 lmod._attrs[name] = klass
395 lmod._funcs[attr] = obj
396 lmod._attrs[attr] = obj
398 return lmod
/dports/www/yarr/yarr-2.2/src/worker/
H A Dcrawler.go167 lmod := ""
170 lmod = state.LastModified
174 res, err := client.getConditional(f.FeedLink, lmod, etag)
200 lmod = res.Header.Get("Last-Modified")
202 if lmod != "" || etag != "" {
203 db.SetHTTPState(f.Id, lmod, etag)
/dports/net/kldap/kldap-21.12.3/src/core/
H A Dldapoperation.cpp696 LDAPMod **lmod = nullptr; in add() local
714 ldap_mods_free(lmod, 1); in add()
726 LDAPMod **lmod = nullptr; in add_s() local
744 ldap_mods_free(lmod, 1); in add_s()
754 LDAPMod **lmod = nullptr; in add() local
771 ldap_mods_free(lmod, 1); in add()
783 LDAPMod **lmod = nullptr; in add_s() local
800 ldap_mods_free(lmod, 1); in add_s()
905 LDAPMod **lmod = nullptr; in modify() local
938 ldap_mods_free(lmod, 1); in modify()
[all …]
/dports/math/R-cran-lme4/lme4/tests/
H A DmodFormula.R11 lmod <- lFormula(Reaction ~ Days + (Days|Subject), sleepstudy) globalVar
12 devfun <- do.call(mkLmerDevfun, lmod)
16 fm1 <- mkMerMod(environment(devfun), opt, lmod$reTrms, fr = lmod$fr,
/dports/www/gallery-dl/gallery-dl-1.21.0/gallery_dl/extractor/
H A Daryion.py138 lmod = headers["last-modified"]
139 if lmod[22] != ":":
140 lmod = "{}:{} GMT".format(lmod[:22], lmod[22:24])
167 "_mtime" : lmod,
/dports/www/htdigest/httpd-2.4.6/test/
H A Dcls.c99 time_t date, lmod, expire; in main() local
140 lmod = hex2sec(line + 9); in main()
163 if (lmod != -1) { in main()
164 ts = *gmtime(&lmod); in main()
/dports/www/apache24/httpd-2.4.53/test/
H A Dcls.c99 time_t date, lmod, expire; in main() local
140 lmod = hex2sec(line + 9); in main()
163 if (lmod != -1) { in main()
164 ts = *gmtime(&lmod); in main()
/dports/devel/modd/modd-0.8/
H A Dmodd.go150 lmod := mod
151 if lmod != nil {
153 lmod, err = mod.Filter(root, b.Include, b.Exclude)
158 if lmod.Empty() {
162 mr.runBlock(b, lmod, dworld.DaemonPens[i])
/dports/math/calc/calc-2.14.0.14/cal/
H A Dmod.cal32 define lmod(a)
37 quit "Bad argument for lmod function";
54 return lmod(1);
71 a = lmod(a);
73 b = lmod(b);
183 a = lmod(a);
185 b = lmod(b);
/dports/net/xrdp-devel/xrdp-0.9.16/common/
H A Dssl_calls.c396 BIGNUM *lmod; in ssl_mod_exp() local
417 lmod = BN_new(); in ssl_mod_exp()
421 BN_bin2bn((tui8 *)l_mod, mod_len, lmod); in ssl_mod_exp()
424 BN_mod_exp(lout, lin, lexp, lmod, ctx); in ssl_mod_exp()
440 BN_free(lmod); in ssl_mod_exp()
460 char *lmod; in ssl_gen_key_xrdp1() local
474 lmod = (char *)g_malloc(mod_len, 1); in ssl_gen_key_xrdp1()
496 BN_bn2bin(n, (tui8 *)(lmod + diff)); in ssl_gen_key_xrdp1()
497 ssl_reverse_it(lmod, mod_len); in ssl_gen_key_xrdp1()
515 g_memcpy(mod, lmod, mod_len); in ssl_gen_key_xrdp1()
[all …]

12345678910>>...25