Home
last modified time | relevance | path

Searched refs:across (Results 1 – 25 of 10679) sorted by relevance

12345678910>>...428

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/
H A Dtest_lrn_forward.cpp212 const algorithm across = algorithm::lrn_across_channels; variable
220 lrn_params_t {fwd_training, across, fmt::nchw, in __anonceaabe680502()
228 lrn_params_t {fwd_scoring, across, fmt::nchw, in __anonceaabe680602()
261 lrn_params_t {fwd_scoring, across, fmt::nchw, in __anonceaabe680902()
265 lrn_params_t {fwd_scoring, across, fmt::nchw, in __anonceaabe680902()
272 lrn_params_t {fwd_scoring, across, fmt::nhwc, in __anonceaabe680a02()
276 lrn_params_t {fwd_scoring, across, fmt::nhwc, in __anonceaabe680a02()
305 lrn_params_t {fwd_scoring, across, fmt::nchw, in __anonceaabe680d02()
309 lrn_params_t {fwd_scoring, across, fmt::nchw, in __anonceaabe680d02()
316 lrn_params_t {fwd_scoring, across, fmt::nhwc, in __anonceaabe680e02()
[all …]
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/
H A Dtest_lrn_forward.cpp212 const algorithm across = algorithm::lrn_across_channels; variable
220 lrn_params_t {fwd_training, across, fmt::nchw, in __anonb4d061c10502()
228 lrn_params_t {fwd_scoring, across, fmt::nchw, in __anonb4d061c10602()
261 lrn_params_t {fwd_scoring, across, fmt::nchw, in __anonb4d061c10902()
265 lrn_params_t {fwd_scoring, across, fmt::nchw, in __anonb4d061c10902()
272 lrn_params_t {fwd_scoring, across, fmt::nhwc, in __anonb4d061c10a02()
276 lrn_params_t {fwd_scoring, across, fmt::nhwc, in __anonb4d061c10a02()
305 lrn_params_t {fwd_scoring, across, fmt::nchw, in __anonb4d061c10d02()
309 lrn_params_t {fwd_scoring, across, fmt::nchw, in __anonb4d061c10d02()
316 lrn_params_t {fwd_scoring, across, fmt::nhwc, in __anonb4d061c10e02()
[all …]
/dports/math/R-cran-dplyr/dplyr/inst/doc/
H A Dcolwise.R37 summarise(across(where(is.numeric), sum))
44 starwars %>% summarise(across(where(is.numeric), min_max))
80 summarise(n = n(), across(where(is.numeric), sd))
84 summarise(across(where(is.numeric), sd), n = n())
88 summarise(n = n(), across(where(is.numeric) & !n, sd))
93 tibble(n = n(), across(where(is.numeric), sd))
102 df %>% mutate(across(where(is.numeric), rescale01))
105 starwars %>% distinct(across(contains("color")))
119 starwars %>% filter(across(everything(), ~ !is.na(.x)))
141 df %>% mutate(across(everything(), mean))
[all …]
H A Dcolwise.Rmd4 Learn how to easily repeat the same operation across multiple
5 columns using `across()`.
34 summarise(across(a:d, mean))
45 `across()` has two primary arguments:
80 summarise(across(where(is.numeric), sum))
178 tibble(n = n(), across(where(is.numeric), sd))
246 ### Why do we like `across()`?
257 across(where(is.numeric), mean),
258 across(where(is.factor), nlevels),
296 * Call `across()`. The first argument will be:
[all …]
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dblock.c417 macross[0] = across[0];
418 macross[1] = across[1];
419 macross[2] = across[2];
420 macross[3] = across[3];
421 macross[4] = across[4];
422 macross[5] = across[5];
423 macross[6] = across[6];
424 macross[7] = across[7];
425 macross[8] = across[8];
426 macross[9] = across[9];
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dblock.c429 macross[0] = across[0];
430 macross[1] = across[1];
431 macross[2] = across[2];
432 macross[3] = across[3];
433 macross[4] = across[4];
434 macross[5] = across[5];
435 macross[6] = across[6];
436 macross[7] = across[7];
437 macross[8] = across[8];
438 macross[9] = across[9];
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dblock.cpp414 macross[0] = across[0]; in ComputeMotionLumBlock()
415 macross[1] = across[1]; in ComputeMotionLumBlock()
416 macross[2] = across[2]; in ComputeMotionLumBlock()
417 macross[3] = across[3]; in ComputeMotionLumBlock()
418 macross[4] = across[4]; in ComputeMotionLumBlock()
419 macross[5] = across[5]; in ComputeMotionLumBlock()
420 macross[6] = across[6]; in ComputeMotionLumBlock()
421 macross[7] = across[7]; in ComputeMotionLumBlock()
422 macross[8] = across[8]; in ComputeMotionLumBlock()
423 macross[9] = across[9]; in ComputeMotionLumBlock()
[all …]
/dports/math/R-cran-dplyr/dplyr/tests/testthat/
H A Dtest-across.R6 out <- df %>% mutate(across())
21 summarise(gf, across()),
92 mutate(df, x = ncol(across(where(is.numeric))), y = ncol(across(where(is.numeric)))),
122 mutate(df, x = ncol(across(where(is.numeric))) + ncol(across(a))),
130 mutate(df, x = ncol(across(where(is.numeric))), y = ncol(across(a))),
140 if_else(cur_group_id() == 1L, across(a)$a, across(b)$b)
443 res <- mutate(df, across(
452 res <- mutate(df, across(
471 res <- mutate(df, across(
552 mutate(df, across(x, f)),
[all …]
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dlightning.h62 vec dir1 = next, dir2 = next, across; in renderlightning() local
65 across.cross(dir2, dir1).normalize().mul(sz); in renderlightning()
70 gle::attribf(start.x-across.x, start.y-across.y, start.z-across.z); in renderlightning()
72 gle::attribf(start.x+across.x, start.y+across.y, start.z+across.z); in renderlightning()
75 gle::attribf(cur.x-across.x, cur.y-across.y, cur.z-across.z); in renderlightning()
77 gle::attribf(cur.x+across.x, cur.y+across.y, cur.z+across.z); in renderlightning()
82 gle::attribf(next.x-across.x, next.y-across.y, next.z-across.z); in renderlightning()
84 gle::attribf(next.x+across.x, next.y+across.y, next.z+across.z); in renderlightning()
88 gle::attribf(end.x-across.x, end.y-across.y, end.z-across.z); in renderlightning()
90 gle::attribf(end.x+across.x, end.y+across.y, end.z+across.z); in renderlightning()
/dports/graphics/netpbm/netpbm-10.91.01/test/
H A Dpamundice.test18 pamundice -across=3 -down=5 ${fname_stem}"_%1d_%1a".pgm | cksum
21 pamundice -across=3 -down=5 -listfile=- | cksum
66 pamundice -across=3 -down=5 \
85 pamundice -across=3 -down=5 \
107 done | pamundice -down=5 -across=2 -listfile=- | cksum
114 pamundice -down=5 -across=2 ${testimg_pbm} | cksum
131 pamundice -down=5 -across=2 > ${test_out} || \
163 pamundice -down=5 -across=2 -hoverlap=18 \
168 pamundice -down=5 -across=2 -voverlap=19 \
174 pamundice -down=5 -across=2 -listfile=- > ${test_out} || \
[all …]
/dports/textproc/miller/miller-5.10.2/go/reg-test/cases/
H A Dcase-c-verb-nest.sh4 run_mlr nest --explode --values --across-fields -f x $indir/nest-explode.dkvp
5 run_mlr nest --explode --values --across-fields -f x --nested-fs pipe --nested-ps = $indir/nest-ex…
7 run_mlr nest --explode --values --across-fields -f x then nest --implode --values --across-fields …
8 …n_mlr nest --explode --values --across-fields -f x --nested-fs pipe --nested-ps = then nest --imp…
10 run_mlr nest --explode --values --across-records -f x $indir/nest-explode.dkvp
11 run_mlr nest --explode --values --across-records -f x --nested-fs pipe --nested-ps = $indir/nest-ex…
13 run_mlr nest --explode --values --across-records -f x then nest --implode --values --across-records…
14 …n_mlr nest --explode --values --across-records -f x --nested-fs pipe --nested-ps = then nest --imp…
16 run_mlr nest --explode --pairs --across-fields -f x $indir/nest-explode.dkvp
17 run_mlr nest --explode --pairs --across-fields -f x --nested-fs pipe --nested-ps = $indir/nest-ex…
[all …]
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dlightning.h62 vec dir1 = next, dir2 = next, across; in renderlightning() local
65 across.cross(dir2, dir1).normalize().mul(sz); in renderlightning()
70 gle::attribf(start.x-across.x, start.y-across.y, start.z-across.z); in renderlightning()
72 gle::attribf(start.x+across.x, start.y+across.y, start.z+across.z); in renderlightning()
75 gle::attribf(cur.x-across.x, cur.y-across.y, cur.z-across.z); in renderlightning()
77 gle::attribf(cur.x+across.x, cur.y+across.y, cur.z+across.z); in renderlightning()
82 gle::attribf(next.x-across.x, next.y-across.y, next.z-across.z); in renderlightning()
84 gle::attribf(next.x+across.x, next.y+across.y, next.z+across.z); in renderlightning()
88 gle::attribf(end.x-across.x, end.y-across.y, end.z-across.z); in renderlightning()
90 gle::attribf(end.x+across.x, end.y+across.y, end.z+across.z); in renderlightning()
/dports/math/R-cran-dplyr/dplyr/vignettes/
H A Dcolwise.Rmd4 Learn how to easily repeat the same operation across multiple
5 columns using `across()`.
34 summarise(across(a:d, mean))
45 `across()` has two primary arguments:
80 summarise(across(where(is.numeric), sum))
178 tibble(n = n(), across(where(is.numeric), sd))
246 ### Why do we like `across()`?
257 across(where(is.numeric), mean),
258 across(where(is.factor), nlevels),
296 * Call `across()`. The first argument will be:
[all …]
/dports/security/fprintd/libfprint-fprintd-V_0_8_1/po/
H A Den_GB.po70 msgid "Swipe your finger across %s"
71 msgstr "Swipe your finger across %s"
88 msgid "Swipe your left thumb across %s"
89 msgstr "Swipe your left thumb across %s"
106 msgid "Swipe your left index finger across %s"
107 msgstr "Swipe your left index finger across %s"
124 msgid "Swipe your left middle finger across %s"
142 msgid "Swipe your left ring finger across %s"
143 msgstr "Swipe your left ring finger across %s"
178 msgid "Swipe your right thumb across %s"
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dripples.c147 int across, down; in draw_ripple() local
151 for (across = 0; across < st->width - 1; across++, src++, dirty++) { in draw_ripple()
190 for (across = 0; across < st->width-2; across++, pixel++) { in draw_transparent_vanilla()
331 for (across = 0; across < st->width-2; across++, pixel++) { in draw_transparent_light()
417 for (across = 0; across < st->width-2; across++, pixel++, bigpix+=2) {
808 int across, down; in init_ripples() local
810 for (across = 0; across < st->bigwidth; across++) in init_ripples()
825 for (across = 0; across < st->bigwidth; across++) in init_ripples()
889 for (across = 1; across < st->width - 1; across++, pixel++) { in ripple()
898 for (across = 1; across < st->width - 1; across++, pixel++) { in ripple()
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dlightning.h46 vec dir1 = next, dir2 = next, across; in renderlightning() local
49 across.cross(dir2, dir1).normalize().mul(sz); in renderlightning()
51 glTexCoord2f(tx2, ty+tsz); glVertex3f(cur.x-across.x, cur.y-across.y, cur.z-across.z); in renderlightning()
52 glTexCoord2f(tx2, ty); glVertex3f(cur.x+across.x, cur.y+across.y, cur.z+across.z); in renderlightning()
55 … glTexCoord2f(tx1, ty+tsz); glVertex3f(next.x-across.x, next.y-across.y, next.z-across.z); in renderlightning()
56 … glTexCoord2f(tx1, ty); glVertex3f(next.x+across.x, next.y+across.y, next.z+across.z); in renderlightning()
/dports/www/firefox-esr/firefox-91.8.0/layout/reftests/css-sizing/
H A Dreftest.list1 == min-intrinsic-with-percents-across-img-cases.html min-intrinsic-with-percents-across-img-cases-r…
2 == min-intrinsic-with-percents-across-elements.html min-intrinsic-with-percents-across-elements-ref…
3 == min-intrinsic-with-max-width-percents-across-form-controls.html min-intrinsic-with-max-width-per…
4 == min-intrinsic-with-width-percents-across-form-controls.html min-intrinsic-with-width-percents-ac…
/dports/www/firefox/firefox-99.0/layout/reftests/css-sizing/
H A Dreftest.list1 == min-intrinsic-with-percents-across-img-cases.html min-intrinsic-with-percents-across-img-cases-r…
2 == min-intrinsic-with-percents-across-elements.html min-intrinsic-with-percents-across-elements-ref…
3 == min-intrinsic-with-max-width-percents-across-form-controls.html min-intrinsic-with-max-width-per…
4 == min-intrinsic-with-width-percents-across-form-controls.html min-intrinsic-with-width-percents-ac…
/dports/mail/thunderbird/thunderbird-91.8.0/layout/reftests/css-sizing/
H A Dreftest.list1 == min-intrinsic-with-percents-across-img-cases.html min-intrinsic-with-percents-across-img-cases-r…
2 == min-intrinsic-with-percents-across-elements.html min-intrinsic-with-percents-across-elements-ref…
3 == min-intrinsic-with-max-width-percents-across-form-controls.html min-intrinsic-with-max-width-per…
4 == min-intrinsic-with-width-percents-across-form-controls.html min-intrinsic-with-width-percents-ac…
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/reftests/css-sizing/
H A Dreftest.list1 == min-intrinsic-with-percents-across-img-cases.html min-intrinsic-with-percents-across-img-cases-r…
2 == min-intrinsic-with-percents-across-elements.html min-intrinsic-with-percents-across-elements-ref…
3 == min-intrinsic-with-max-width-percents-across-form-controls.html min-intrinsic-with-max-width-per…
4 == min-intrinsic-with-width-percents-across-form-controls.html min-intrinsic-with-width-percents-ac…
H A Dreftest-stylo.list2 == min-intrinsic-with-percents-across-img-cases.html min-intrinsic-with-percents-across-img-cases.h…
3 == min-intrinsic-with-percents-across-elements.html min-intrinsic-with-percents-across-elements.html
4 …== min-intrinsic-with-max-width-percents-across-form-controls.html min-intrinsic-with-max-width-pe…
5 skip == min-intrinsic-with-width-percents-across-form-controls.html min-intrinsic-with-width-percen…
/dports/lang/spidermonkey60/firefox-60.9.0/layout/reftests/css-sizing/
H A Dreftest.list1 == min-intrinsic-with-percents-across-img-cases.html min-intrinsic-with-percents-across-img-cases-r…
2 == min-intrinsic-with-percents-across-elements.html min-intrinsic-with-percents-across-elements-ref…
3 == min-intrinsic-with-max-width-percents-across-form-controls.html min-intrinsic-with-max-width-per…
4 == min-intrinsic-with-width-percents-across-form-controls.html min-intrinsic-with-width-percents-ac…
/dports/lang/spidermonkey78/firefox-78.9.0/layout/reftests/css-sizing/
H A Dreftest.list1 == min-intrinsic-with-percents-across-img-cases.html min-intrinsic-with-percents-across-img-cases-r…
2 == min-intrinsic-with-percents-across-elements.html min-intrinsic-with-percents-across-elements-ref…
3 == min-intrinsic-with-max-width-percents-across-form-controls.html min-intrinsic-with-max-width-per…
4 == min-intrinsic-with-width-percents-across-form-controls.html min-intrinsic-with-width-percents-ac…
/dports/math/R-cran-dplyr/dplyr/man/
H A Dacross.Rd2 % Please edit documentation in R/across.R
3 \name{across}
4 \alias{across}
7 \title{Apply a function (or functions) across multiple columns}
9 across(.cols = everything(), .fns = NULL, ..., .names = NULL)
75 gdf \%>\% mutate(across(v1:v2, ~ .x + n))
85 gdf \%>\% mutate(n = rnorm(1), across(v1:v2, ~ .x + n))
95 gdf \%>\% mutate(across(v1:v2, ~ .x + rnorm(1)))
113 mutate(across(c(Sepal.Length, Sepal.Width), round))
116 mutate(across(c(1, 2), round))
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/html/semantics/forms/the-input-element/
H A Dselection-pointer.html.ini4 [Selecting texts across <input type=button> should not cancel selection]
7 [Selecting texts across <input type=color> should not cancel selection]
10 [Selecting texts across <input type=range> should not cancel selection]
13 [Selecting texts across <input type=reset> should not cancel selection]
16 [Selecting texts across <input type=submit> should not cancel selection]
19 [Selecting texts across <input type=week> should not cancel selection]
23 [Selecting texts across <input type=url> should not cancel selection]
27 [Selecting texts across <input type=time> should not cancel selection]
31 [Selecting texts across <input type=text> should not cancel selection]
35 [Selecting texts across <input type=tel> should not cancel selection]

12345678910>>...428