Home
last modified time | relevance | path

Searched refs:highc (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/math/m4ri/m4ri-release-20200125/tests/
H A Dtest_misc.c79 …rci_t m, const rci_t n, const rci_t lowr, const rci_t lowc, const rci_t highr, const rci_t highc) { in test_submatrix() argument
80 printf("submatrix: m: %4d, n: %4d, (%4d, %4d, %4d, %4d)", m, n, lowr, lowc, highr, highc); in test_submatrix()
82 assert(highc-lowc > 0); in test_submatrix()
85 mzd_t *S = mzd_init(highr-lowr, highc-lowc); in test_submatrix()
86 mzd_submatrix(S, M, lowr, lowc, highr, highc); in test_submatrix()
89 for(rci_t j=0; j<highc-lowc; j++) { in test_submatrix()
/dports/devel/tcl-trf/trf2.1.4/generic/
H A Drmd128.c51 dword highc; /* upper half of a 64bit counter */ member
136 ctx->highc = 0;
287 ripemd128_MDfinish (ctx->state, ctx->buf, ctx->lowc, ctx->highc);
322 ctx->highc ++;
/dports/games/vultures-eye/vulture-2.3.67/vulture/
H A Dvulture_nhplayerselection.cpp85 thisch = highc(thisch); in vulture_player_selection_role()
93 thisch = highc(thisch); in vulture_player_selection_role()
168 thisch = highc(thisch); in vulture_player_selection_race()
240 thisch = highc(thisch); in vulture_player_selection_gender()
316 thisch = highc(thisch); in vulture_player_selection_alignment()
/dports/math/m4rie/m4rie-release-20200115/src/
H A Dmzd_slice.h448 … const size_t lowr, const size_t lowc, const size_t highr, const size_t highc) { in mzd_slice_submatrix() argument
450 S = mzd_slice_init(A->finite_field, highr - lowr, highc - lowc); in mzd_slice_submatrix()
453 mzd_submatrix(S->x[i], A->x[i], lowr, lowc, highr, highc); in mzd_slice_submatrix()
482 const size_t highr, const size_t highc) { in mzd_slice_init_window() argument
487 B->ncols = highc - lowc; in mzd_slice_init_window()
489 B->x[i] = mzd_init_window(A->x[i], lowr, lowc, highr, highc); in mzd_slice_init_window()
/dports/games/nethack33/nethack-3.3.1/win/X11/
H A Dwinmisc.c130 if (index(rolechars, ch)) ch = highc(ch);
140 if (!mark) mark = index(rolechars, highc(ch));
171 if (index(racechars, ch)) ch = highc(ch);
181 if (!mark) mark = index(racechars, highc(ch));
245 if (!mark) mark = index(algnchars, highc(ch));
497 qbuf[0] = highc(qbuf[0]); in X11_player_selection()
/dports/games/nethack33-nox11/nethack-3.3.1/win/X11/
H A Dwinmisc.c130 if (index(rolechars, ch)) ch = highc(ch);
140 if (!mark) mark = index(rolechars, highc(ch));
171 if (index(racechars, ch)) ch = highc(ch);
181 if (!mark) mark = index(racechars, highc(ch));
245 if (!mark) mark = index(algnchars, highc(ch));
497 qbuf[0] = highc(qbuf[0]); in X11_player_selection()
/dports/games/falconseye/falconseye-1.9.3_11/win/X11/
H A Dwinmisc.c130 if (index(rolechars, ch)) ch = highc(ch);
140 if (!mark) mark = index(rolechars, highc(ch));
171 if (index(racechars, ch)) ch = highc(ch);
181 if (!mark) mark = index(racechars, highc(ch));
245 if (!mark) mark = index(algnchars, highc(ch));
497 qbuf[0] = highc(qbuf[0]); in X11_player_selection()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dquestpgr.c180 g.cvt_buf[0] = highc(g.cvt_buf[0]); in qtext_pronoun()
306 g.cvt_buf[0] = highc(g.cvt_buf[0]); in convert_line()
325 g.cvt_buf[0] = highc(g.cvt_buf[0]); in convert_line()
333 g.cvt_buf[0] = highc(g.cvt_buf[0]); in convert_line()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dquestpgr.c312 cvt_buf[0] = highc(cvt_buf[0]);
454 cvt_buf[0] = highc(cvt_buf[0]);
473 cvt_buf[0] = highc(cvt_buf[0]);
481 cvt_buf[0] = highc(cvt_buf[0]);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dquestpgr.c312 cvt_buf[0] = highc(cvt_buf[0]);
454 cvt_buf[0] = highc(cvt_buf[0]);
473 cvt_buf[0] = highc(cvt_buf[0]);
481 cvt_buf[0] = highc(cvt_buf[0]);
/dports/games/nethack33/nethack-3.3.1/src/
H A Dquestpgr.c327 case 'C': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
331 case 'P': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
336 case 'S': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
H A Ddo_name.c321 buf[n] = (buf[n] == c1) ? c2 : highc(c2); /* keep same case */
766 *bp = highc(*bp);
776 *bp = highc(*bp);
808 *bp = highc(*bp);
826 *bp = highc(*bp);
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dquestpgr.c327 case 'C': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
331 case 'P': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
336 case 'S': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
H A Ddo_name.c321 buf[n] = (buf[n] == c1) ? c2 : highc(c2); /* keep same case */
766 *bp = highc(*bp);
776 *bp = highc(*bp);
808 *bp = highc(*bp);
826 *bp = highc(*bp);
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dquestpgr.c318 case 'C': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
322 case 'P': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
327 case 'S': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
/dports/games/nethack34/nethack-3.4.3/src/
H A Dquestpgr.c318 case 'C': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
322 case 'P': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
327 case 'S': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dquestpgr.c318 case 'C': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
322 case 'P': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
327 case 'S': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dquestpgr.c327 case 'C': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
331 case 'P': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
336 case 'S': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
H A Ddo_name.c335 buf[n] = (buf[n] == c1) ? c2 : highc(c2); /* keep same case */
780 *bp = highc(*bp);
790 *bp = highc(*bp);
822 *bp = highc(*bp);
840 *bp = highc(*bp);
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dquestpgr.c319 case 'C': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
323 case 'P': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
328 case 'S': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dquestpgr.c321 case 'C': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
325 case 'P': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
330 case 'S': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dquestpgr.c320 case 'C': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
324 case 'P': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
329 case 'S': cvt_buf[0] = highc(cvt_buf[0]); in convert_line()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dcacorrectrgb.c216 const float highc = blurred_manifold_higher[k * 4 + c] / weighth; in normalize_manifolds() local
218 blurred_manifold_higher[k * 4 + c] = exp2f(highc) * highg; in normalize_manifolds()
385 const float highc = log2f(fmaxf(blurred_manifold_higher[k * 4 + c], 1E-6f)); in get_manifolds() local
392 const float dist_to_hh = fabsf(pixelg - highg - pixel + highc); in get_manifolds()
394 const float dist_to_hl = fabsf((pixelg - pixel) - (lowg - highc)); in get_manifolds()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dcacorrectrgb.c216 const float highc = blurred_manifold_higher[k * 4 + c] / weighth; in normalize_manifolds() local
218 blurred_manifold_higher[k * 4 + c] = exp2f(highc) * highg; in normalize_manifolds()
385 const float highc = log2f(fmaxf(blurred_manifold_higher[k * 4 + c], 1E-6f)); in get_manifolds() local
392 const float dist_to_hh = fabsf(pixelg - highg - pixel + highc); in get_manifolds()
394 const float dist_to_hl = fabsf((pixelg - pixel) - (lowg - highc)); in get_manifolds()
/dports/devel/9base/9base-6/sed/
H A Dsed.c863 Rune c, *tsp, highc; in ycomp() local
866 highc = 0; in ycomp()
872 if (*tsp > highc) highc = *tsp; in ycomp()
875 if ((rp = r->u.text = (Rune *) malloc(sizeof(Rune)*(highc+2))) == 0) in ycomp()
877 *rp++ = highc; /* save upper bound */ in ycomp()
878 for (i = 0; i <= highc; i++) in ycomp()

12345678910>>...12