Searched refs:forall (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | forall01.f90 | 6 forall (i=1:8, i=1:9) a(i) = i 9 forall (i=1:8, i=1:9) 11 end forall 12 forall (j=1:8) 15 forall (j=1:9) 16 end forall 17 end forall 23 forall (i=1:10) 26 end forall 28 forall (j=1:10, f_impure(1)>2) [all …]
|
D | resolve35.f90 | 25 forall(x=1:10, y=1:10) 27 end forall 29 forall(x=1:10, y=1:10) a(x, y) = b(x, y) 37 forall(x=1:10) 41 end forall 43 forall(y=1:10) 47 end forall 49 forall(i=1:10) 51 end forall 59 forall(t=1:n) x(t) = 0.0 [all …]
|
D | call11.f90 | 32 forall (j=1:1) 35 end forall 36 forall (j=1:1) 39 end forall 52 forall (j=1:1) 54 end forall 55 forall (j=1:1) 58 end forall 74 forall (i=1:10) 76 end forall [all …]
|
D | symbol09.f90 | 10 forall(i=1:10) 15 end forall 19 forall(i=1:10)a(i) = b(i)
|
D | canondo17.f90 | 22 forall (i = 1:10, j = 1:10, b(i, j) /= 0.0) 25 01 end forall
|
/external/llvm-project/flang/test/Lower/ |
D | pre-fir-tree02.f90 | 132 forall (i = 1:5) x(i) = y(i) 136 forall (i = 1:5) 140 end forall
|
/external/llvm-project/openmp/libomptarget/test/mapping/ |
D | lambda_mapping.cpp | 10 inline void forall(int Begin, int End, LOOP_BODY LoopBody) { in forall() function 34 forall(0, N, [&](int I) { C[I] += A[I] + B[I]; }); in main()
|
/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | mulmod-ppro.txt | 154 forall x y z:Q, x + z < y <-> x < y - z. 165 forall x y z:Q, 0 < z -> (x < y <-> x * z < y * z). 179 forall (a b c d:Q), 189 forall (p q r:Q), 226 forall (p q r:Q),
|
/external/llvm-project/flang/docs/ |
D | f2018-grammar.md | 48 where-construct | forall-construct 58 wait-stmt | where-stmt | write-stmt | computed-goto-stmt | forall-stmt 436 R1050 forall-construct -> 437 forall-construct-stmt [forall-body-construct]... end-forall-stmt 438 R1051 forall-construct-stmt -> 439 [forall-construct-name :] FORALL concurrent-header 440 R1052 forall-body-construct -> 441 forall-assignment-stmt | where-stmt | where-construct | 442 forall-construct | forall-stmt 443 R1053 forall-assignment-stmt -> assignment-stmt | pointer-assignment-stmt [all …]
|
/external/eigen/unsupported/Eigen/ |
D | Polynomials | 82 \f$ \forall r_i \f$ root of \f$ p(x) = \sum_{k=0}^d a_k x^k \f$, 92 \f$ \forall r_i \neq 0 \f$ root of \f$ p(x) = \sum_{k=0}^d a_k x^k \f$, 116 \f$ \forall i,j \in [1;d],~ \| r_i \| \neq \| r_j \| \f$.
|
/external/llvm-project/flang/lib/Semantics/ |
D | canonicalize-do.cpp | 72 [&](common::Indirection<ForallConstruct> &forall) { in Post() argument 74 std::get<Statement<EndForallStmt>>(forall.value().t)); in Post()
|
D | CMakeLists.txt | 17 check-do-forall.cpp
|
/external/libcups/examples/ |
D | postscript.drv | 41 } bind forall = flush pop pop
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 218 forall=8704 key
|
/external/libcups/filter/ |
D | postscript-driver.shtml | 75 } bind forall = flush pop pop 172 } bind forall = flush pop pop
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | implementation.tex | 1984 (\forall p : j_p - i_p = M_p \alpha_p) 2001 (\forall p : j_p - i_p = M_p \alpha_p) 2029 (\forall p : j_p - i_p = M_p \alpha_p)
|
/external/mtools/ |
D | texinfo.tex | 11084 \DeclareUnicodeCharacter{2200}{\ensuremath\forall}%
|