Home
last modified time | relevance | path

Searched refs:col_0 (Results 1 – 25 of 103) sorted by relevance

12345

/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/riscv/insns/
H A Daes64im.h7 uint32_t col_0 = RS1 & 0xFFFFFFFF; variable
10 col_0 = AES_INVMIXCOLUMN(col_0);
13 uint64_t result= ((uint64_t)col_1 << 32) | col_0;
H A Daes64dsm.h20 uint32_t col_0 = temp & 0xFFFFFFFF; variable
23 col_0 = AES_INVMIXCOLUMN(col_0);
26 uint64_t result= ((uint64_t)col_1 << 32) | col_0;
H A Daes64esm.h20 uint32_t col_0 = temp & 0xFFFFFFFF; variable
23 col_0 = AES_MIXCOLUMN(col_0);
26 uint64_t result= ((uint64_t)col_1 << 32) | col_0;
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Transformation/src/
H A DSimilarityTransformation.cc179 Vector col_0, col_1, col_2; in UpdateDOFs() local
180 col_0.Initialize(3); in UpdateDOFs()
184 col_0(i) = copy(i, 0); in UpdateDOFs()
190 _Param[SG] = col_0.Norm(); in UpdateDOFs()
191 col_0 /= _Param[SG]; in UpdateDOFs()
202 if (col_0.ScalarProduct(col_1_x_col_2) < 0) { in UpdateDOFs()
204 col_0 *= -1; in UpdateDOFs()
214 copy(i, 0) = col_0(i); in UpdateDOFs()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/lib/
H A Dags_solver_matrix_test.c222 AgsSolverVector *col_0, *col_1; in ags_solver_matrix_test_remove_vector() local
226 col_0 = ags_solver_vector_new(); in ags_solver_matrix_test_remove_vector()
228 col_0, in ags_solver_matrix_test_remove_vector()
236 CU_ASSERT(solver_matrix->term_table[0] == col_0); in ags_solver_matrix_test_remove_vector()
240 col_0); in ags_solver_matrix_test_remove_vector()
/dports/science/hypre/hypre-2.23.0/src/IJ_mv/
H A DIJMatrix_isis.c360 HYPRE_BigInt col_0, col_n; in hypre_IJMatrixInsertRowISIS() local
392 col_0 = col_starts[my_id]; in hypre_IJMatrixInsertRowISIS()
468 diag_j[indx_0] = (HYPRE_Int)(indices[i] - col_0); in hypre_IJMatrixInsertRowISIS()
473 diag_j[diag_indx] = (HYPRE_Int)(indices[i] - col_0); in hypre_IJMatrixInsertRowISIS()
510 HYPRE_BigInt col_0, col_n; in hypre_IJMatrixAddToRowISIS() local
547 col_0 = col_starts[my_id]; in hypre_IJMatrixAddToRowISIS()
670 diag_j[indx_0] = (HYPRE_Int)(indices[i] - col_0); in hypre_IJMatrixAddToRowISIS()
785 HYPRE_BigInt col_0, col_n; in hypre_IJMatrixAssembleISIS() local
795 col_0 = col_starts[my_id]; in hypre_IJMatrixAssembleISIS()
805 if (local_j[j] < col_0 || local_j[j] > col_n) in hypre_IJMatrixAssembleISIS()
[all …]
H A DIJMatrix_petsc.c367 HYPRE_BigInt col_0, col_n; in hypre_IJMatrixInsertRowPETSc() local
399 col_0 = col_starts[my_id]; in hypre_IJMatrixInsertRowPETSc()
475 diag_j[indx_0] = (HYPRE_Int)(indices[i] - col_0); in hypre_IJMatrixInsertRowPETSc()
480 diag_j[diag_indx] = (HYPRE_Int)(indices[i] - col_0); in hypre_IJMatrixInsertRowPETSc()
518 HYPRE_BigInt col_0, col_n; in hypre_IJMatrixAddToRowPETSc() local
555 col_0 = col_starts[my_id]; in hypre_IJMatrixAddToRowPETSc()
678 diag_j[indx_0] = (HYPRE_Int)(indices[i] - col_0); in hypre_IJMatrixAddToRowPETSc()
794 HYPRE_BigInt col_0, col_n; in hypre_IJMatrixAssemblePETSc() local
804 col_0 = col_starts[my_id]; in hypre_IJMatrixAssemblePETSc()
814 if (local_j[j] < col_0 || local_j[j] > col_n) in hypre_IJMatrixAssemblePETSc()
[all …]
H A DIJMatrix_parcsr.c447 col_0 = col_starts[0]; in hypre_IJMatrixGetValuesParCSR()
615 HYPRE_BigInt col_0, col_n, row; in hypre_IJMatrixSetValuesParCSR() local
653 col_0 = col_partitioning[0]; in hypre_IJMatrixSetValuesParCSR()
1097 HYPRE_BigInt col_0, col_n; in hypre_IJMatrixAddToValuesParCSR() local
1134 col_0 = col_partitioning[0]; in hypre_IJMatrixAddToValuesParCSR()
2501 HYPRE_BigInt col_0, col_n; in hypre_IJMatrixAssembleParCSR() local
2613 col_0 = col_partitioning[0]; in hypre_IJMatrixAssembleParCSR()
2935 HYPRE_BigInt col_0, col_n, first; in hypre_IJMatrixSetValuesOMPParCSR() local
2969 col_0 = col_partitioning[0]; in hypre_IJMatrixSetValuesOMPParCSR()
3569 HYPRE_BigInt col_0, col_n, first; in hypre_IJMatrixAddToValuesOMPParCSR() local
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdmask.c287 int row, col, row_end, col_end, ii, jj, n_columns, n_rows, error = 0, col_0, row_0; in GMT_grdmask() local
499 col_0 = gmt_M_grd_x_to_col (GMT, xtmp, Grid->header); in GMT_grdmask()
500 if (col_0 == (int)Grid->header->n_columns) col_0--; /* Was exactly on the xmax edge */ in GMT_grdmask()
501 …if (gmt_x_out_of_bounds (GMT, &col_0, Grid->header, wrap_180)) continue; /* Outside x-range, This… in GMT_grdmask()
502 ij = gmt_M_ijp (Grid->header, row_0, col_0); in GMT_grdmask()
505 (col_0 == 0 || col_0 == (int)(Grid->header->n_columns-1)) && periodic_grid) { in GMT_grdmask()
507 col = (col_0 == 0) ? Grid->header->n_columns-1 : 0; in GMT_grdmask()
521 …,rowu,colu,col_end,jj,ii,ij,wrap_180,distance) shared(Grid,HH,row_0,d_row,col_0,d_col,row_end,xtmp… in GMT_grdmask()
527 col_end = col_0 + d_col[jj]; in GMT_grdmask()
528 for (col = col_0 - d_col[row]; col <= col_end; col++) { in GMT_grdmask()
/dports/sysutils/lnav/lnav-0.10.1/test/
H A Ddatafile_simple.1443 "col_0": "FSChange",
45 "col_0": "Direction.DOWNLOAD",
H A Ddatafile_simple.914 "col_0": "12:01",
H A Ddatafile_simple.1111 "col_0": "0.6.16",
H A Ddatafile_simple.111 "col_0": "current speed",
H A Ddatafile_simple.108 "col_0": "pm/runtime"
H A Ddatafile_simple.320 "col_0": 1,
H A Ddatafile_simple.168 "col_0": "test"
H A Ddatafile_simple.024 "col_0": 4
H A Ddatafile_simple.621 "col_0": "qualified",
H A Ddatafile_simple.233 "col_0": 1,
H A Dtest_sql.sh1257 log_line log_msg_instance col_0
1267 log_msg_instance col_0
1430 log_msg_instance,col_0
1442 log_msg_instance,col_0
H A Ddatafile_xml.022 "col_0": "<ns1:foo>",
H A Ddatafile_simple.831 "col_0": "system.privilege.taskport.debug",
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Dhotspotter.c309 int d_col, d_row, col_0, row_0, n_columns, n_rows; in GMT_hotspotter() local
537 … for (d_col = -node_x_width, col_0 = col - node_x_width; d_col <= node_x_width; d_col++, col_0++) { in GMT_hotspotter()
539 if (col_0 < 0 || col_0 >= n_columns) continue; /* Outside grid */ in GMT_hotspotter()
543 G->data[node_0+col_0] += (gmt_grdfloat)(z_smt * exp (r2)); in GMT_hotspotter()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Numerics/src/
H A DMatrix.cc1477 Vector col_0, col_1, col_2; in MatrixToAffineParameters() local
1478 col_0.Initialize(3); in MatrixToAffineParameters()
1482 col_0(i) = copy(i, 0); in MatrixToAffineParameters()
1488 sx = col_0.Norm(); in MatrixToAffineParameters()
1489 col_0 /= sx; in MatrixToAffineParameters()
1492 tansxy = col_0.ScalarProduct(col_1); in MatrixToAffineParameters()
1493 col_1 = col_1 - col_0 * tansxy; in MatrixToAffineParameters()
1502 tansxz = col_0.ScalarProduct(col_2); in MatrixToAffineParameters()
1503 col_2 = col_2 - col_0 * tansxz; in MatrixToAffineParameters()
1526 col_0 *= -1; in MatrixToAffineParameters()
[all …]
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dvi.c32 static void col_0 PROTO((void));
101 case '0': col_0(); break;
105 case 'I': u_save(c);col_0();insert_mode();break;
719 col_0() in col_0() function

12345