Home
last modified time | relevance | path

Searched refs:l_nnz (Results 1 – 19 of 19) sorted by relevance

/dports/math/libxsmm/libxsmm-1.16.3/samples/edge/
H A Dbsparse_scsoa.c28 unsigned int l_nnz = 0; in qfma_fill_in() local
136 l_nnz = 0; in qfma_fill_in()
140 l_nnz++; in qfma_fill_in()
146 (*rowidx) = (unsigned int*) malloc( l_nnz*sizeof(unsigned int) ); in qfma_fill_in()
147 (*values) = (REALTYPE* ) malloc( l_nnz*sizeof(REALTYPE ) ); in qfma_fill_in()
165 l_colptr[n] = l_nnz; in qfma_fill_in()
/dports/science/siesta/siesta-4.1.5/Src/
H A Ddomain_decom.F727 integer :: PP, QQ, RR, l_no, l_lni, l_lnb, l_nnz, local
747 l_nnz = nnzInt(PP) + nnzBou(PP)
782 call re_alloc( iia, 1, l_nnz, 'iia', 'domainDecom' )
796 BUFF(3) = l_nnz
821 call MPI_Send( iia, l_nnz, MPI_INTEGER, PP-1, 0,
836 l_nnz = nnzInt(1) + nnzBou(1)
873 call re_alloc( listh, 1, l_nnz, 'listh', 'sparseMat' )
893 l_nnz = BUFF(3)
929 call re_alloc( listh, 1, l_nnz, 'listh', 'sparseMat' )
935 call MPI_Recv( listh, l_nnz, MPI_INTEGER, 0, 0,
[all …]
/dports/math/taucs/taucs-2.2_23/src/
H A Dtaucs_ccs_ooc_lu.c1900 int l_nnz, in spcol_spa_update() argument
1918 for (ip=0; ip<l_nnz; ip++) { in spcol_spa_update()
1941 int l_nnz, in spcol_spcol_update() argument
1958 flops += 2.0 * ((double) l_nnz); in spcol_spcol_update()
1961 for (ip=0; ip<l_nnz; ip++) { in spcol_spcol_update()
1991 int l_nnz, in spcol_spcol_update() argument
2012 flops += 2.0 * ((double) l_nnz); in spcol_spcol_update()
2015 for (ip_block=0; ip_block<l_nnz; ip_block += BLOCK) { in spcol_spcol_update()
2017 loop_bound = min(ip_block + BLOCK,l_nnz); in spcol_spcol_update()
2053 int l_nnz, in spcol_panel_update() argument
[all …]
H A Dtaucs_private.h209 int* l_nnz);
236 int* l_nnz);
H A Dtaucs_sn_llt.c1366 int* l_nnz);
1373 int* l_nnz);
3248 int* l_nnz) argument
3350 if (l_colcount || l_rowcount || l_nnz) {
3375 if (l_nnz) l_nz = l_nnz;
3527 int* l_nnz) argument
3611 if (l_colcount || l_rowcount || l_nnz) {
3622 if (l_nnz) l_nz = l_nnz;
/dports/math/scilab/scilab-6.1.1/scilab/modules/umfpack/src/c/
H A Dtaucs_scilab.c900 int* l_nnz) argument
1007 if (l_colcount || l_rowcount || l_nnz)
1065 if (l_nnz)
1067 l_nz = l_nnz;
1219 int* l_nnz) argument
1320 if (l_colcount || l_rowcount || l_nnz)
1344 if (l_nnz)
1346 l_nz = l_nnz;
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dvp8.c1369 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1378 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1384 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1406 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1415 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1425 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1431 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dvp8.c1369 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1378 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1384 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1406 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1415 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1425 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1431 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavcodec/
H A Dvp8.c1396 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1405 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1411 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1433 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1442 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1452 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1458 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavcodec/
H A Dvp8.c1388 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1397 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1403 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1425 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1434 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1444 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1450 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dvp8.c1471 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1480 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1486 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1508 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1517 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1527 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1533 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/
H A Dvp8.c1464 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1473 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1479 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1501 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1510 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1520 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1526 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dvp8.c1471 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1480 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1486 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1508 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1517 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1527 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1533 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dvp8.c1464 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1473 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1479 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1501 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1510 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1520 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1526 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dvp8.c1467 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1476 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1482 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1504 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1513 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1523 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1529 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Dvp8.c1471 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1480 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1486 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1508 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1517 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1527 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1533 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dvp8.c1470 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1479 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1485 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1507 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1516 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1526 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1532 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavcodec/
H A Dvp8.c1464 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1473 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1479 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1501 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1510 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1520 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1526 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavcodec/
H A Dvp8.c1464 VP8Macroblock *mb, uint8_t t_nnz[9], uint8_t l_nnz[9], in decode_mb_coeffs()
1473 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1479 l_nnz[8] = t_nnz[8] = !!nnz; in decode_mb_coeffs()
1501 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1510 t_nnz[x] = l_nnz[y] = !!nnz; in decode_mb_coeffs()
1520 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1526 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz; in decode_mb_coeffs()