Home
last modified time | relevance | path

Searched defs:dataobjects (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Semantics/
H A Dinit01.f9028 subroutine dataobjects(j) subroutine
29 integer, intent(in) :: j local
30 real, parameter :: x1(*) = [1., 2.]
32 real, parameter :: x2(*,*) = [1., 2.]
34 real, parameter :: x3(j) = [1., 2.]
36 real :: x4(j) = [1., 2.]
38 real :: x5(2,2) = [1., 2., 3., 4.]
39 real :: x6(2,2) = 5.
41 real :: x7 = [1.]
42 real :: x8(2,2) = reshape([1., 2., 3., 4.], [2, 2])
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dinit01.f9028 subroutine dataobjects(j) subroutine
29 integer, intent(in) :: j local
30 real, parameter :: x1(*) = [1., 2.]
32 real, parameter :: x2(*,*) = [1., 2.]
34 real, parameter :: x3(j) = [1., 2.]
36 real :: x4(j) = [1., 2.]
38 real :: x5(2,2) = [1., 2., 3., 4.]
39 real :: x6(2,2) = 5.
41 real :: x7 = [1.]
42 real :: x8(2,2) = reshape([1., 2., 3., 4.], [2, 2])
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dinit01.f9028 subroutine dataobjects(j) subroutine
29 integer, intent(in) :: j local
30 real, parameter :: x1(*) = [1., 2.]
32 real, parameter :: x2(*,*) = [1., 2.]
34 real, parameter :: x3(j) = [1., 2.]
36 real :: x4(j) = [1., 2.]
38 real :: x5(2,2) = [1., 2., 3., 4.]
39 real :: x6(2,2) = 5.
41 real :: x7 = [1.]
42 real :: x8(2,2) = reshape([1., 2., 3., 4.], [2, 2])
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dinit01.f9029 subroutine dataobjects(j) subroutine
30 integer, intent(in) :: j local
31 real, parameter :: x1(*) = [1., 2.]
33 real, parameter :: x2(*,*) = [1., 2.]
35 real, parameter :: x3(j) = [1., 2.]
37 real :: x4(j) = [1., 2.]
39 real :: x5(2,2) = [1., 2., 3., 4.]
40 real :: x6(2,2) = 5.
42 real :: x7 = [1.]
43 real :: x8(2,2) = reshape([1., 2., 3., 4.], [2, 2])
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Dinit01.f9028 subroutine dataobjects(j) subroutine
29 integer, intent(in) :: j local
30 real, parameter :: x1(*) = [1., 2.]
32 real, parameter :: x2(*,*) = [1., 2.]
34 real, parameter :: x3(j) = [1., 2.]
36 real :: x4(j) = [1., 2.]
38 real :: x5(2,2) = [1., 2., 3., 4.]
39 real :: x6(2,2) = 5.
41 real :: x7 = [1.]
42 real :: x8(2,2) = reshape([1., 2., 3., 4.], [2, 2])
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dinit01.f9029 subroutine dataobjects(j) subroutine
30 integer, intent(in) :: j local
31 real, parameter :: x1(*) = [1., 2.]
33 real, parameter :: x2(*,*) = [1., 2.]
35 real, parameter :: x3(j) = [1., 2.]
37 real :: x4(j) = [1., 2.]
39 real :: x5(2,2) = [1., 2., 3., 4.]
40 real :: x6(2,2) = 5.
42 real :: x7 = [1.]
43 real :: x8(2,2) = reshape([1., 2., 3., 4.], [2, 2])
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dinit01.f9029 subroutine dataobjects(j) subroutine
30 integer, intent(in) :: j local
31 real, parameter :: x1(*) = [1., 2.]
33 real, parameter :: x2(*,*) = [1., 2.]
35 real, parameter :: x3(j) = [1., 2.]
37 real :: x4(j) = [1., 2.]
39 real :: x5(2,2) = [1., 2., 3., 4.]
40 real :: x6(2,2) = 5.
42 real :: x7 = [1.]
43 real :: x8(2,2) = reshape([1., 2., 3., 4.], [2, 2])
[all …]
/dports/www/moodle310/moodle/lib/dml/
H A Dpgsql_native_moodle_database.php1095 public function insert_records($table, $dataobjects) {
H A Dmysqli_native_moodle_database.php1424 public function insert_records($table, $dataobjects) {
H A Dmoodle_database.php1824 public function insert_records($table, $dataobjects) {
/dports/www/moodle39/moodle/lib/dml/
H A Dpgsql_native_moodle_database.php1095 public function insert_records($table, $dataobjects) {
H A Dmysqli_native_moodle_database.php1424 public function insert_records($table, $dataobjects) {
H A Dmoodle_database.php1777 public function insert_records($table, $dataobjects) {
/dports/www/moodle311/moodle/lib/dml/
H A Dpgsql_native_moodle_database.php1152 public function insert_records($table, $dataobjects) {
H A Dmysqli_native_moodle_database.php1424 public function insert_records($table, $dataobjects) {
H A Dmoodle_database.php1824 public function insert_records($table, $dataobjects) {