Home
last modified time | relevance | path

Searched refs:funcE (Results 1 – 25 of 50) sorted by relevance

12

/dports/finance/R-cran-fGarch/fGarch/R/
H A Dgarch-Stats.R68 funcE = (abs(x) - gamma*x)^delta functionVar
73 fun = funcE * dnorm(x)
76 fun = funcE * dged(x, nu = shape)
79 fun = funcE * dstd(x, nu = shape)
82 fun = funcE * dsnorm(x, xi = skew)
85 fun = funcE * dsged(x, nu = shape, xi = skew)
88 fun = funcE * dsstd(x, nu = shape, xi = skew)
91 fun = funcE * dsnig(x, zeta = shape, rho = skew)
/dports/math/freefem++/FreeFem-sources-4.6/examples/hpddm/
H A Dtoy-Tao-PETSc.edp33 func real[int] funcE(real[int]& in) {
73 …tor_mat_solver_type mumps", HessianRoutine = funcH, EqualityConstraints = funcE, JacobianEquality …
74 …cout << "J([" << x[0] << ", " << x[1] << "]) = " << J(x) << ", E(x) = " << funcE(x)[0] << " (= 0)"…
121 …tor_mat_solver_type mumps", HessianRoutine = funcH, EqualityConstraints = funcE, JacobianEquality …
122 …cout << "J([" << x[0] << ", " << x[1] << "]) = " << J(x) << ", E(x) = " << funcE(x)[0] << " (= 0),…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/lang/clang-mesa/clang-13.0.1.src/test/Parser/
H A Dcxx-using-declaration.cpp33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
36 using E::funcE<int>; // expected-error{{using declaration cannot refer to a template specialization…
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc1637.vhd72 function funcE return ENUM;
95 function funcE return ENUM is function
160 assert (funcE = CONSTE);
172 VARE := funcE;
193 (funcE = CONSTE) and
215 (funcE = CONSTE) and
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dno_callconv.cpp18 void __attribute__((fastcall)) funcE() {} // expected-error {{'fastcall' calling convention is not … in funcE() function
39 void __attribute__((fastcall)) funcE() {} // expected-warning {{'fastcall' calling convention is no… in funcE() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dno_callconv.cpp18 void __attribute__((fastcall)) funcE() {} // expected-error {{'fastcall' calling convention is not … in funcE() function
39 void __attribute__((fastcall)) funcE() {} // expected-warning {{'fastcall' calling convention is no… in funcE() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dno_callconv.cpp18 void __attribute__((fastcall)) funcE() {} // expected-error {{'fastcall' calling convention is not … in funcE() function
39 void __attribute__((fastcall)) funcE() {} // expected-warning {{'fastcall' calling convention is no… in funcE() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dno_callconv.cpp18 void __attribute__((fastcall)) funcE() {} // expected-error {{'fastcall' calling convention is not … in funcE() function
39 void __attribute__((fastcall)) funcE() {} // expected-warning {{'fastcall' calling convention is no… in funcE() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dno_callconv.cpp18 void __attribute__((fastcall)) funcE() {} // expected-error {{'fastcall' calling convention is not … in funcE() function
39 void __attribute__((fastcall)) funcE() {} // expected-warning {{'fastcall' calling convention is no… in funcE() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dno_callconv.cpp18 void __attribute__((fastcall)) funcE() {} // expected-error {{'fastcall' calling convention is not … in funcE() function
39 void __attribute__((fastcall)) funcE() {} // expected-warning {{'fastcall' calling convention is no… in funcE() function

12