Home
last modified time | relevance | path

Searched refs:EVAL2 (Results 1 – 13 of 13) sorted by relevance

/dports/math/adept/adept-2.0.8/test/
H A Dtest_fixed_arrays.cpp59 #define EVAL2(MESSAGE, TYPEX, X, TYPEY, Y, EXPR) \ in main() macro
267 EVAL2("Vector assignment to vector", myVector3, v, myVector3, w, v = w); in main()
271 EVAL2("Matrix = scalar", myMatrix23, M, myReal, x, M = x); in main()
275 EVAL2("max", myVector3, v, myVector3, w, v = max(v,w/3.0)); in main()
276 EVAL2("min", myVector3, v, myVector3, w, v = min(v,w/3.0)); in main()
312 EVAL2("full reduction", myReal, x, myMatrix23, M, x = sum(M)); in main()
315 EVAL2("maxval", myVector2, z, myMatrix23, M, z = maxval(M,1)); in main()
316 EVAL2("minval", myVector2, z, myMatrix23, M, z = minval(M,1)); in main()
335 EVAL2("SymmMatrix as rvalue", myMatrix33, S, mySymmMatrix, O, S = O); in main()
336 EVAL2("DiagMatrix as rvalue", myMatrix33, S, myDiagMatrix, D, S = D); in main()
[all …]
H A Dtest_arrays.cpp116 #define EVAL2(MESSAGE, TYPEX, X, INITX, TYPEY, Y, EXPR) \ in main() macro
451 EVAL2("Matrix = scalar", myMatrix, M, true, myReal, x, M = x); in main()
455 EVAL2("max", myVector, v, true, myVector, w, v = max(v,w/3.0)); in main()
456 EVAL2("min", myVector, v, true, myVector, w, v = min(v,w/3.0)); in main()
506 EVAL2("full sum", myReal, x, true, myMatrix, M, x = sum(M)); in main()
507 EVAL2("full product", myReal, x, true, myMatrix, M, x = product(M)); in main()
509 EVAL2("full maxval", myReal, x, true, myMatrix, M, x = maxval(-M)); in main()
510 EVAL2("full minval", myReal, x, true, myMatrix, M, x = minval(-M)); in main()
512 EVAL2("full norm2", myReal, x, true, myMatrix, M, x = norm2(M)); in main()
522 EVAL2("all reduction", bool, b, true, myMatrix, M, b = all(M > 8.0)); in main()
[all …]
H A Dtest_constructors.cpp93 EVAL2("Passing Vector as argument to Vector copy constructor", in main()
133 EVAL2("Passing Vector to assignment operator", in main()
135 EVAL2("Passing const Vector to assignment operator", in main()
137 EVAL2("Passing Vector rvalue to assignment operator", in main()
139 EVAL2("Passing const-Vector rvalue to assignment operator", in main()
141 EVAL2("Passing Expression to assignment operator", in main()
154 EVAL2("Passing Vector as argument to function taking Vector", in main()
177 EVAL2("Linking to Vector", in main()
187 EVAL2("Linking to Vector rvalue", in main()
214 EVAL2("Passing Vector as argument to function taking Vector", in main()
[all …]
/dports/security/afl++/AFLplusplus-3.14c/qemu_mode/libqasan/
H A Dmap_macro.h34 #define EVAL2(...) EVAL1(EVAL1(EVAL1(__VA_ARGS__))) macro
35 #define EVAL3(...) EVAL2(EVAL2(EVAL2(__VA_ARGS__)))
/dports/games/xonotic/Xonotic/source/qcsrc/lib/
H A Dmisc.qh5 #define EVAL1(...) EVAL2(EVAL2(EVAL2(__VA_ARGS__)))
6 #define EVAL2(...) EVAL3(EVAL3(EVAL3(__VA_ARGS__)))
/dports/math/reduce/Reduce-svn5758-src/doc/manual/
H A Dcoeff2.tex26 %\textbf{COEFF2 Package} \quad ( \textsf{COEFF2, NM, EVAL2, RESET} )\\[\baselineskip]
29 \ttindextype{EVAL2}{operator}
77 by \f{EVAL2} operator.
80 \texttt{EVAL2(}\meta{EXPRN:rational}\texttt{)}\,:\,\textit{algebraic}
/dports/math/py-algopy/algopy-0.5.7/documentation/sphinx/speed_comparison/
H A Drun_benchmarks.py50 t = time.time(); a = use_algopy.EVAL2(f, np.ones(N), test='f'); preproc_time = time.time() - t
102 t = time.time(); a = use_algopy.EVAL2(f, np.ones(N), test='g'); preproc_time = time.time() - t
108 t = time.time(); a = use_algopy.EVAL2(f, np.ones(N), test='fg'); preproc_time = time.time() - t
166 t = time.time(); a = use_algopy.EVAL2(f, np.ones(N), test='fh'); preproc_time = time.time() - t
172 t = time.time(); a = use_algopy.EVAL2(f, np.ones(N), test='h'); preproc_time = time.time() - t
H A Duse_algopy.py29 class EVAL2: class
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/deps/micro-ecc/
H A DuECC.c23 #define EVAL1(...) EVAL2(EVAL2(EVAL2(EVAL2(__VA_ARGS__))))
24 #define EVAL2(...) EVAL3(EVAL3(EVAL3(EVAL3(__VA_ARGS__)))) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/bpf/
H A Dcore.c1724 #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) macro
1725 #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y)
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/bpf/
H A Dcore.c1724 #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) macro
1725 #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y)
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/bpf/
H A Dcore.c1724 #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) macro
1725 #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y)
/dports/lang/intercal/intercal-0.31/pit/
H A Dunlambda.doc569 PLEASE NOTE EVAL2=1 APPLY=2