Home
last modified time | relevance | path

Searched refs:texpr1 (Results 1 – 6 of 6) sorted by relevance

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/ttlg/
H A Dfvigeneralolap.cu29 tile[texpr1[Id]] = Atmp[aexpr[Id] + i*acoars]; in fvinomgeneralolap_main_coars()
46 tile[texpr1[Id]] = Atmp[aexpr[Id]+i * acoars]; in fvinomgeneralolap_rem_coars()
65 tile[texpr1[Id]] = Atmp[aexpr[Id]]; in fvinomgeneralolap_main()
79 tile[texpr1[Id]] = Atmp[aexpr[Id]]; in fvinomgeneralolap_rem()
170 …const int* __restrict__ aexpr, const int* __restrict__ bexpr, const int* __restrict__ texpr1, cons… in fvinomgeneralolap_CallerWrapper() argument
213 … olimit, blockAI, blockBI, numthreads, lda_s,ldb_s, idx_s, aexpr, bexpr, texpr1, texpr2, ilimitr, … in fvinomgeneralolap_CallerWrapper()
375 int *aexpr, *bexpr, *texpr1, *texpr2; in fvigeneralolap_transpose_kernel() local
424 texpr1 = (int*)malloc(ilimit* olimit * sizeof(int)); in fvigeneralolap_transpose_kernel()
676 texpr1[rowId * (ilimit) + colId] = rowId * (ilimit+pad) + colId; in fvigeneralolap_transpose_kernel()
897 SAFECUDAMEMCPY(tile_base1, texpr1, ilimit*olimit*sizeof(int), cudaMemcpyHostToDevice); in fvigeneralolap_transpose_kernel()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/ttlg/
H A Dfvigeneralolap.cu29 tile[texpr1[Id]] = Atmp[aexpr[Id] + i*acoars]; in fvinomgeneralolap_main_coars()
46 tile[texpr1[Id]] = Atmp[aexpr[Id]+i * acoars]; in fvinomgeneralolap_rem_coars()
65 tile[texpr1[Id]] = Atmp[aexpr[Id]]; in fvinomgeneralolap_main()
79 tile[texpr1[Id]] = Atmp[aexpr[Id]]; in fvinomgeneralolap_rem()
170 …const int* __restrict__ aexpr, const int* __restrict__ bexpr, const int* __restrict__ texpr1, cons… in fvinomgeneralolap_CallerWrapper() argument
213 … olimit, blockAI, blockBI, numthreads, lda_s,ldb_s, idx_s, aexpr, bexpr, texpr1, texpr2, ilimitr, … in fvinomgeneralolap_CallerWrapper()
375 int *aexpr, *bexpr, *texpr1, *texpr2; in fvigeneralolap_transpose_kernel() local
424 texpr1 = (int*)malloc(ilimit* olimit * sizeof(int)); in fvigeneralolap_transpose_kernel()
676 texpr1[rowId * (ilimit) + colId] = rowId * (ilimit+pad) + colId; in fvigeneralolap_transpose_kernel()
897 SAFECUDAMEMCPY(tile_base1, texpr1, ilimit*olimit*sizeof(int), cudaMemcpyHostToDevice); in fvigeneralolap_transpose_kernel()
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dvalidation.c256 GnmExprTop const *texpr0, GnmExprTop const *texpr1, in gnm_validation_new() argument
299 if (texpr1) { in gnm_validation_new()
301 dependent_managed_set_expr (&v->deps[1], texpr1); in gnm_validation_new()
302 gnm_expr_top_unref (texpr1); in gnm_validation_new()
H A Dvalidation.h73 GnmExprTop const *texpr1,
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-cell-format.c1627 GnmExprTop const *texpr1 = NULL; in validation_rebuild_validation() local
1634 texpr1 = validation_entry_to_expr (state->sheet, in validation_rebuild_validation()
1636 if (texpr1 != NULL) in validation_rebuild_validation()
1657 texpr1, in validation_rebuild_validation()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-excel-read.c5586 GnmExprTop const *texpr1 = NULL; in excel_read_DV() local
5713 texpr1 = excel_parse_formula (&esheet->container, esheet, in excel_read_DV()
5733 texpr1, in excel_read_DV()