Searched defs:SET_REAL_ELT (Results 1 – 7 of 7) sorted by relevance
/dports/devel/R-cran-cpp11/cpp11/inst/include/cpp11/ |
H A D | altrep.hpp | 18 #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 D | altrep.hpp | 20 #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 D | openrlib.py | 156 SET_REAL_ELT = _get_symbol_or_fallback('SET_REAL_ELT', variable
|
/dports/math/R/R-4.1.2/src/include/ |
H A D | Rinlinedfuns.h | 425 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 D | Rinlinedfuns.h | 425 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 D | saveload.c | 1177 #define SET_REAL_ELT(x,__i__,v) (REAL_ELT(x,__i__)=(v)) macro
|
/dports/math/libRmath/R-4.1.1/src/main/ |
H A D | saveload.c | 1177 #define SET_REAL_ELT(x,__i__,v) (REAL_ELT(x,__i__)=(v)) macro
|