Home
last modified time | relevance | path

Searched refs:ISEND (Results 1 – 25 of 66) sorted by relevance

123

/dports/cad/magic/magic-8.3.245/utils/
H A Dparser.c30 #define ISEND(ch) ((ch == '\0') || (ch == ';')) macro
72 while (isspace(*strp) && (!ISEND(*strp)) ) strp++;
76 while (!ISEND(*strp))
138 if (isspace(*strp) || (ISEND(*strp)))
140 while (isspace(*strp) && (!ISEND(*strp))) strp++;
163 while (isspace(*strp) && (!ISEND(*strp))) strp++;
/dports/math/mumps/mumps-5.1.2/src/
H A Ddfac_distrib_distentry.F48 ISEND = IOLD
54 ISEND = IOLD
58 ISEND = -JOLD
62 IARR = abs( ISEND )
74 IF ( ISEND .LT. 0 ) THEN
323 ISEND = IOLD
329 ISEND = IOLD
333 ISEND = -JOLD
337 IARR = abs( ISEND )
357 IF ( ISEND .LT. 0 ) THEN
[all …]
H A Dcfac_distrib_distentry.F48 ISEND = IOLD
54 ISEND = IOLD
58 ISEND = -JOLD
62 IARR = abs( ISEND )
74 IF ( ISEND .LT. 0 ) THEN
323 ISEND = IOLD
329 ISEND = IOLD
333 ISEND = -JOLD
337 IARR = abs( ISEND )
357 IF ( ISEND .LT. 0 ) THEN
[all …]
H A Dsfac_distrib_distentry.F48 ISEND = IOLD
54 ISEND = IOLD
58 ISEND = -JOLD
62 IARR = abs( ISEND )
74 IF ( ISEND .LT. 0 ) THEN
323 ISEND = IOLD
329 ISEND = IOLD
333 ISEND = -JOLD
337 IARR = abs( ISEND )
357 IF ( ISEND .LT. 0 ) THEN
[all …]
H A Dzfac_distrib_distentry.F48 ISEND = IOLD
54 ISEND = IOLD
58 ISEND = -JOLD
62 IARR = abs( ISEND )
74 IF ( ISEND .LT. 0 ) THEN
323 ISEND = IOLD
329 ISEND = IOLD
333 ISEND = -JOLD
337 IARR = abs( ISEND )
357 IF ( ISEND .LT. 0 ) THEN
[all …]
H A Dcarrowheads.F212 INTEGER IOLD,JOLD,INEW,JNEW,ISEND,JSEND,DEST,I,IARR local
306 ISEND = IOLD
312 ISEND = IOLD
313 IF ( KEEP(50) .NE. 0 ) ISEND = -IOLD
316 ISEND = -JOLD
320 IARR = abs( ISEND )
349 IF ( ISEND .LT. 0 ) THEN
359 IF ( ISEND .LT. 0 ) THEN
380 IARR = ISEND
487 CALL CMUMPS_ARROW_FILL_SEND_BUF( ISEND, JSEND, VAL,
[all …]
H A Dsarrowheads.F212 INTEGER IOLD,JOLD,INEW,JNEW,ISEND,JSEND,DEST,I,IARR local
306 ISEND = IOLD
312 ISEND = IOLD
313 IF ( KEEP(50) .NE. 0 ) ISEND = -IOLD
316 ISEND = -JOLD
320 IARR = abs( ISEND )
349 IF ( ISEND .LT. 0 ) THEN
359 IF ( ISEND .LT. 0 ) THEN
380 IARR = ISEND
487 CALL SMUMPS_ARROW_FILL_SEND_BUF( ISEND, JSEND, VAL,
[all …]
H A Dzarrowheads.F212 INTEGER IOLD,JOLD,INEW,JNEW,ISEND,JSEND,DEST,I,IARR local
306 ISEND = IOLD
312 ISEND = IOLD
313 IF ( KEEP(50) .NE. 0 ) ISEND = -IOLD
316 ISEND = -JOLD
320 IARR = abs( ISEND )
349 IF ( ISEND .LT. 0 ) THEN
359 IF ( ISEND .LT. 0 ) THEN
380 IARR = ISEND
487 CALL ZMUMPS_ARROW_FILL_SEND_BUF( ISEND, JSEND, VAL,
[all …]
H A Ddarrowheads.F212 INTEGER IOLD,JOLD,INEW,JNEW,ISEND,JSEND,DEST,I,IARR local
306 ISEND = IOLD
312 ISEND = IOLD
313 IF ( KEEP(50) .NE. 0 ) ISEND = -IOLD
316 ISEND = -JOLD
320 IARR = abs( ISEND )
349 IF ( ISEND .LT. 0 ) THEN
359 IF ( ISEND .LT. 0 ) THEN
380 IARR = ISEND
487 CALL DMUMPS_ARROW_FILL_SEND_BUF( ISEND, JSEND, VAL,
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Ddavs2.c29 #define ISEND(x) ((x) == 0xB1 ) macro
31 #define ISUNIT(x) ( ISSQH(x) || ISEND(x) || (x) == 0xB2 || ISPIC(x) || (x) == 0xB5 || (x) == 0xB7 )
58 } else if (ISEND(state)) { in avs2_probe()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Ddavs2.c29 #define ISEND(x) ((x) == 0xB1 ) macro
31 #define ISUNIT(x) ( ISSQH(x) || ISEND(x) || (x) == 0xB2 || ISPIC(x) || (x) == 0xB5 || (x) == 0xB7 )
58 } else if (ISEND(state)) { in avs2_probe()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Ddavs2.c29 #define ISEND(x) ((x) == 0xB1 ) macro
31 #define ISUNIT(x) ( ISSQH(x) || ISEND(x) || (x) == 0xB2 || ISPIC(x) || (x) == 0xB5 || (x) == 0xB7 )
58 } else if (ISEND(state)) { in avs2_probe()
/dports/math/scalapack/scalapack-2.1.0/TESTING/EIG/
H A Dpclatran.f89 INTEGER I, ICTXT, IRECV, ISEND, J, JJ, JRECV, JSEND, local
182 ISEND = MAXISEND - MINISEND + 1
200 IF( ISEND.GT.0 .AND. JSEND.GT.0 )
201 $ CALL CTRRV2D( ICTXT, 'U', 'N', ISEND, JSEND,
H A Dpdlatran.f89 INTEGER I, ICTXT, IRECV, ISEND, J, JJ, JRECV, JSEND,
182 ISEND = MAXISEND - MINISEND + 1
199 IF( ISEND.GT.0 .AND. JSEND.GT.0 )
200 $ CALL DTRRV2D( ICTXT, 'U', 'N', ISEND, JSEND,
H A Dpslatran.f89 INTEGER I, ICTXT, IRECV, ISEND, J, JJ, JRECV, JSEND,
182 ISEND = MAXISEND - MINISEND + 1
199 IF( ISEND.GT.0 .AND. JSEND.GT.0 )
200 $ CALL STRRV2D( ICTXT, 'U', 'N', ISEND, JSEND,
H A Dpzlatran.f89 INTEGER I, ICTXT, IRECV, ISEND, J, JJ, JRECV, JSEND, local
182 ISEND = MAXISEND - MINISEND + 1
200 IF( ISEND.GT.0 .AND. JSEND.GT.0 )
201 $ CALL ZTRRV2D( ICTXT, 'U', 'N', ISEND, JSEND,
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_intlist.c59 if( ISEND(str[ipos]) ) return NULL ; /* bad */ in get_count_intlist_eng()
78 if( ISEND(str[ipos]) ) return NULL ; /* Bad */ in get_count_intlist_eng()
99 if( !ISEND(str[ipos]) ) { /* have step */ in get_count_intlist_eng()
113 if( !ISEND(str[ipos]) ) { in get_count_intlist_eng()
311 while( ipos < slen && !ISEND(str[ipos]) ){ in MCW_get_intlist()
313 if( ISEND(str[ipos]) ) break ; /* done */ in MCW_get_intlist()
346 if( str[ipos] == ',' || ISEND(str[ipos]) ){ in MCW_get_intlist()
351 if( ISEND(str[ipos]) ) break ; /* done */ in MCW_get_intlist()
589 while( ipos < slen && !ISEND(str[ipos]) ){ in MCW_get_labels_intlist()
631 if( str[ipos] == ',' || ISEND(str[ipos]) ){ in MCW_get_labels_intlist()
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/dft/
H A Ddft_den.F178 ISEND = 0
188 CALL DZERO(DSO(ISEND+1),NNBAS(ISYM))
236 DSO(ISEND+RS) = DTRS
246 CALL OUTPAK(DSO(ISEND+1),NBASI,1,LUPRI)
249 ISEND = ISEND + (NBASI*(NBASI + 1))/2
/dports/cad/magic/magic-8.3.245/lisp/
H A DlispParse.c46 #define ISEND(c) ((c) == '\0' || isspace(c) || (c) == ')' || (c) == '(') macro
161 if ((*str == '+' || *str == '-' || *str == '.') && ISEND(*(str+1))) {
171 || ISEND(str[1]))) {
230 ISEND(str[2])) {
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/abacus/
H A Dher1drv.F1191 ISEND = 0
1203 CALL DZERO(DSO(ISEND+1),NNBAS(ISYM))
1204 CALL DZERO(FSO(ISEND+1),NNBAS(ISYM))
1254 FSO(ISEND+RS) = FTRS
1310 DSO(ISEND+RS) = DTRS
1336 FSO(ISEND+RS) = FTRS
1346 CALL OUTPAK(DSO(ISEND+1),NBASI,1,LUPRI)
1348 CALL OUTPAK(FSO(ISEND+1),NBASI,1,LUPRI)
1352 ISEND = ISEND + (NBASI*(NBASI + 1))/2
/dports/science/mdynamix/md528/
H A Dpimd.f454 ISEND=JBEAD+1
455 if(ISEND.ge.NBEADS)ISEND=0
459 ISEND=JBEAD-1
460 if(ISEND.lt.0)ISEND=NBEADS-1
473 call MPI_SEND(BUFF,NST3,MPI_REAL,ISEND,IMA,MPI_COMM_WORLD,ierr)
479 call MPI_SEND(BUFF,NST3,MPI_REAL,ISEND,IMA,MPI_COMM_WORLD,ierr)
/dports/math/fftw/fftw-2.1.5/mpi/
H A Dtranspose_mpi.c534 #define ISEND MPI_Issend macro
536 #define ISEND MPI_Isend macro
577 ISEND(send_buf, \ in transpose_start_exchange_step()
/dports/math/fftw-float/fftw-2.1.5/mpi/
H A Dtranspose_mpi.c534 #define ISEND MPI_Issend macro
536 #define ISEND MPI_Isend macro
577 ISEND(send_buf, \ in transpose_start_exchange_step()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/src/
H A Dch4i_workq_types.h63 enum MPIDI_workq_op { SEND, ISEND, SSEND, ISSEND, RSEND, IRSEND, RECV, IRECV, IMRECV, IPROBE, enumerator
/dports/misc/apparix/apparix-11-062/util/
H A Dtr.c130 #define ISEND(cl) \ macro
673 ; if (ISEND(src_cls)) in mcx_tr_translate_encode()
684 ; if (ISEND(dst_cls)) in mcx_tr_translate_encode()

123