Home
last modified time | relevance | path

Searched refs:col_e (Results 1 – 9 of 9) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dglwrapper.h78 col_s(VColour::white), col_e(VColour::white) {} in pos_sx()
91 col_e = vc; in set_col()
97 col_e = e; in set_col()
102 VColour col_s, col_e; variable
H A Dglwrapper-ogl.cc618 m_colour_buffer[last + 1].set(rect.col_e); in add_rect()
620 m_colour_buffer[last + 3].set(rect.col_e); in add_rect()
678 m_colour_buffer[last + 1].set(rect.col_e); in add_line()
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/
H A D_decomp_ldl.py343 col_e = n if lower else ind+1
348 col_e += 0 if lower else 1
349 lu[[s_ind, ind], col_s:col_e] = lu[[ind, s_ind], col_s:col_e]
/dports/databases/pgFormatter/pgFormatter-5.1/t/test-files/
H A Dex58.sql139 , coalesce(2 , 0) AS col_e
/dports/databases/pgFormatter/pgFormatter-5.1/t/test-files/expected/
H A Dex58.sql149 , coalesce(2 , 0) AS col_e
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_redis/
H A Dredis_table.c162 struct str_hash_entry *col_e; in db_redis_schema_get_column_type() local
172 col_e = str_hash_get(&table->columns, col_name->s, col_name->len); in db_redis_schema_get_column_type()
173 if (!col_e) { in db_redis_schema_get_column_type()
179 return col_e->u.n; in db_redis_schema_get_column_type()
/dports/science/hypre/hypre-2.23.0/src/parcsr_mv/
H A Dpar_csr_matrix.c472 HYPRE_BigInt row_s, row_e, col_s, col_e; in hypre_ParCSRMatrixRead() local
489 hypre_fscanf(fp, "%d %d %d %d", &row_s, &row_e, &col_s, &col_e); in hypre_ParCSRMatrixRead()
493 col_starts[1] = col_e; in hypre_ParCSRMatrixRead()
525 hypre_ParCSRMatrixLastColDiag(matrix) = col_e - 1; in hypre_ParCSRMatrixRead()
566 HYPRE_BigInt row_s, row_e, col_s, col_e; in hypre_ParCSRMatrixPrint() local
596 col_e = hypre_ParCSRMatrixLastColDiag(matrix); in hypre_ParCSRMatrixPrint()
598 hypre_fprintf(fp, "%b %b %b %b\n", row_s, row_e + 1, col_s, col_e + 1); in hypre_ParCSRMatrixPrint()
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/tests/
H A Dtest-bini-p.C194 const wide_T * elemts, int32_t row_e, int32_t col_e, int32_t ldm_e,
202 for ( ; j < col_e/Nb*Nb ; j+=Nb, e_p+=Nb, p_p++) {
206 if (j < col_e)
207 pack_word_part<wide_T>(p_p,col_e-j,e_p,1,packer);
216 for (int32_t j = 0 ; j < col_e ; j++, e_p++, p_p++) {
232 void unpack_matrix( wide_T * elemts, int32_t row_e, int32_t col_e, int32_t ldm_e,
241 for ( ; j < col_e/Nb*Nb ; j+=Nb, e_p+=Nb, p_p++) {
245 if (j < col_e)
246 unpack_word_part<wide_T>(e_p,1,p_p,col_e-j,packer);
255 for (int32_t j = 0 ; j < col_e ; j++, e_p++, p_p++) {
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/
H A Dparse.rs1126 (Some((start, Token::Name { name }, _)), Some((col_s, Token::Colon, col_e))) => { in parse_constructor_pattern_arg()
1143 end: col_e, in parse_constructor_pattern_arg()