Home
last modified time | relevance | path

Searched +defs:fun +defs:y (Results 1 – 25 of 2217) sorted by relevance

12345678910>>...89

/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/
H A Dtest_vector.R184 x <- y <- 1:10 globalVar
194 x <- y <- 1:10 globalVar
203 x <- y <- as.list(1:10) globalVar
246 y <- fun(x) globalVar
331 d <- list( x = 1:10, y = letters[1:10] ) nameattr
337 d <- list( x = 1:10, y = letters[1:10] ) nameattr
343 d <- list( x = 1:10, y = letters[1:10] ) nameattr
390 y <- as.vector( x ) globalVar
487 y <- (2-3i) * 1:10 globalVar
505 y <- fun(x) globalVar
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dfunctions_swig_test_helpers.h33 static std::string NoOpVoidToString(std::function<std::string()> fun) { in NoOpVoidToString()
37 static int64_t NoOpInt64ToInt64(std::function<int64_t(int64_t)> fun, in NoOpInt64ToInt64()
43 std::function<int64_t(int64_t, int64_t)> fun, int64_t x, int64_t y) { in NoOpInt64PairToInt64() argument
52 int y) { in NoOpIntPairToInt64()
57 std::function<int64_t(int64_t, int64_t, int64_t)> fun, int64_t x, in NoOpInt64TripleToInt64() argument
58 int64_t y, int64_t z) { in NoOpInt64TripleToInt64()
63 std::function<bool(int64_t, int64_t, int64_t)> fun, int64_t x, int64_t y, in NoOpInt64TripleToBool() argument
78 static void NoOpVoidToVoid(std::function<void()> fun) { fun(); } in NoOpVoidToVoid()
80 static void NoOpStringToVoid(std::function<void(std::string)> fun, in NoOpStringToVoid()
89 std::function<int64_t(int64_t, int64_t)> fun) in DelayedFunctionSwigTestHelpers() argument
[all …]
/dports/math/R-cran-gss/gss/R/
H A Dmkfun.poly.R7 fun <- function(x,y,env,outer.prod=FALSE) { argument
19 rk <- function(x,y) { argument
28 list(fun=fun,env=env) nameattr
58 fun <- function(x,y,env,outer.prod=FALSE) { argument
70 rk <- function(x,y) { argument
87 fun <- function(x,y,env,outer.prod=FALSE) { argument
99 rk <- function(x,y) { argument
138 fun <- function(x,y,env,outer.prod=FALSE) { argument
150 rk <- function(x,y) { argument
168 fun <- function(x,y,env,outer.prod=FALSE) { argument
[all …]
H A Dmkfun.factor.R11 fun <- function(x, y, env, outer.prod = FALSE) { argument
24 list(fun=fun,env=env) nameattr
52 fun <- function(x, y, env, outer.prod = FALSE) { argument
65 list(fun=fun,env=env) nameattr
H A Dmkfun.tp.R39 fun <- function(x,y,env,outer.prod=FALSE) { argument
106 list(fun=fun,env=env) nameattr
140 fun <- function(x,nu,env) { function
148 list(fun=fun,env=env) nameattr
168 fun <- function(x,y,env,outer.prod=FALSE) { argument
188 fn1 <- function(x,y) abs(x-y) argument
213 list(fun=fun,env=env) nameattr
243 list(fun=fun,env=env) nameattr
252 fun <- function(x,y,env,outer.prod=FALSE) { argument
269 rk <- function(lat.x,lon.x,lat.y,lon.y,order) {
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libmimalloc-sys/c_src/mimalloc/src/
H A Dalloc-override.c29 #define MI_FORWARD1(fun,x) MI_FORWARD(fun) argument
30 #define MI_FORWARD2(fun,x,y) MI_FORWARD(fun) argument
31 #define MI_FORWARD3(fun,x,y,z) MI_FORWARD(fun) argument
32 #define MI_FORWARD0(fun,x) MI_FORWARD(fun) argument
33 #define MI_FORWARD02(fun,x,y) MI_FORWARD(fun) argument
36 #define MI_FORWARD1(fun,x) { return fun(x); } argument
37 #define MI_FORWARD2(fun,x,y) { return fun(x,y); } argument
38 #define MI_FORWARD3(fun,x,y,z) { return fun(x,y,z); } argument
39 #define MI_FORWARD0(fun,x) { fun(x); } argument
40 #define MI_FORWARD02(fun,x,y) { fun(x,y); } argument
[all …]
/dports/math/R-cran-bdsmatrix/bdsmatrix/inst/include/
H A Dbdsmatrix_stub.h10 double *y, double *result, int *itemp) { in bdsmatrix_prod2()
11 static void (*fun)() = NULL; in bdsmatrix_prod2() local
19 int nfrail, double *y) { in bdsmatrix_prod4()
20 static void (*fun)() = NULL; in bdsmatrix_prod4() local
28 static int (*fun)() =NULL; in cholesky4() local
34 static int (*fun)() =NULL; in cholesky5() local
41 static void (*fun)() = NULL; in chinv4() local
47 static void (*fun)() = NULL; in chinv5() local
53 double *bd, double *y, int flag){ in chsolve4()
54 static void (*fun)() = NULL; in chsolve4() local
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/libmimalloc-sys-0.1.23/c_src/mimalloc/src/
H A Dalloc-override.c39 #define MI_FORWARD1(fun,x) MI_FORWARD(fun) argument
40 #define MI_FORWARD2(fun,x,y) MI_FORWARD(fun) argument
41 #define MI_FORWARD3(fun,x,y,z) MI_FORWARD(fun) argument
42 #define MI_FORWARD0(fun,x) MI_FORWARD(fun) argument
43 #define MI_FORWARD02(fun,x,y) MI_FORWARD(fun) argument
46 #define MI_FORWARD1(fun,x) { return fun(x); } argument
47 #define MI_FORWARD2(fun,x,y) { return fun(x,y); } argument
48 #define MI_FORWARD3(fun,x,y,z) { return fun(x,y,z); } argument
49 #define MI_FORWARD0(fun,x) { fun(x); } argument
50 #define MI_FORWARD02(fun,x,y) { fun(x,y); } argument
[all …]
/dports/devel/mimalloc/mimalloc-2.0.3/src/
H A Dalloc-override.c39 #define MI_FORWARD1(fun,x) MI_FORWARD(fun) argument
40 #define MI_FORWARD2(fun,x,y) MI_FORWARD(fun) argument
41 #define MI_FORWARD3(fun,x,y,z) MI_FORWARD(fun) argument
42 #define MI_FORWARD0(fun,x) MI_FORWARD(fun) argument
43 #define MI_FORWARD02(fun,x,y) MI_FORWARD(fun) argument
46 #define MI_FORWARD1(fun,x) { return fun(x); } argument
47 #define MI_FORWARD2(fun,x,y) { return fun(x,y); } argument
48 #define MI_FORWARD3(fun,x,y,z) { return fun(x,y,z); } argument
49 #define MI_FORWARD0(fun,x) { fun(x); } argument
50 #define MI_FORWARD02(fun,x,y) { fun(x,y); } argument
[all …]
/dports/math/R-cran-raster/raster/R/
H A Drasterize.R8 setMethod('rasterize', signature(x='matrix', y='Raster'), argument
9 …function(x, y, field, fun='last', background=NA, mask=FALSE, update=FALSE, updateValue='all', file… argument
17 setMethod('rasterize', signature(x='data.frame', y='Raster'), argument
18 …function(x, y, field, fun='last', background=NA, mask=FALSE, update=FALSE, updateValue='all', file… argument
27 setMethod('rasterize', signature(x='sf', y='Raster'), argument
28 function(x, y, ...) { argument
37 …function(x, y, field, fun='last', background=NA, mask=FALSE, update=FALSE, updateValue='all', file… argument
46 …function(x, y, field, fun='last', background=NA, mask=FALSE, update=FALSE, updateValue='all', file… argument
55 …function(x, y, field, fun='last', background=NA, mask=FALSE, update=FALSE, updateValue='all', file… argument
62 setMethod('rasterize', signature(x='Extent', y='Raster'), argument
[all …]
/dports/math/R-cran-xts/xts/inst/include/
H A DxtsAPI.h45 static SEXP(*fun)(SEXP) = (SEXP(*)(SEXP)) R_GetCCallable("xts","isXts"); in xtsIs() local
55 static SEXP(*fun)(SEXP,SEXP) = (SEXP(*)(SEXP,SEXP)) R_GetCCallable("xts","naCheck"); in xtsNaCheck() local
60 static SEXP(*fun)(SEXP) = (SEXP(*)(SEXP)) R_GetCCallable("xts","tryXts"); in xtsTry() local
64 SEXP attribute_hidden xtsRbind(SEXP x, SEXP y, SEXP dup) { in xtsRbind()
65 static SEXP(*fun)(SEXP, SEXP, SEXP) = in xtsRbind() local
71 static SEXP(*fun)(SEXP) = (SEXP(*)(SEXP)) R_GetCCallable("xts","coredata_xts"); in xtsCoredata() local
91 static SEXP(*fun)(SEXP,SEXP,SEXP,SEXP) = in xtsEndpoints() local
96 SEXP attribute_hidden xtsMerge(SEXP x, SEXP y, SEXP all, SEXP fill, SEXP retclass, in xtsMerge()
99 static SEXP(*fun)(SEXP,SEXP,SEXP,SEXP,SEXP,SEXP,SEXP,SEXP,SEXP,SEXP,SEXP) = in xtsMerge() local
105 static SEXP(*fun)(SEXP) = (SEXP(*)(SEXP)) R_GetCCallable("xts","na_omit_xts"); in xtsNaOmit() local
[all …]
/dports/devel/luabind/luabind-0.9.1/examples/glut/
H A Dglut_bind.cpp32 void set_displayfunc(object const& fun) in set_displayfunc()
45 void set_idlefunc(object const& fun) in set_idlefunc()
59 void set_reshapefunc(object const& fun) in set_reshapefunc()
66 void keyboardfunc_callback(unsigned char key, int x, int y) in keyboardfunc_callback()
71 void set_keyboardfunc(object const& fun) in set_keyboardfunc()
79 void mousefunc_callback(int button, int state, int x, int y) in mousefunc_callback()
84 void set_mousefunc(object const& fun) in set_mousefunc()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/examples/glut/
H A Dglut_bind.cpp32 void set_displayfunc(object const& fun) in set_displayfunc()
45 void set_idlefunc(object const& fun) in set_idlefunc()
59 void set_reshapefunc(object const& fun) in set_reshapefunc()
66 void keyboardfunc_callback(unsigned char key, int x, int y) in keyboardfunc_callback()
71 void set_keyboardfunc(object const& fun) in set_keyboardfunc()
79 void mousefunc_callback(int button, int state, int x, int y) in mousefunc_callback()
84 void set_mousefunc(object const& fun) in set_mousefunc()
/dports/devel/R-cran-Rcpp/Rcpp/inst/examples/FastLM/
H A DfastLMviaArmadillo.r26 checkLmArmadillo <- function(y, X) { argument
27 fun <- lmArmadillo() functionVar
35 timeLmArmadillo <- function(y, X, N) { argument
36 fun <- lmArmadillo(); functionVar
45 y <- as.numeric(X %*% truecoef + rnorm(n)) globalVar
H A DfastLMviaGSL.r27 checkLmGSL <- function(y, X) { argument
28 fun <- lmGSL() functionVar
36 timeLmGSL <- function(y, X, N) { argument
37 fun <- lmGSL(); functionVar
46 y <- as.numeric(X %*% truecoef + rnorm(n)) globalVar
/dports/devel/R-cran-future.apply/future.apply/tests/
H A Dfuture_vapply.R11 fun <- is.factor globalVar
20 fun <- is.numeric globalVar
29 fun <- identity globalVar
38 df <- data.frame(x = 1:10, y = letters[1:10], stringsAsFactors=FALSE) nameattr
39 fun <- class globalVar
48 fun <- function(x) double(0L) function
64 fun <- sqrt globalVar
72 fun <- function(x) c(x, x^2) function
97 fun <- function(x) { function
127 f <- function(x, y) outer(rep(x, length.out = 3L), y) argument
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A DChecked_Number_inlines.hh88 ::Checked_Number(const Checked_Number<From, From_Policy>& y, in Checked_Number()
103 ::Checked_Number(const Checked_Number<From, From_Policy>& y) { in Checked_Number()
171 Checked_Number<T, Policy>::Checked_Number(const char* y) { in Checked_Number()
468 #define PPL_DEFINE_INCREMENT(f, fun) \ argument
499 Checked_Number<T, Policy>::operator=(const From& y) { in operator =()
504 #define PPL_DEFINE_BINARY_OP_ASSIGN(f, fun) \ argument
539 #define PPL_DEFINE_BINARY_OP(f, fun) \ argument
633 #define PPL_DEFINE_ASSIGN_FUN2_1(f, fun) \ argument
640 #define PPL_DEFINE_ASSIGN_FUN2_2(f, fun) \ argument
647 #define PPL_DEFINE_ASSIGN_FUN3_3(f, fun) \ argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/test/Semantics/
H A Dselecttype03.f9086 function fun(i) function
87 class(t1),pointer :: fun local
111 subroutine sub_with_in_and_inout_param(y, z) argument
112 type(t2), INTENT(IN) :: y local
117 subroutine sub_with_in_and_inout_param_vector(y, z) argument
118 type(t2),DIMENSION(:), INTENT(IN) :: y local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dselecttype03.f9087 function fun(i) function
88 class(t1),pointer :: fun local
112 subroutine sub_with_in_and_inout_param(y, z) argument
113 type(t2), INTENT(IN) :: y local
118 subroutine sub_with_in_and_inout_param_vector(y, z) argument
119 type(t2),DIMENSION(:), INTENT(IN) :: y local
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dselecttype03.f9086 function fun(i) function
87 class(t1),pointer :: fun local
111 subroutine sub_with_in_and_inout_param(y, z) argument
112 type(t2), INTENT(IN) :: y local
117 subroutine sub_with_in_and_inout_param_vector(y, z) argument
118 type(t2),DIMENSION(:), INTENT(IN) :: y local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Dselecttype03.f9086 function fun(i) function
87 class(t1),pointer :: fun local
111 subroutine sub_with_in_and_inout_param(y, z) argument
112 type(t2), INTENT(IN) :: y local
117 subroutine sub_with_in_and_inout_param_vector(y, z) argument
118 type(t2),DIMENSION(:), INTENT(IN) :: y local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dselecttype03.f9087 function fun(i) function
88 class(t1),pointer :: fun local
112 subroutine sub_with_in_and_inout_param(y, z) argument
113 type(t2), INTENT(IN) :: y local
118 subroutine sub_with_in_and_inout_param_vector(y, z) argument
119 type(t2),DIMENSION(:), INTENT(IN) :: y local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dselecttype03.f9086 function fun(i) function
87 class(t1),pointer :: fun local
111 subroutine sub_with_in_and_inout_param(y, z) argument
112 type(t2), INTENT(IN) :: y local
117 subroutine sub_with_in_and_inout_param_vector(y, z) argument
118 type(t2),DIMENSION(:), INTENT(IN) :: y local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Semantics/
H A Dselecttype03.f9086 function fun(i) function
87 class(t1),pointer :: fun local
111 subroutine sub_with_in_and_inout_param(y, z) argument
112 type(t2), INTENT(IN) :: y local
117 subroutine sub_with_in_and_inout_param_vector(y, z) argument
118 type(t2),DIMENSION(:), INTENT(IN) :: y local
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dselecttype03.f9087 function fun(i) function
88 class(t1),pointer :: fun local
112 subroutine sub_with_in_and_inout_param(y, z) argument
113 type(t2), INTENT(IN) :: y local
118 subroutine sub_with_in_and_inout_param_vector(y, z) argument
119 type(t2),DIMENSION(:), INTENT(IN) :: y local

12345678910>>...89