1313 .Call(`_broadcast_rcpp_address` , x )
1414}
1515
16+ # ' @keywords internal
17+ NULL
18+
19+ .rcpp_any_nonarray <- function (x ) {
20+ .Call(`_broadcast_rcpp_any_nonarray` , x )
21+ }
22+
1623# ' @keywords internal
1724# ' @noRd
1825.rcpp_bcD_dec_v <- function (x , y , nout , op , prec ) {
532539# ' @keywords internal
533540NULL
534541
542+ # ' @keywords internal
543+ NULL
544+
545+ # ' @keywords internal
546+ NULL
547+
548+ # ' @keywords internal
549+ NULL
550+
551+ # ' @keywords internal
552+ NULL
553+
554+ .rcpp_dimnames_fit <- function (x , dimnames ) {
555+ .Call(`_broadcast_rcpp_dimnames_fit` , x , dimnames )
556+ }
557+
558+ .rcpp_make_dimnames2 <- function (xdimnames , ydimnames , outdim , pref ) {
559+ .Call(`_broadcast_rcpp_make_dimnames2` , xdimnames , ydimnames , outdim , pref )
560+ }
561+
562+ .rcpp_make_dimnames_between <- function (adimnames , vnames , outdim ) {
563+ .Call(`_broadcast_rcpp_make_dimnames_between` , adimnames , vnames , outdim )
564+ }
565+
566+ .rcpp_make_dimnames1 <- function (y_dimnames , ydim , outdim ) {
567+ .Call(`_broadcast_rcpp_make_dimnames1` , y_dimnames , ydim , outdim )
568+ }
569+
570+ .rcpp_binames_set <- function (x , y , out ) {
571+ invisible (.Call(`_broadcast_rcpp_binames_set` , x , y , out ))
572+ }
573+
574+ # ' @keywords internal
575+ NULL
576+
535577# ' @keywords internal
536578# ' @noRd
537579.rcpp_bindhelper_setnames <- function (x , ind , rp ) {
@@ -596,6 +638,48 @@ NULL
596638 invisible (.Call(`_broadcast_rcpp_shallow2atomic` , input , output , nrow , ncol , arrangement ))
597639}
598640
641+ # ' @keywords internal
642+ # ' @noRd
643+ .rcpp_checkmissing_is_raw <- function (y , invert ) {
644+ .Call(`_broadcast_rcpp_checkmissing_is_raw` , y , invert )
645+ }
646+
647+ # ' @keywords internal
648+ # ' @noRd
649+ .rcpp_checkmissing_is_logical <- function (y , invert ) {
650+ .Call(`_broadcast_rcpp_checkmissing_is_logical` , y , invert )
651+ }
652+
653+ # ' @keywords internal
654+ # ' @noRd
655+ .rcpp_checkmissing_count <- function (y , invert ) {
656+ .Call(`_broadcast_rcpp_checkmissing_count` , y , invert )
657+ }
658+
659+ # ' @keywords internal
660+ # ' @noRd
661+ .rcpp_checkmissing_first <- function (y , invert ) {
662+ .Call(`_broadcast_rcpp_checkmissing_first` , y , invert )
663+ }
664+
665+ # ' @keywords internal
666+ # ' @noRd
667+ .rcpp_checkmissing_last <- function (y , invert ) {
668+ .Call(`_broadcast_rcpp_checkmissing_last` , y , invert )
669+ }
670+
671+ # ' @keywords internal
672+ # ' @noRd
673+ .rcpp_checkmissing_which32 <- function (y , invert , size ) {
674+ .Call(`_broadcast_rcpp_checkmissing_which32` , y , invert , size )
675+ }
676+
677+ # ' @keywords internal
678+ # ' @noRd
679+ .rcpp_checkmissing_which64 <- function (y , invert , size ) {
680+ .Call(`_broadcast_rcpp_checkmissing_which64` , y , invert , size )
681+ }
682+
599683# ' @keywords internal
600684# ' @noRd
601685.rcpp_is_ma <- function (x ) {
@@ -614,6 +698,20 @@ NULL
614698 .Call(`_broadcast_rcpp_clone` , x )
615699}
616700
701+ # ' @keywords internal
702+ NULL
703+
704+ # ' @keywords internal
705+ NULL
706+
707+ .rcpp_ecp_mat <- function (y , sim , nrow , ncol , eps ) {
708+ .Call(`_broadcast_rcpp_ecp_mat` , y , sim , nrow , ncol , eps )
709+ }
710+
711+ .rcpp_ecp_df <- function (y , sim , nrow , ncol , eps ) {
712+ .Call(`_broadcast_rcpp_ecp_df` , y , sim , nrow , ncol , eps )
713+ }
714+
617715# ' @keywords internal
618716# ' @noRd
619717.rcpp_depth_range <- function (x , depth_limit , recurse_all ) {
@@ -646,44 +744,34 @@ NULL
646744
647745# ' @keywords internal
648746# ' @noRd
649- .rcpp_make_dimnames2 <- function (xdimnames , ydimnames , outdim , pref ) {
650- .Call(`_broadcast_rcpp_make_dimnames2 ` , xdimnames , ydimnames , outdim , pref )
747+ .rcpp_lst_ndims <- function (x ) {
748+ .Call(`_broadcast_rcpp_lst_ndims ` , x )
651749}
652750
653751# ' @keywords internal
654- # ' @noRd
655- .rcpp_make_dimnames_between <- function (adimnames , vnames , outdim ) {
656- .Call(`_broadcast_rcpp_make_dimnames_between` , adimnames , vnames , outdim )
657- }
752+ NULL
658753
659754# ' @keywords internal
660- # ' @noRd
661- .rcpp_make_dimnames1 <- function (y_dimnames , ydim , outdim ) {
662- .Call(`_broadcast_rcpp_make_dimnames1` , y_dimnames , ydim , outdim )
663- }
755+ NULL
664756
665757# ' @keywords internal
666- # ' @noRd
667- .rcpp_is_mergeable_with_prev <- function (xB , yB ) {
668- .Call(`_broadcast_rcpp_is_mergeable_with_prev` , xB , yB )
758+ NULL
759+
760+ .rcpp_mergedims_get_endrange <- function (x , y , pos , intmax ) {
761+ .Call(`_broadcast_rcpp_mergedims_get_endrange` , x , y , pos , intmax )
669762}
670763
671- # ' @keywords internal
672- # ' @noRd
673- .rcpp_mergedims <- function (xD , yD , mergeable ) {
674- .Call(`_broadcast_rcpp_mergedims` , xD , yD , mergeable )
764+ .rcpp_mergedims_get_prods <- function (x , y , start , end ) {
765+ .Call(`_broadcast_rcpp_mergedims_get_prods` , x , y , start , end )
675766}
676767
677- # ' @keywords internal
678- NULL
768+ .rcpp_mergedims <- function (x , y ) {
769+ .Call(`_broadcast_rcpp_mergedims` , x , y )
770+ }
679771
680772# ' @keywords internal
681773# ' @noRd
682774.rcpp_set_attr <- function (x , name , value ) {
683775 invisible (.Call(`_broadcast_rcpp_set_attr` , x , name , value ))
684776}
685777
686- .rcpp_dimnames_fit <- function (x , dimnames ) {
687- .Call(`_broadcast_rcpp_dimnames_fit` , x , dimnames )
688- }
689-
0 commit comments