Home
last modified time | relevance | path

Searched refs:lparams (Results 1 – 25 of 71) sorted by relevance

123

/dports/cad/opentimer/OpenTimer-18d28ff/ot/sdc/
H A Dsdcparser.tcl59 set lparams [split $data]
60 while {[set pos [lsearch $lparams ""]]!=-1} {
61 set lparams [lreplace $lparams $pos $pos]
64 $lparams [file dirname $arg]]]
/dports/devel/py-pylama/pylama-7.7.1/pylama/
H A Dcore.py60 lparams = linters_params.get(lname, dict())
61 LOGGER.info("Run %s %s", lname, lparams)
63 ignore, select = merge_params(params, lparams)
66 path, code=code, ignore=ignore, select=select, params=lparams)
186 def merge_params(params, lparams): argument
189 if 'ignore' in lparams:
190 ignore = ignore | set(lparams['ignore'])
193 if 'select' in lparams:
194 select = select | set(lparams['select'])
/dports/www/firefox/firefox-99.0/third_party/python/compare_locales/compare_locales/checks/
H A Dandroid.py223 lparams, errors = get_params([string])
237 for order in sorted(lparams):
243 order, lparams[order]
247 elif params[order] != lparams[order]:
257 if order not in sorted(lparams):
/dports/net-im/py-telepot/telepot-12.7/telepot/aio/
H A Dhack.py12 lparams = []
24 lparams.append((key, '"%s"' % qval))
26 sparams = '; '.join('='.join(pair) for pair in lparams)
/dports/security/krb5/krb5-1.19.2/src/kadmin/dbutil/
H A Dkadm5_create.c71 kadm5_config_params lparams; in kadm5_create() local
77 retval = kadm5_get_config_params(util_context, 1, params, &lparams); in kadm5_create()
84 retval = kadm5_create_magic_princs(&lparams, util_context); in kadm5_create()
86 kadm5_free_config_params(util_context, &lparams); in kadm5_create()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Diplogenc.cc254 void ImProcFunctions::getAutoLog(ImageSource *imgsrc, LogEncodingParams &lparams) in getAutoLog() argument
301 if (lparams.autogain) { in getAutoLog()
319 lparams.gain = gray2ev(tot / n); in getAutoLog()
321 … std::cout << " computed gain from " << n << " samples: " << lparams.gain << std::endl; in getAutoLog()
325 lparams.gain = LogEncodingParams().gain; in getAutoLog()
332 float gray = ev2gray(lparams.gain); in getAutoLog()
333 lparams.whiteEv = std::max(double(xlogf(vmax / gray) / log2), MIN_WHITE); in getAutoLog()
334 lparams.blackEv = std::min(lparams.whiteEv - dynamic_range, MAX_BLACK); in getAutoLog()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/kadmin/dbutil/
H A Dkadm5_create.c71 kadm5_config_params lparams; in kadm5_create() local
77 retval = kadm5_get_config_params(util_context, 1, params, &lparams); in kadm5_create()
84 retval = kadm5_create_magic_princs(&lparams, util_context); in kadm5_create()
86 kadm5_free_config_params(util_context, &lparams); in kadm5_create()
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmond/python_modules/disk/
H A Ddiskfree.py75 def metric_init(lparams):
81 for key in lparams:
82 PARAMS[key] = lparams[key]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/compare_locales/compare_locales/checks/
H A Dandroid.py223 lparams, errors = get_params([string])
237 for order in sorted(lparams):
243 order, lparams[order]
247 elif params[order] != lparams[order]:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/compare_locales/compare_locales/checks/
H A Dandroid.py223 lparams, errors = get_params([string])
237 for order in sorted(lparams):
243 order, lparams[order]
247 elif params[order] != lparams[order]:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/checks/
H A Dandroid.py223 lparams, errors = get_params([string])
237 for order in sorted(lparams):
243 order, lparams[order]
247 elif params[order] != lparams[order]:
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Software/
H A DLighting.cpp24 static inline Vec3f GetLightVec(u32 lparams[12], int light) { in GetLightVec()
25 …return Vec3<float>(getFloat24(lparams[3 * light]), getFloat24(lparams[3 * light + 1]), getFloat24( in GetLightVec()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Software/
H A DLighting.cpp24 static inline Vec3f GetLightVec(u32 lparams[12], int light) { in GetLightVec()
25 …return Vec3<float>(getFloat24(lparams[3 * light]), getFloat24(lparams[3 * light + 1]), getFloat24( in GetLightVec()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Software/
H A DLighting.cpp24 static inline Vec3f GetLightVec(u32 lparams[12], int light) { in GetLightVec()
25 …return Vec3<float>(getFloat24(lparams[3 * light]), getFloat24(lparams[3 * light + 1]), getFloat24( in GetLightVec()
/dports/deskutils/recoll/recoll-1.31.2/internfile/
H A Dmimehandler.cpp148 vector<string> lparams; in mhFactory() local
149 stringToStrings(mimeOrParams, lparams); in mhFactory()
150 if (lparams.empty()) { in mhFactory()
154 string lmime(lparams[0]); in mhFactory()
192 return nobuild ? 0 : new MimeHandlerXslt(config, id, lparams); in mhFactory()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dwrapmacro.i31 %define %wrapmacro(type, name, lparams, lnames)
34 type SWIGMACRO_##name(lparams) { in name() argument
/dports/devel/py-pylama/pylama-7.7.1/tests/
H A Dtest_config.py63 lparams = {'ignore': {4, 5}}
65 ignore, _ = merge_params(params, lparams)
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/procedural/
H A Dciberxtrem-portal-highquality.glsl594 color = vec4(0.431, 0.482, 0.650, 0.6); lparams.xy=vec2(2., 5.);
597 color = vec4(0.8, 0.8, 0.8, 1.); lparams.xy=vec2(0.5, 1.);
602 lparams.xy=vec2(1.0, 1.); refdir = rd;
605 color = vec4(1., 1., 1., 0.1); lparams.xy=vec2(1.0, 10.);
623 lparams=vec4(1.0, 10., 0., 0.1); refdir = rd;
631 lparams = mix(vec4(0., 0., 0., 1.), lparams, smoothstep(0., 0.2, d));
677 lparams.w = mix(1., 0., smoothstep(0., 0.2, d));
681 refdir = rd; lparams.xy=vec2(2., 5.);
866 vec4 lparams;
882 float specfactor = pow(max(0., dot(ldir, reflec)), lparams.y) * lparams.x;
[all …]
H A Dciberxtrem-portal.glsl605 color = vec4(0.431, 0.482, 0.650, 0.6); lparams.xy=vec2(2., 5.);
608 color = vec4(0.8, 0.8, 0.8, 1.); lparams.xy=vec2(0.5, 1.);
613 lparams.xy=vec2(1.0, 1.); refdir = rd;
616 color = vec4(1., 1., 1., 0.1); lparams.xy=vec2(1.0, 10.);
634 lparams=vec4(1.0, 10., 0., 0.1); refdir = rd;
642 lparams = mix(vec4(0., 0., 0., 1.), lparams, smoothstep(0., 0.2, d));
688 lparams.w = mix(1., 0., smoothstep(0., 0.2, d));
692 refdir = rd; lparams.xy=vec2(2., 5.);
878 vec4 lparams;
894 float specfactor = pow(max(0., dot(ldir, reflec)), lparams.y) * lparams.x;
[all …]
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/procedural/
H A Dciberxtrem-portal-highquality.slang517 color = vec4(0.431, 0.482, 0.650, 0.6); lparams.xy=vec2(2., 5.);
520 color = vec4(0.8, 0.8, 0.8, 1.); lparams.xy=vec2(0.5, 1.);
525 lparams.xy=vec2(1.0, 1.); refdir = rd;
528 color = vec4(1., 1., 1., 0.1); lparams.xy=vec2(1.0, 10.);
546 lparams=vec4(1.0, 10., 0., 0.1); refdir = rd;
554 lparams = mix(vec4(0., 0., 0., 1.), lparams, smoothstep(0., 0.2, d));
600 lparams.w = mix(1., 0., smoothstep(0., 0.2, d));
604 refdir = rd; lparams.xy=vec2(2., 5.);
789 vec4 lparams;
805 float specfactor = pow(max(0., dot(ldir, reflec)), lparams.y) * lparams.x;
[all …]
H A Dciberxtrem-portal.slang528 color = vec4(0.431, 0.482, 0.650, 0.6); lparams.xy=vec2(2., 5.);
531 color = vec4(0.8, 0.8, 0.8, 1.); lparams.xy=vec2(0.5, 1.);
536 lparams.xy=vec2(1.0, 1.); refdir = rd;
539 color = vec4(1., 1., 1., 0.1); lparams.xy=vec2(1.0, 10.);
557 lparams=vec4(1.0, 10., 0., 0.1); refdir = rd;
565 lparams = mix(vec4(0., 0., 0., 1.), lparams, smoothstep(0., 0.2, d));
611 lparams.w = mix(1., 0., smoothstep(0., 0.2, d));
615 refdir = rd; lparams.xy=vec2(2., 5.);
801 vec4 lparams;
817 float specfactor = pow(max(0., dot(ldir, reflec)), lparams.y) * lparams.x;
[all …]
/dports/math/g2o/g2o-20201223_git/g2o/apps/g2o_simulator/
H A DconvertSegmentLine.cpp240 Vector2d lparams; in main() local
241 lparams[0]=espl->theta(); in main()
243 lparams[1]=n.dot(espl->point()); in main()
246 el2->setMeasurement(lparams); in main()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsys_sched.c231 struct sched_param lparams; in do_sched_getparam() local
248 lparams.sched_priority = t->l_priority; in do_sched_getparam()
263 lparams.sched_priority -= PRI_USER; in do_sched_getparam()
267 lparams.sched_priority -= PRI_USER_RT; in do_sched_getparam()
275 *params = lparams; in do_sched_getparam()
/dports/devel/libvirt/libvirt-7.10.0/src/locking/
H A Ddomain_lock.c39 virLockManagerParam lparams[] = { in virDomainLockManagerAddLease() local
53 size_t nparams = G_N_ELEMENTS(lparams); in virDomainLockManagerAddLease()
62 lparams, in virDomainLockManagerAddLease()
/dports/math/chaco/Chaco-2.2/code/input/
H A Dread_params.c196 static long *lparams[] = { /* pointers to long parameters */ local
331 flag = read_long(ptr, lparams[i]);
335 *lparams[i]);

123