Home
last modified time | relevance | path

Searched defs:SET_REAL_ELT (Results 1 – 7 of 7) sorted by relevance

/dports/devel/R-cran-cpp11/cpp11/inst/include/cpp11/
H A Daltrep.hpp18 #define SET_REAL_ELT(x, i, val) REAL(x)[i] = val macro
/dports/databases/arrow/apache-arrow-6.0.1/r/inst/include/cpp11/
H A Daltrep.hpp20 #define SET_REAL_ELT(x, i, val) REAL(x)[i] = val macro
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/rinterface_lib/
H A Dopenrlib.py156 SET_REAL_ELT = _get_symbol_or_fallback('SET_REAL_ELT', variable
/dports/math/R/R-4.1.2/src/include/
H A DRinlinedfuns.h425 INLINE_FUN void SET_REAL_ELT(SEXP x, R_xlen_t i, double v) in SET_REAL_ELT() function
/dports/math/libRmath/R-4.1.1/src/include/
H A DRinlinedfuns.h425 INLINE_FUN void SET_REAL_ELT(SEXP x, R_xlen_t i, double v) in SET_REAL_ELT() function
/dports/math/R/R-4.1.2/src/main/
H A Dsaveload.c1177 #define SET_REAL_ELT(x,__i__,v) (REAL_ELT(x,__i__)=(v)) macro
/dports/math/libRmath/R-4.1.1/src/main/
H A Dsaveload.c1177 #define SET_REAL_ELT(x,__i__,v) (REAL_ELT(x,__i__)=(v)) macro