Home
last modified time | relevance | path

Searched refs:ptable (Results 176 – 200 of 1265) sorted by relevance

12345678910>>...51

/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/ctype/
H A D__ctype_toupper_loc.c25 static const int32_t *const ptable = table+128; variable
29 return (void *)&ptable; in __ctype_toupper_loc()
H A D__ctype_tolower_loc.c25 static const int32_t *const ptable = table+128; variable
29 return (void *)&ptable; in __ctype_tolower_loc()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/ctype/
H A D__ctype_tolower_loc.c25 static const int32_t *const ptable = table+128; variable
29 return (void *)&ptable; in __ctype_tolower_loc()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/ctype/
H A D__ctype_tolower_loc.c25 static const int32_t *const ptable = table+128; variable
29 return (void *)&ptable; in __ctype_tolower_loc()
H A D__ctype_toupper_loc.c25 static const int32_t *const ptable = table+128; variable
29 return (void *)&ptable; in __ctype_toupper_loc()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/ctype/
H A D__ctype_tolower_loc.c25 static const int32_t *const ptable = table+128; variable
29 return (void *)&ptable; in __ctype_tolower_loc()
/dports/audio/libxmp/libxmp-4.5.0/src/loaders/prowizard/
H A Dprun1.c17 uint8 ptable[128]; in depack_pru1() local
22 memset(ptable, 0, sizeof(ptable)); in depack_pru1()
H A Dfc-m.c15 uint8 ptable[128]; in depack_fcm() local
21 memset(ptable, 0, sizeof(ptable)); in depack_fcm()
/dports/math/miracl/miracl-5.6/
H A Dmnt_pair.cpp403 w=shuffle(ptable[j]*Px+ptable[j+1],d); in gp()
427 w.ptable[i].get(a,b,c); in spill()
436 delete [] w.ptable; in spill()
437 w.ptable=NULL; in spill()
452 if (w.ptable!=NULL) return; in restore()
457 w.ptable=new ZZn3[m]; in restore()
466 w.ptable[i].set(a,b,c); in restore()
488 w.ptable=new ZZn3[len]; in precomp_for_pairing()
496 w.ptable[j++]=-lam; w.ptable[j++]=y1-lam*x1; in precomp_for_pairing()
503 w.ptable[j++]=-lam; w.ptable[j++]=y1-lam*x1; in precomp_for_pairing()
[all …]
/dports/science/py-OpenMC/openmc-0.12.2/tests/unit_tests/
H A Dtest_data_neutron.py242 for T, ptable in pu239.urr.items():
244 assert isinstance(ptable, openmc.data.ProbabilityTables)
245 ptable = pu239.urr['294K']
246 assert ptable.absorption_flag == -1
247 assert ptable.energy[0] == pytest.approx(2500.001)
248 assert ptable.energy[-1] == pytest.approx(29999.99)
249 assert ptable.inelastic_flag == 51
250 assert ptable.interpolation == 2
251 assert not ptable.multiply_smooth
252 assert ptable.table.shape == (70, 6, 20)
[all …]
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/tools/
H A Dmunch.c297 ptable[numpfx].aep = ptr; in parse_aff_file()
298 ptable[numpfx].num = numents; in parse_aff_file()
299 fprintf(stderr,"ptable %d num is %d\n",numpfx,ptable[numpfx].num); in parse_aff_file()
510 pfx_chk(word, len, ptable[i].aep, ptable[i].num); in aff_chk()
770 if (strchr(ap,(ptable[i].aep)->achar)) { in expand_rootword()
771 if ((ptable[i].aep)->xpflg & XPRODUCT) { in expand_rootword()
773 pfx_add(wlist[j].word, nwl, ptable[i].aep, ptable[i].num); in expand_rootword()
782 if (strchr(ap,(ptable[i].aep)->achar)) { in expand_rootword()
783 pfx_add(ts, wl, ptable[i].aep, ptable[i].num); in expand_rootword()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/tools/
H A Dmunch.cxx363 ptable[numpfx].aep = ptr; in parse_aff_file()
364 ptable[numpfx].num = numents; in parse_aff_file()
365 fprintf(stderr, "ptable %d num is %d\n", numpfx, ptable[numpfx].num); in parse_aff_file()
563 pfx_chk(word, len, ptable[i].aep, ptable[i].num); in aff_chk()
801 if (strchr(ap, (ptable[i].aep)->achar)) { in expand_rootword()
802 if ((ptable[i].aep)->xpflg & XPRODUCT) { in expand_rootword()
804 pfx_add(wlist[j].word, nwl, ptable[i].aep, ptable[i].num); in expand_rootword()
813 if (strchr(ap, (ptable[i].aep)->achar)) { in expand_rootword()
814 pfx_add(ts, wl, ptable[i].aep, ptable[i].num); in expand_rootword()
/dports/science/openmc/openmc-0.12.2/tests/unit_tests/
H A Dtest_data_neutron.py242 for T, ptable in pu239.urr.items():
244 assert isinstance(ptable, openmc.data.ProbabilityTables)
245 ptable = pu239.urr['294K']
246 assert ptable.absorption_flag == -1
247 assert ptable.energy[0] == pytest.approx(2500.001)
248 assert ptable.energy[-1] == pytest.approx(29999.99)
249 assert ptable.inelastic_flag == 51
250 assert ptable.interpolation == 2
251 assert not ptable.multiply_smooth
252 assert ptable.table.shape == (70, 6, 20)
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Datom_upf.F22 ptable
131 pot%econf(0:3) = ptable(ncore)%e_conv(0:3)
139 pot%econf(0:3) = pot%econf(0:3) - ptable(2)%e_conv(0:3)
141 pot%econf(0:3) = pot%econf(0:3) - ptable(10)%e_conv(0:3)
143 pot%econf(0:3) = pot%econf(0:3) - ptable(18)%e_conv(0:3)
145 pot%econf(0:3) = pot%econf(0:3) - ptable(18)%e_conv(0:3)
148 pot%econf(0:3) = pot%econf(0:3) - ptable(36)%e_conv(0:3)
150 pot%econf(0:3) = pot%econf(0:3) - ptable(36)%e_conv(0:3)
153 pot%econf(0:3) = pot%econf(0:3) - ptable(54)%e_conv(0:3)
155 pot%econf(0:3) = pot%econf(0:3) - ptable(36)%e_conv(0:3)
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/tools/
H A Dmunch.cxx363 ptable[numpfx].aep = ptr; in parse_aff_file()
364 ptable[numpfx].num = numents; in parse_aff_file()
365 fprintf(stderr, "ptable %d num is %d\n", numpfx, ptable[numpfx].num); in parse_aff_file()
563 pfx_chk(word, len, ptable[i].aep, ptable[i].num); in aff_chk()
801 if (strchr(ap, (ptable[i].aep)->achar)) { in expand_rootword()
802 if ((ptable[i].aep)->xpflg & XPRODUCT) { in expand_rootword()
804 pfx_add(wlist[j].word, nwl, ptable[i].aep, ptable[i].num); in expand_rootword()
813 if (strchr(ap, (ptable[i].aep)->achar)) { in expand_rootword()
814 pfx_add(ts, wl, ptable[i].aep, ptable[i].num); in expand_rootword()
/dports/textproc/hunspell/hunspell-1.7.0/src/tools/
H A Dmunch.cxx363 ptable[numpfx].aep = ptr; in parse_aff_file()
364 ptable[numpfx].num = numents; in parse_aff_file()
365 fprintf(stderr, "ptable %d num is %d\n", numpfx, ptable[numpfx].num); in parse_aff_file()
563 pfx_chk(word, len, ptable[i].aep, ptable[i].num); in aff_chk()
801 if (strchr(ap, (ptable[i].aep)->achar)) { in expand_rootword()
802 if ((ptable[i].aep)->xpflg & XPRODUCT) { in expand_rootword()
804 pfx_add(wlist[j].word, nwl, ptable[i].aep, ptable[i].num); in expand_rootword()
813 if (strchr(ap, (ptable[i].aep)->achar)) { in expand_rootword()
814 pfx_add(ts, wl, ptable[i].aep, ptable[i].num); in expand_rootword()
/dports/textproc/nuspell/nuspell-5.0.1/external/hunspell/tools/
H A Dmunch.cxx363 ptable[numpfx].aep = ptr; in parse_aff_file()
364 ptable[numpfx].num = numents; in parse_aff_file()
365 fprintf(stderr, "ptable %d num is %d\n", numpfx, ptable[numpfx].num); in parse_aff_file()
563 pfx_chk(word, len, ptable[i].aep, ptable[i].num); in aff_chk()
801 if (strchr(ap, (ptable[i].aep)->achar)) { in expand_rootword()
802 if ((ptable[i].aep)->xpflg & XPRODUCT) { in expand_rootword()
804 pfx_add(wlist[j].word, nwl, ptable[i].aep, ptable[i].num); in expand_rootword()
813 if (strchr(ap, (ptable[i].aep)->achar)) { in expand_rootword()
814 pfx_add(ts, wl, ptable[i].aep, ptable[i].num); in expand_rootword()
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Datom_upf.F22 ptable
128 pot%econf(0:3) = ptable(ncore)%e_conv(0:3)
136 pot%econf(0:3) = pot%econf(0:3) - ptable(2)%e_conv(0:3)
138 pot%econf(0:3) = pot%econf(0:3) - ptable(10)%e_conv(0:3)
140 pot%econf(0:3) = pot%econf(0:3) - ptable(18)%e_conv(0:3)
142 pot%econf(0:3) = pot%econf(0:3) - ptable(18)%e_conv(0:3)
145 pot%econf(0:3) = pot%econf(0:3) - ptable(36)%e_conv(0:3)
147 pot%econf(0:3) = pot%econf(0:3) - ptable(36)%e_conv(0:3)
150 pot%econf(0:3) = pot%econf(0:3) - ptable(54)%e_conv(0:3)
152 pot%econf(0:3) = pot%econf(0:3) - ptable(36)%e_conv(0:3)
[all …]
/dports/textproc/aspell-ispell/aspell-0.60.8/myspell/
H A Dmunch.c331 ptable[numpfx].aep = ptr; in parse_aff_file()
332 ptable[numpfx].num = numents; in parse_aff_file()
333 fprintf(stderr,"ptable %d num is %d\n",numpfx,ptable[numpfx].num); in parse_aff_file()
543 pfx_chk(word, len, ptable[i].aep, ptable[i].num); in aff_chk()
800 if (strchr(ap,(ptable[i].aep)->achar)) { in expand_rootword()
801 if ((ptable[i].aep)->xpflg & XPRODUCT) { in expand_rootword()
803 pfx_add(wlist[j].word, nwl, ptable[i].aep, ptable[i].num); in expand_rootword()
812 if (strchr(ap,(ptable[i].aep)->achar)) { in expand_rootword()
813 pfx_add(ts, wl, ptable[i].aep, ptable[i].num); in expand_rootword()
/dports/textproc/aspell/aspell-0.60.8/myspell/
H A Dmunch.c331 ptable[numpfx].aep = ptr; in parse_aff_file()
332 ptable[numpfx].num = numents; in parse_aff_file()
333 fprintf(stderr,"ptable %d num is %d\n",numpfx,ptable[numpfx].num); in parse_aff_file()
543 pfx_chk(word, len, ptable[i].aep, ptable[i].num); in aff_chk()
800 if (strchr(ap,(ptable[i].aep)->achar)) { in expand_rootword()
801 if ((ptable[i].aep)->xpflg & XPRODUCT) { in expand_rootword()
803 pfx_add(wlist[j].word, nwl, ptable[i].aep, ptable[i].num); in expand_rootword()
812 if (strchr(ap,(ptable[i].aep)->achar)) { in expand_rootword()
813 pfx_add(ts, wl, ptable[i].aep, ptable[i].num); in expand_rootword()
/dports/audio/wavpack/wavpack-5.4.0/src/
H A Dpack_dsd.c482 static int normalize_ptable (int *ptable) in normalize_ptable() argument
490 min_error += abs (ptable [i] - ntable [i]) >> 8; in normalize_ptable()
496 error_sum += abs (ptable [i] - ntable [i]) >> 8; in normalize_ptable()
521 if (!wps->dsd.ptable) in encode_buffer_high()
522 wps->dsd.ptable = malloc (PTABLE_BINS * sizeof (*wps->dsd.ptable)); in encode_buffer_high()
524 init_ptable (wps->dsd.ptable, INITIAL_TERM, RATE_S); in encode_buffer_high()
537 int rate = normalize_ptable (wps->dsd.ptable); in encode_buffer_high()
538 init_ptable (wps->dsd.ptable, rate, RATE_S); in encode_buffer_high()
581 … int32_t *pp = wps->dsd.ptable + ((sp [0].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); in encode_buffer_high()
615 pp = wps->dsd.ptable + ((sp [1].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); in encode_buffer_high()
/dports/cad/magic/magic-8.3.245/database/
H A DDBtechtype.c733 dbTechNameAdd(name, cdata, ptable, alias) in dbTechNameAdd() argument
736 NameList *ptable; /* Table to which we will add names */
763 if ((current = dbTechNameAddOne(cp, cdata, FALSE, alias, ptable)) == NULL)
796 dbTechNameAddOne(name, cdata, isPrimary, isAlias, ptable) in dbTechNameAddOne() argument
801 NameList *ptable; /* Table of names to which we're adding this */
807 for (tbl = ptable->sn_next ;tbl != ptable; tbl = tbl->sn_next)
/dports/biology/viennarna/ViennaRNA-2.4.18/doc/latex/
H A Dmove__set_8h_source.tex27 \DoxyCodeLine{00026 \textcolor{comment}{ ptable -\/ structure encoded with make\_pair\…
32 \DoxyCodeLine{00031 \textcolor{comment}{ returns local minima structure in ptable and its energy…
35 \DoxyCodeLine{00034 \textcolor{keywordtype}{short} *ptable,}
42 \DoxyCodeLine{00041 \textcolor{keywordtype}{short} *ptable,}
49 \DoxyCodeLine{00048 \textcolor{keywordtype}{short} *ptable,}
71 \DoxyCodeLine{00070 \textcolor{comment}{ ptable -\/ structure encoded with make\_pair\…
76 \DoxyCodeLine{00075 \textcolor{keywordtype}{short} *ptable,}
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dmm.h31 short *ptable);
36 short *ptable,
H A Deval.h1132 short *ptable,
1156 short *ptable,
1225 DEPRECATED(int loop_energy(short *ptable,
1266 short *ptable,

12345678910>>...51