Home
last modified time | relevance | path

Searched refs:a_first_row (Results 1 – 24 of 24) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dcp_gemm_interface.F58 matrix_c, a_first_col, a_first_row, b_first_col, b_first_row, & argument
66 INTEGER, INTENT(IN), OPTIONAL :: a_first_col, a_first_row, b_first_col, & local
85 IF (PRESENT(a_first_row)) my_multi = do_pdgemm
132 a_first_row=a_first_row, &
H A Dmp2_cphf.F668 a_first_row=1, &
677 a_first_row=1, &
687 a_first_row=1, &
696 a_first_row=1, &
706 a_first_row=1, &
715 a_first_row=1, &
725 a_first_row=1, &
734 a_first_row=1, &
1266 a_first_row=1, &
1274 a_first_row=1, &
[all …]
H A Dmp2_ri_grad.F1776 a_first_row=1, &
1786 a_first_row=1, &
1996 a_first_row=1, &
2006 a_first_row=1, &
2016 a_first_row=1, &
2031 a_first_row=1, &
2041 a_first_row=1, &
2051 a_first_row=1, &
2073 a_first_row=1, &
2082 a_first_row=1, &
[all …]
H A Dminbas_methods.F242 a_first_row=homo + 1, b_first_row=homo + 1)
268 a_first_row=homo + 1)
H A Dqs_loc_methods.F336 a_first_col=1, a_first_row=1, b_first_col=1, b_first_row=1)
340 a_first_col=1, a_first_row=isgf, b_first_col=1, b_first_row=isgf)
343 a_first_col=isgf, a_first_row=1, b_first_col=1, b_first_row=isgf)
347 a_first_col=1, a_first_row=1, b_first_col=1, b_first_row=1)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcp_gemm_interface.F58 matrix_c, a_first_col, a_first_row, b_first_col, b_first_row, & argument
66 INTEGER, INTENT(IN), OPTIONAL :: a_first_col, a_first_row, b_first_col, & local
85 IF (PRESENT(a_first_row)) my_multi = do_pdgemm
132 a_first_row=a_first_row, &
H A Dmp2_cphf.F668 a_first_row=1, &
677 a_first_row=1, &
687 a_first_row=1, &
696 a_first_row=1, &
706 a_first_row=1, &
715 a_first_row=1, &
725 a_first_row=1, &
734 a_first_row=1, &
1266 a_first_row=1, &
1274 a_first_row=1, &
[all …]
H A Dmp2_ri_grad.F1769 a_first_row=1, &
1779 a_first_row=1, &
1989 a_first_row=1, &
1999 a_first_row=1, &
2009 a_first_row=1, &
2024 a_first_row=1, &
2034 a_first_row=1, &
2044 a_first_row=1, &
2066 a_first_row=1, &
2075 a_first_row=1, &
[all …]
H A Dminbas_methods.F242 a_first_row=homo + 1, b_first_row=homo + 1)
268 a_first_row=homo + 1)
H A Dqs_loc_methods.F334 a_first_col=1, a_first_row=1, b_first_col=1, b_first_row=1)
337 a_first_col=1, a_first_row=isgf, b_first_col=1, b_first_row=isgf)
340 a_first_col=1, a_first_row=isgf, b_first_col=1, b_first_row=isgf)
343 a_first_col=1, a_first_row=1, b_first_col=1, b_first_row=1)
/dports/science/cp2k-data/cp2k-7.1.0/src/fm/
H A Dcp_fm_basic_linalg.F364 matrix_c, a_first_col, a_first_row, b_first_col, b_first_row, & argument
373 INTEGER, INTENT(IN), OPTIONAL :: a_first_col, a_first_row, & local
403 IF (PRESENT(a_first_row)) THEN
404 i_a = a_first_row
1765 … C_re, C_im, a_first_col, a_first_row, b_first_col, b_first_row, c_first_col, & argument
1773 INTEGER, INTENT(IN), OPTIONAL :: a_first_col, a_first_row, b_first_col, & local
1785 a_first_row=a_first_row, &
1792 a_first_row=a_first_row, &
1799 a_first_row=a_first_row, &
1806 a_first_row=a_first_row, &
H A Dcp_cfm_basic_linalg.F487 … matrix_c, a_first_col, a_first_row, b_first_col, b_first_row, c_first_col, & argument
495 INTEGER, INTENT(in), OPTIONAL :: a_first_col, a_first_row, b_first_col, & local
513 IF (PRESENT(a_first_row)) THEN
514 i_a = a_first_row
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Symbol/
H A DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
363 if (a_first_row.get() && b_first_row.get()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
367 a_first_row->GetRegisterInfo(pc_reg_lldb_regnum, a_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
372 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Symbol/
H A DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
363 if (a_first_row.get() && b_first_row.get()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
367 a_first_row->GetRegisterInfo(pc_reg_lldb_regnum, a_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
372 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Symbol/
H A DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
363 if (a_first_row.get() && b_first_row.get()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
367 a_first_row->GetRegisterInfo(pc_reg_lldb_regnum, a_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
372 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Symbol/
H A DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
363 if (a_first_row.get() && b_first_row.get()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
367 a_first_row->GetRegisterInfo(pc_reg_lldb_regnum, a_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
372 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
363 if (a_first_row.get() && b_first_row.get()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
367 a_first_row->GetRegisterInfo(pc_reg_lldb_regnum, a_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
372 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Symbol/
H A DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
363 if (a_first_row.get() && b_first_row.get()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
367 a_first_row->GetRegisterInfo(pc_reg_lldb_regnum, a_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
372 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Symbol/
H A DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
363 if (a_first_row.get() && b_first_row.get()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
367 a_first_row->GetRegisterInfo(pc_reg_lldb_regnum, a_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
372 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Symbol/
H A DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
363 if (a_first_row.get() && b_first_row.get()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
367 a_first_row->GetRegisterInfo(pc_reg_lldb_regnum, a_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
372 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
363 if (a_first_row.get() && b_first_row.get()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
367 a_first_row->GetRegisterInfo(pc_reg_lldb_regnum, a_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
372 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Symbol/
H A DFuncUnwinders.cpp360 UnwindPlan::RowSP a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
363 if (a_first_row.get() && b_first_row.get()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
367 a_first_row->GetRegisterInfo(pc_reg_lldb_regnum, a_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
372 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/fm/
H A Dcp_fm_basic_linalg.F365 matrix_c, a_first_col, a_first_row, b_first_col, b_first_row, & argument
374 INTEGER, INTENT(IN), OPTIONAL :: a_first_col, a_first_row, & local
404 IF (PRESENT(a_first_row)) THEN
405 i_a = a_first_row
1856 … C_re, C_im, a_first_col, a_first_row, b_first_col, b_first_row, c_first_col, & argument
1864 INTEGER, INTENT(IN), OPTIONAL :: a_first_col, a_first_row, b_first_col, & local
1876 a_first_row=a_first_row, &
1883 a_first_row=a_first_row, &
1890 a_first_row=a_first_row, &
1897 a_first_row=a_first_row, &
H A Dcp_cfm_basic_linalg.F487 … matrix_c, a_first_col, a_first_row, b_first_col, b_first_row, c_first_col, & argument
495 INTEGER, INTENT(in), OPTIONAL :: a_first_col, a_first_row, b_first_col, & local
513 IF (PRESENT(a_first_row)) THEN
514 i_a = a_first_row