Home
last modified time | relevance | path

Searched refs:f_eval (Results 1 – 25 of 80) sorted by relevance

1234

/dports/math/R-cran-lazyeval/lazyeval/tests/testthat/
H A Dtest-f-eval.R4 expect_error(f_eval(10), "`f` is not a formula")
14 expect_equal(f_eval(f), 110)
18 expect_error(f_eval(~ x, 10), "Do not know how to find data")
24 expect_equal(f_eval(~ x, data), 100)
30 expect_equal(f_eval(~ .data$x, data), 100)
31 expect_equal(f_eval(~ .env$x, data), 10)
35 expect_error(f_eval(~ .data$x, list()), "Variable 'x' not found in data")
41 expect_equal(f_eval(~ uq(quote(x))), 10)
52 expect_equal(f_eval(~ uq(f())), 10)
66 expect_equal(f_eval(~ uq(f1()), data = list(x = 1)), 101)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp70 consteval int f_eval(int i) { in f_eval() function
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
84 auto p = f_eval;
172 return &f_eval; in operator ""_test1()
245 consteval int f_eval(int i) { in f_eval() function
423 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
548 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
567 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()
574 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp70 consteval int f_eval(int i) { in f_eval() function
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
84 auto p = f_eval;
172 return &f_eval; in operator ""_test1()
245 consteval int f_eval(int i) { in f_eval() function
423 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
548 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
567 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()
574 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp70 consteval int f_eval(int i) { in f_eval() function
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
84 auto p = f_eval;
172 return &f_eval; in operator ""_test1()
245 consteval int f_eval(int i) { in f_eval() function
423 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
548 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
567 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()
574 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp70 consteval int f_eval(int i) { in f_eval() function
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
84 auto p = f_eval;
172 return &f_eval; in operator ""_test1()
245 consteval int f_eval(int i) { in f_eval() function
423 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
548 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
567 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()
574 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp70 consteval int f_eval(int i) { in f_eval() function
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
84 auto p = f_eval;
172 return &f_eval; in operator ""_test1()
245 consteval int f_eval(int i) { in f_eval() function
423 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
548 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
567 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()
574 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp70 consteval int f_eval(int i) { in f_eval() function
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
84 auto p = f_eval;
172 return &f_eval; in operator ""_test1()
245 consteval int f_eval(int i) { in f_eval() function
423 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
548 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
567 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()
574 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp70 consteval int f_eval(int i) { in f_eval() function
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
84 auto p = f_eval;
172 return &f_eval; in operator ""_test1()
245 consteval int f_eval(int i) { in f_eval() function
423 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
548 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
567 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()
574 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp70 consteval int f_eval(int i) { in f_eval() function
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
84 auto p = f_eval;
172 return &f_eval; in operator ""_test1()
245 consteval int f_eval(int i) { in f_eval() function
423 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
548 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
567 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()
574 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp70 consteval int f_eval(int i) { in f_eval() function
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
84 auto p = f_eval;
172 return &f_eval; in operator ""_test1()
245 consteval int f_eval(int i) { in f_eval() function
423 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
548 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
567 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()
574 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp70 consteval int f_eval(int i) { in f_eval() function
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
84 auto p = f_eval;
172 return &f_eval; in operator ""_test1()
245 consteval int f_eval(int i) { in f_eval() function
423 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
548 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
567 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()
574 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dcxx2a-consteval.cpp70 consteval int f_eval(int i) { in f_eval() function
79 func_type* p1 = (&f_eval);
81 func_type* p7 = __builtin_addressof(f_eval);
84 auto p = f_eval;
172 return &f_eval; in operator ""_test1()
245 consteval int f_eval(int i) { in f_eval() function
423 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
548 consteval int f_eval() { // expected-note+ {{declared here}} in f_eval() function
567 { Copy c((Copy(&f_eval))); }// expected-error {{cannot take address of consteval}} in test()
574 { Copy c = Copy(Copy(&f_eval)); }// expected-error {{cannot take address of consteval}} in test()
[all …]
/dports/math/R-cran-lazyeval/lazyeval/inst/doc/
H A Dlazyeval.R91 f_eval(f)
100 f_eval(add_1000(3))
107 f_eval(~ y)
108 f_eval(~ y, data = list(y = 10))
125 f_eval(~ .env$x, data = mydata)
126 f_eval(~ .data$x, data = mydata)
129 f_eval(~ .env$z, data = mydata)
130 f_eval(~ .data$z, data = mydata)
166 f_eval(~ f(10), list(f = "a"))
170 rows <- f_eval(condition, df)
[all …]
H A Dlazyeval.Rmd197 f_eval(f)
209 f_eval(add_1000(3))
224 f_eval(~ y)
225 f_eval(~ y, data = list(y = 10))
242 f_eval(~ x, data = mydata)
258 f_eval(~ .env$x, data = mydata)
259 f_eval(~ .data$x, data = mydata)
265 f_eval(~ .env$z, data = mydata)
266 f_eval(~ .data$z, data = mydata)
369 rows <- f_eval(condition, df)
[all …]
/dports/math/R-cran-lazyeval/lazyeval/man/
H A Df_eval.Rd6 \alias{f_eval}
14 f_eval(f, data = NULL)
25 \code{f_eval} work for your own objects, you can define a method for this
48 f_eval(~ 1 + 2 + 3)
57 f_eval(f)
59 # If you supply data, f_eval will look their first:
60 f_eval(~ cyl, mtcars)
65 f_eval(~ .data$cyl, mtcars)
66 f_eval(~ .env$cyl, mtcars)
69 f_eval(~ mean(cyl), mtcars)
[all …]
/dports/math/gsl/gsl-2.7/min/
H A Dquad_golden.c143 double x_eval, f_eval; in quad_golden_iterate() local
268 SAFE_FUNC_CALL(f, x_eval, &f_eval); in quad_golden_iterate()
271 if (f_eval <= f_m) in quad_golden_iterate()
291 *f_minimum = f_eval; in quad_golden_iterate()
298 *f_lower = f_eval; in quad_golden_iterate()
303 *f_upper = f_eval; in quad_golden_iterate()
306 if (f_eval <= f_small || fabs (x_small - x_m) < 2.0 * GSL_DBL_EPSILON) in quad_golden_iterate()
312 state->f_small = f_eval; in quad_golden_iterate()
314 else if (f_eval <= f_prev_small || in quad_golden_iterate()
319 state->f_prev_small = f_eval; in quad_golden_iterate()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmpz_poly_bivariate.c294 mpz_poly f_eval; in mpz_poly_bivariate_resultant_y() local
296 mpz_poly_init(f_eval, -1); in mpz_poly_bivariate_resultant_y()
304 mpz_poly_bivariate_eval_x(f_eval, f, x[i]); in mpz_poly_bivariate_resultant_y()
309 mpz_poly_bivariate_eval_x(f_eval, f, x[i]); in mpz_poly_bivariate_resultant_y()
312 mpz_poly_resultant(resultants[i], f_eval, g_eval); in mpz_poly_bivariate_resultant_y()
317 mpz_poly_clear(f_eval); in mpz_poly_bivariate_resultant_y()
333 mpz_poly f_eval; in mpz_poly_bivariate_resultant_x() local
335 mpz_poly_init(f_eval, -1); in mpz_poly_bivariate_resultant_x()
343 mpz_poly_bivariate_eval_y(f_eval, f, y[i]); in mpz_poly_bivariate_resultant_x()
348 mpz_poly_bivariate_eval_y(f_eval, f, y[i]); in mpz_poly_bivariate_resultant_x()
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/mix/functor/
H A Dfinite_diff_hessian_auto_test.cpp35 double f_eval; in TEST() local
46 stan::math::gradient(f, f_vec, f_eval, grad_f); in TEST()
71 double f_eval(0); in TEST() local
86 stan::math::hessian(f, f_vec, f_eval, grad_f, H_f); in TEST()
90 EXPECT_FLOAT_EQ(f_eval, f_fin_diff_eval); in TEST()
99 EXPECT_FLOAT_EQ(f_eval, f_fin_diff_eval); in TEST()
139 double f_eval(0); in TEST() local
142 stan::math::grad_hessian(f, f_vec, f_eval, H_f, grad_H_f); in TEST()
153 EXPECT_FLOAT_EQ(f_eval, f_fin_diff_eval); in TEST()
/dports/math/R-cran-lazyeval/lazyeval/vignettes/
H A Dlazyeval.Rmd197 f_eval(f)
209 f_eval(add_1000(3))
224 f_eval(~ y)
225 f_eval(~ y, data = list(y = 10))
242 f_eval(~ x, data = mydata)
258 f_eval(~ .env$x, data = mydata)
259 f_eval(~ .data$x, data = mydata)
265 f_eval(~ .env$z, data = mydata)
266 f_eval(~ .data$z, data = mydata)
369 rows <- f_eval(condition, df)
[all …]
/dports/math/stanmath/math-4.2.0/stan/math/rev/functor/
H A Dkinsol_data.hpp64 static int kinsol_f_system(const N_Vector x, const N_Vector f_eval, in kinsol_f_system() argument
72 Eigen::Map<Eigen::VectorXd> f_eval_map(N_VGetArrayPointer(f_eval), in kinsol_f_system()
97 static int kinsol_jacobian(const N_Vector x, const N_Vector f_eval, in kinsol_jacobian() argument
105 Eigen::Map<Eigen::VectorXd> f_eval_map(N_VGetArrayPointer(f_eval), in kinsol_jacobian()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/
H A DPluginFit.cpp108 f_eval = (fitFunctionEval) lib.resolve("function_eval"); in load()
109 if (!f_eval) in load()
148 Y[i]= f_eval(x, d_results); in calculateFitCurveData()
154 Y[i]= f_eval(x, d_results); in calculateFitCurveData()
H A DPluginFit.h47 double eval(double *par, double x){return f_eval(x, par);}; in eval()
53 fitFunctionEval f_eval; variable
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DPluginFit.cpp108 f_eval = (fitFunctionEval)lib.resolve("function_eval"); in load()
109 if (!f_eval) in load()
157 Y[i] = f_eval(X[i], const_cast<double *>(&par[0])); in calculateFitCurveData()
/dports/science/siconos/siconos-4.4.0/numerics/swig/tests/plugins/
H A DZhuravlevIvanov.cpp52 unsigned int f_eval; member
73 d->f_eval += 1; in compute_F()
113 d->f_eval += 1; in compute_Fmcp()
/dports/math/cppad/CppAD-20210000.8/example/multi_thread/
H A Dmulti_newton.cpp766 Float f_eval(Float x) in f_eval() function
794 Y[0] = f_eval(X[0]); in fun_ad()
806 { f = f_eval(x); in fun_no()

1234