Home
last modified time | relevance | path

Searched refs:BROWS (Results 1 – 25 of 69) sorted by relevance

123

/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/cuda/
H A Dhaar_iwt.cu6 #define BROWS (2*BSVY) macro
101 unsigned int leftover = height % BROWS; /// How far to fill buffer on last read in a_transform_v()
102 unsigned int blocks = height / BROWS; in a_transform_v()
104 const unsigned int data_inc = __mul24(BROWS, stride); in a_transform_v()
174 shared_size = BCOLS*BROWS*2; in cuda_iwt_haar()
H A Dhaar_iiwt.cu6 #define BROWS (2*BSVY) macro
102 unsigned int leftover = height % BROWS; /// How far to fill buffer on last read in s_transform_v()
103 unsigned int blocks = height / BROWS; in s_transform_v()
105 const unsigned int data_inc = __mul24(BROWS, stride); in s_transform_v()
164 shared_size = BCOLS*BROWS*2; in cuda_iiwt_haar()
H A Diwt5_3.cu119 #define BROWS (2*BSVY+COPYROWS) /* Rows to process at once */ macro
125 #define TOTALROWS (RLEFT+BROWS+RRIGHT)
353 #define DATA_READ_DIFF __mul24((BROWS+RRIGHT)-WRITEBACK, stride) in a_transform_v()
521 shared_size = BCOLS*(BROWS+RLEFT+RRIGHT)*2; in cuda_iwt_5_3()
H A Diwt9_3.cu126 #define BROWS (2*BSVY+COPYROWS) /* Rows to process at once */ macro
132 #define TOTALROWS (RLEFT+BROWS+RRIGHT)
354 #define DATA_READ_DIFF __mul24((BROWS+RRIGHT)-WRITEBACK, stride) in a_transform_v()
522 shared_size = BCOLS*(BROWS+RLEFT+RRIGHT)*2; in cuda_iwt_9_3()
H A Diwt13_5.cu132 #define BROWS (2*BSVY+COPYROWS) /* Rows to process at once */ macro
138 #define TOTALROWS (RLEFT+BROWS+RRIGHT)
367 #define DATA_READ_DIFF __mul24((BROWS+RRIGHT)-WRITEBACK, stride) in a_transform_v()
535 shared_size = BCOLS*(BROWS+RLEFT+RRIGHT)*2; in cuda_iwt_13_5()
H A Diiwt5_3.cu244 #define BROWS (2*BSVY+COPYROWS) /* Rows to process at once */ macro
250 #define TOTALROWS (RLEFT+BROWS+RRIGHT)
482 #define DATA_READ_DIFF __mul24((BROWS+RRIGHT)-WRITEBACK, stride) in s_transform_v()
634 shared_size = BCOLS*(BROWS+RLEFT+RRIGHT)*2; in cuda_iiwt_5_3()
H A Diiwt9_3.cu256 #define BROWS (2*BSVY+COPYROWS) /* Rows to process at once */ macro
262 #define TOTALROWS (RLEFT+BROWS+RRIGHT)
500 #define DATA_READ_DIFF __mul24((BROWS+RRIGHT)-WRITEBACK, stride) in s_transform_v()
652 shared_size = BCOLS*(BROWS+RLEFT+RRIGHT)*2; in cuda_iiwt_9_3()
H A Diwt9_7.cu165 #define BROWS (2*BSVY+COPYROWS) /* Rows to process at once */ macro
171 #define TOTALROWS (RLEFT+BROWS+RRIGHT)
477 #define DATA_READ_DIFF __mul24((BROWS+RRIGHT)-WRITEBACK, stride) in a_transform_v()
645 shared_size = BCOLS*(BROWS+RLEFT+RRIGHT)*2; in cuda_iwt_9_7()
H A Diiwt13_5.cu256 #define BROWS (2*BSVY+COPYROWS) /* Rows to process at once */ macro
262 #define TOTALROWS (RLEFT+BROWS+RRIGHT)
512 #define DATA_READ_DIFF __mul24((BROWS+RRIGHT)-WRITEBACK, stride) in s_transform_v()
664 shared_size = BCOLS*(BROWS+RLEFT+RRIGHT)*2; in cuda_iiwt_13_5()
H A Diwtfidelity.cu169 #define BROWS (2*BSVY+COPYROWS) /* Rows to process at once */ macro
175 #define TOTALROWS (RLEFT+BROWS+RRIGHT)
430 #define DATA_READ_DIFF __mul24((BROWS+RRIGHT)-WRITEBACK, stride) in a_transform_v()
598 shared_size = BCOLS*(BROWS+RLEFT+RRIGHT)*2; in cuda_iwt_fidelity()
H A Diiwt9_7.cu291 #define BROWS (2*BSVY+COPYROWS) /* Rows to process at once */ macro
297 #define TOTALROWS (RLEFT+BROWS+RRIGHT)
624 #define DATA_READ_DIFF __mul24((BROWS+RRIGHT)-WRITEBACK, stride) in s_transform_v()
776 shared_size = BCOLS*(BROWS+RLEFT+RRIGHT)*2; in cuda_iiwt_9_7()
H A Diiwtfidelity.cu297 #define BROWS (2*BSVY+COPYROWS) /* Rows to process at once */ macro
303 #define TOTALROWS (RLEFT+BROWS+RRIGHT)
583 #define DATA_READ_DIFF __mul24((BROWS+RRIGHT)-WRITEBACK, stride) in s_transform_v()
735 shared_size = BCOLS*(BROWS+RLEFT+RRIGHT)*2; in cuda_iiwt_fidelity()
/dports/astro/cfitsio/cfitsio-3.49/
H A Dspeed.c26 #define BROWS 2500000 macro
209 if ( fits_create_tbl( fptr, BINARY_TBL, BROWS, tfields, ttype, tform, in writebintable()
216 nremain = BROWS; in writebintable()
218 printf("Write %7drow x %dcol bintable %4ld rows/loop:", BROWS, tfields, in writebintable()
236 size = BROWS * 8. / 1000000.; in writebintable()
354 nremain = BROWS; in readbtable()
373 size = BROWS * 8. / 1000000.; in readbtable()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dspeed.c26 #define BROWS 2500000 macro
209 if ( fits_create_tbl( fptr, BINARY_TBL, BROWS, tfields, ttype, tform, in writebintable()
216 nremain = BROWS; in writebintable()
218 printf("Write %7drow x %dcol bintable %4ld rows/loop:", BROWS, tfields, in writebintable()
236 size = BROWS * 8. / 1000000.; in writebintable()
354 nremain = BROWS; in readbtable()
373 size = BROWS * 8. / 1000000.; in readbtable()
/dports/science/berkeleygw/BGW-2.0.0/BSE/full_solver/
H A Dpzembed1.f90165 NBA, NBB, AROWS, ACOLS, LLDA, BROWS, BCOLS, & local
196 BROWS = NUMROC( DESCB( M_ ), MBB, MYROW, 0, NPROW )
201 DO I = I0, BROWS
211 DO I = I0, BROWS
/dports/www/yaws/yaws-2.0.6/www/shoppingcart/
H A Dshopcart.erl251 BROWS = b_rows(Sess#sess.items),
254 length (BROWS) > 0 ->
257 {table, [],BROWS},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/android/include/
H A Dstab.h61 _STAB_CODE_DEF(BROWS,0x48) \
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/android/include/
H A Dstab.h61 _STAB_CODE_DEF(BROWS,0x48) \
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/android/include/
H A Dstab.h61 _STAB_CODE_DEF(BROWS,0x48) \
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/android/include/
H A Dstab.h61 _STAB_CODE_DEF(BROWS,0x48) \
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/android/include/
H A Dstab.h61 _STAB_CODE_DEF(BROWS,0x48) \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/android/include/
H A Dstab.h61 _STAB_CODE_DEF(BROWS,0x48) \
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/android/include/
H A Dstab.h61 _STAB_CODE_DEF(BROWS,0x48) \
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/android/include/
H A Dstab.h61 _STAB_CODE_DEF(BROWS,0x48) \
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/android/include/
H A Dstab.h61 _STAB_CODE_DEF(BROWS,0x48) \

123