Home
last modified time | relevance | path

Searched refs:lcode (Results 1 – 25 of 1420) sorted by relevance

12345678910>>...57

/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dLocalstat.c796 lcode[NSTAT_MEAN] = "MEAN" ; lcode[NSTAT_SIGMA] = "SIGMA" ; in main()
797 lcode[NSTAT_CVAR] = "CVAR" ; lcode[NSTAT_MEDIAN] = "MEDIAN" ; in main()
801 lcode[NSTAT_FWHMx] = "FWHMx"; lcode[NSTAT_PERCENTILE] = "PERC"; in main()
804 lcode[NSTAT_RANK] = "RANK" ; lcode[NSTAT_FRANK] = "FRANK"; in main()
805 lcode[NSTAT_P2SKEW] = "P2skew"; lcode[NSTAT_KURT] = "KURT"; in main()
806 lcode[NSTAT_mMP2s0] = "MEDIAN"; lcode[NSTAT_mMP2s1] = "MAD"; in main()
807 lcode[NSTAT_mMP2s2] = "P2skew"; lcode[NSTAT_mmMP2s0] = "MEAN"; in main()
808 lcode[NSTAT_mmMP2s1] = "MEDIAN"; lcode[NSTAT_mmMP2s2] = "MAD"; in main()
813 lcode[NSTAT_diffs0] = "AvgDif"; lcode[NSTAT_diffs1] = "MinDif"; in main()
817 lcode[NSTAT_LIST] = "list"; lcode[NSTAT_HIST] = "hist"; in main()
[all …]
H A D3dLocalBistat.c453 lcode[0] = "Rank cor" ; in main()
454 lcode[1] = "Quad cor" ; in main()
455 lcode[2] = "Pear cor" ; in main()
456 lcode[3] = "MI" ; in main()
457 lcode[4] = "NMI" ; in main()
458 lcode[5] = "Jnt Entropy" ; in main()
460 lcode[7] = "CorRat Sym*" ; in main()
461 lcode[8] = "CorRat Sym+" ; in main()
462 lcode[9] = "CorRatUnsym" ; in main()
463 lcode[10]= "Number" ; in main()
[all …]
/dports/net-mgmt/netspoc/Netspoc-3.2/bin/
H A Dmissing-approve62 lcode=$POLICYDB/$last/code/$device
64 if [ -f $lcode ] ; then
65 cat $lcode
66 elif [ -f $lcode.bz2 ] ; then
67 bzcat $lcode.bz2
68 elif [ -f $lcode.gz ] ; then
69 zcat $lcode.gz
73 error "Missing $lcode"
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/lang/
H A Didentify.py65 lname, lcode = parts[0], parts[1]
73 if lcode.endswith("-utf8"):
74 lcode = lcode[: -len("-utf8")]
75 if lcode.endswith("-") or lcode.endswith("_"):
76 lcode = lcode[:-1]
78 self._lang_codes[lname] = lcode
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/visual/
H A Drasterizer.cpp237 String lcode; in _create_shader() local
250 lcode += "LIGHT = LIGHT_DIFFUSE * DIFFUSE * NdotL;"; in _create_shader()
251 lcode += "if (NdotL > 0.0) {"; in _create_shader()
253 lcode += "};"; in _create_shader()
260 lcode += "LIGHT = LIGHT_DIFFUSE * DIFFUSE * NdotL;"; in _create_shader()
262 lcode += "LIGHT += LIGHT_DIFFUSE * DIFFUSE * rim;"; in _create_shader()
263 lcode += "if (NdotL > 0.0) {"; in _create_shader()
265 lcode += "};"; in _create_shader()
270 lcode += "float NdotL = dot( NORMAL, LIGHT_DIR );"; in _create_shader()
271 lcode += "vec3 light_ref = reflect( LIGHT_DIR, NORMAL );"; in _create_shader()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/servers/visual/
H A Drasterizer.cpp237 String lcode; in _create_shader() local
250 lcode += "LIGHT = LIGHT_DIFFUSE * DIFFUSE * NdotL;"; in _create_shader()
251 lcode += "if (NdotL > 0.0) {"; in _create_shader()
253 lcode += "};"; in _create_shader()
260 lcode += "LIGHT = LIGHT_DIFFUSE * DIFFUSE * NdotL;"; in _create_shader()
262 lcode += "LIGHT += LIGHT_DIFFUSE * DIFFUSE * rim;"; in _create_shader()
263 lcode += "if (NdotL > 0.0) {"; in _create_shader()
265 lcode += "};"; in _create_shader()
270 lcode += "float NdotL = dot( NORMAL, LIGHT_DIR );"; in _create_shader()
271 lcode += "vec3 light_ref = reflect( LIGHT_DIR, NORMAL );"; in _create_shader()
[all …]
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/x86_64/
H A Dencoding.py184 if not force_sib and rm.index is None and rm.base.lcode != 0b100:
189 assert rm.base.lcode != 0b100, \
191 assert rm.base.lcode != 0b101, \
193 return bytearray([(reg << 3) | rm.base.lcode])
197 assert rm.base.lcode != 0b100, \
203 assert rm.base.lcode != 0b100, \
205 return bytearray([0x80 | (reg << 3) | rm.base.lcode,
213 index = 0x4 if rm.index is None else rm.index.lcode
222 if rm.displacement == 0 and rm.base.lcode != 0b101 and min_disp <= 0:
225 assert rm.base.lcode != 0b101, \
[all …]
/dports/emulators/cingb/cingb-0.32/
H A Darplay.c26 unsigned int n,lcode=0,hcode=0; in ar_setcode() local
47 sscanf(code,"%04X%04X",&hcode,&lcode); in ar_setcode()
48 lcode=(lcode>>8)|((lcode&0xFF)<<8); in ar_setcode()
50 arcode[codesentered].addr=lcode; in ar_setcode()
/dports/science/py-GPy/GPy-1.10.0/GPy/core/
H A Dsymbolic.py193 lcode = ''
196 return lcode
199 lcode = ''
201 lcode += 'if ' + var + ' is not None:\n'
209 lcode+= "\t" + var + '= np.atleast_2d(' + var + ')\n'
215 return lcode
218 lcode = ''
222 return lcode
232 lcode += 'return gradients_' + variable + '\n'
233 return lcode
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetInfo.cpp338 string const lcode = bp.language->code(); in updateInfo() local
344 ods << translateIfPossible(from_ascii("Return[[Key]]"), lcode); in updateInfo()
348 ods << translateIfPossible(from_ascii("Tab[[Key]]"), lcode); in updateInfo()
352 ods << translateIfPossible(from_ascii("PgUp"), lcode); in updateInfo()
356 ods << translateIfPossible(from_ascii("PgDown"), lcode); in updateInfo()
360 ods << translateIfPossible(from_ascii("Backtab"), lcode); in updateInfo()
364 ods << translateIfPossible(from_ascii("Tab"), lcode); in updateInfo()
368 ods << translateIfPossible(from_ascii("Shift"), lcode); in updateInfo()
372 ods << translateIfPossible(from_ascii("CapsLock"), lcode); in updateInfo()
396 ods << translateIfPossible(from_ascii("Fn+Delete"), lcode); in updateInfo()
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_intl.c433 sprintf(lfix, "%s.UTF-8", lcode); in set_locale_with_workaround()
470 const char *lcode; in test_locale() local
548 const char *lcode = NULL; in force_language() local
570 if (lcode != NULL) { in force_language()
587 } else if (lcode != NULL) { in force_language()
589 if (lcode != NULL) { in force_language()
590 gretl_setenv("LC_ALL", lcode); in force_language()
591 gretl_setenv("LANG", lcode); in force_language()
596 lcode = lang_code_from_id(langid); in force_language()
597 if (lcode != NULL) { in force_language()
[all …]
/dports/science/healpix/Healpix_3.50/src/f90/ud_grade/
H A Dud_grade.f9041 character(len=FILENAMELEN) :: lcode variable
44 public :: udg_sub_s, udg_sub_d, CODE, lcode
71 use udgmod, only: udg_sub_s, udg_sub_d, CODE, lcode
81 lcode = trim(strlowcase(CODE))
82 …call assert(n_args <= 2,' Usage: '//trim(lcode)//' [-s|--single|-d|--double] [parameter_file_name]…
/dports/science/healpix/Healpix_3.50/src/f90/median_filter/
H A Dmedian_filter.f9041 character(len=FILENAMELEN) :: lcode variable
48 public med_sub_s, med_sub_d, CODE, lcode
75 use medmod, only: med_sub_s, med_sub_d, CODE, lcode
85 lcode = trim(strlowcase(CODE))
86 …call assert(n_args <= 2,' Usage: '//trim(lcode)//' [-s|--single|-d|--double] [parameter_file_name]…
/dports/science/healpix/Healpix_3.50/src/f90/alteralm/
H A Dalteralm.f9042 character(len=FILENAMELEN) :: lcode variable
49 public alt_sub_s, alt_sub_d, CODE, lcode
76 use altmod, only: alt_sub_s, alt_sub_d, CODE, lcode
86 lcode = trim(strlowcase(CODE))
87 …call assert(n_args <= 2,' Usage: '//trim(lcode)//' [-s|--single|-d|--double] [parameter_file_name]…
/dports/science/healpix/Healpix_3.50/src/f90/smoothing/
H A Dsmoothing.f9045 character(len=FILENAMELEN) :: lcode variable
52 public smo_sub_s, smo_sub_d, CODE, lcode
79 use smomod, only: smo_sub_s, smo_sub_d, CODE, lcode
89 lcode = trim(strlowcase(CODE))
90 …call assert(n_args <= 2,' Usage: '//trim(lcode)//' [-s|--single|-d|--double] [parameter_file_name]…
/dports/science/healpix/Healpix_3.50/src/f90/anafast/
H A Danafast.f9045 character(len=FILENAMELEN) :: lcode variable
48 public :: ana_sub_s, ana_sub_d, CODE, lcode, check_input_map
78 use anamod, only: ana_sub_s, ana_sub_d, CODE, lcode, check_input_map
88 lcode = trim(strlowcase(CODE))
89 …call assert(n_args <= 2,' Usage: '//trim(lcode)//' [-s|--single|-d|--double] [parameter_file_name]…
/dports/science/healpix/Healpix_3.50/src/f90/synfast/
H A Dsynfast.f9044 character(len=FILENAMELEN) :: lcode variable
47 public :: syn_sub_s, syn_sub_d, CODE, lcode
74 use synmod, only: syn_sub_s, syn_sub_d, CODE, lcode
84 lcode = trim(strlowcase(CODE))
85 …call assert(n_args <= 2,' Usage: '//trim(lcode)//' [-s|--single|-d|--double] [parameter_file_name]…
/dports/graphics/py-pyx/PyX-0.15/pyx/font/
H A D_t1code.c35 int lcode, pr, n; in py_decoder() local
37 if (PyArg_ParseTuple(args, "y#ii", (char **) &code, &lcode, &pr, &n)) { in py_decoder()
44 if (! (data = (unsigned char *) malloc(lcode)) ) in py_decoder()
47 for (i=0; i<lcode; i++) { in py_decoder()
54 result = PyBytes_FromStringAndSize((const char *)data + n, lcode - n); in py_decoder()
/dports/x11-toolkits/libsexy/libsexy-0.1.11/libsexy/
H A Dgtkspell-iso-codes.c85 char *lcode; in read_iso_3166_entry() local
87 lcode = g_ascii_strdown ((char *) code, -1); in read_iso_3166_entry()
90 g_hash_table_insert (table, lcode, name); in read_iso_3166_entry()
286 char * lcode; in gtkspell_iso_codes_lookup_name_for_code() local
293 lcode = g_ascii_strdown (code, -1); in gtkspell_iso_codes_lookup_name_for_code()
295 ret = get_iso_name_for_lang_code (lcode); in gtkspell_iso_codes_lookup_name_for_code()
297 g_free (lcode); in gtkspell_iso_codes_lookup_name_for_code()
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Ajax/Imple/
H A DSpellChecker.php36 foreach ($key_list as $lcode) {
38 'l' => $registry->nlsconfig->languages[$lcode],
39 's' => $lcode == $language,
40 'v' => $lcode
/dports/science/healpix/Healpix_3.50/src/f90/plmgen/
H A Dplmgen.f9073 character(len=20) :: lcode variable
82 lcode = trim(strlowcase(code))
88 write(*,'(a)') " Usage:"//trim(lcode)//" [parameter file name]"
142 call parse_check_unused(handle, code=lcode)
143 call parse_summarize(handle, code=lcode)
160 print*,' are too large for the current implementation of '//trim(lcode)//'.'
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Dkeys.pl67 my $lcode = $code ? (( $code < 27) ? chr( $code + ord('@')) : chr( $code)) : 'n/a';
68 $lcode = 'n/a' if $lcode =~ /\0/;
77 $tran = $code ? $lcode : '';
91 $t = "$prefx code: $code|$lcode|, key: $key, mod: $mod => $tran";
/dports/games/cursive/cursive-0.11,1/
H A Dcursive.c218 short lcode; local
238 lcode = (lasttail != 2) ? code1[*ch] : code2[*ch];
239 if (lcode >= 0)
240 place(&list[lcode]);
243 switch(lcode)
/dports/games/warzone2100/warzone2100/lib/ivis_opengl/
H A Djpeg_encoder.cpp276 UINT32 lcode = 0; variable
417 lcode = 0; in initialization()
516 lcode = (lcode << numbits) | data; \
521 lcode = (lcode << (32 - bitindex)) | (data >> bits_in_next_word); \
522 if ((*output_ptr ++ = (UINT8)(lcode >> 24)) == 0xff) \
524 if ((*output_ptr ++ = (UINT8)(lcode >> 16)) == 0xff) \
526 if ((*output_ptr ++ = (UINT8)(lcode >> 8)) == 0xff) \
528 if ((*output_ptr ++ = (UINT8) lcode) == 0xff) \
530 lcode = data; \
682 lcode <<= (32 - bitindex); in close_bitstream()
[all …]
/dports/news/sabnzbdplus/SABnzbd-3.3.0/tools/
H A Dmake_mo.py246 for lcode in languages:
247 lng = LanguageTable.get(lcode)
248 if lng and lcode != "en":
252 text_trans = lcode
254 … trans = gettext.translation(DOMAIN_N, MO_DIR, [lcode], fallback=False)
262 … print("Warning: unsupported language %s (%s)! Add it to the table." % (langname, lcode))

12345678910>>...57