Home
last modified time | relevance | path

Searched refs:GSIZE (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/devel/ga/ga-5.8/global/testing/unit-tests/
H A Dga_create.c14 #define GSIZE 5 macro
19 int ndim=1, dims=GSIZE; in one_dimension()
39 int ndim=2, dims[2]={GSIZE,GSIZE}; in two_dimension()
59 int ndim=3, dims[3]={GSIZE,GSIZE,GSIZE}; in three_dimension()
79 int ndim=4, dims[4]={GSIZE,GSIZE,GSIZE,GSIZE}; in fourth_dimension()
H A Dga_create_irreg.c18 #define GSIZE 10 macro
54 int dims[DIM]={GSIZE,GSIZE}, dims2[DIM], block[DIM]={3,2}, map[5]={0,2,6,0,4}, val=7; in irregular_array2()
80 int dims[DIM]={GSIZE, GSIZE}, dims2[DIM], block[DIM], *map=NULL, val=7; in auto_number1()
88 }while(nprocs/b1>=GSIZE); in auto_number1()
128 int dims[DIM]={GSIZE, GSIZE}, dims2[DIM], block[DIM], *map=NULL, val=7; in auto_number2()
137 }while(nprocs/b2>=GSIZE); in auto_number2()
H A Dga_create_irreg2.c17 #define GSIZE 10 macro
53 int dims[DIM]={GSIZE,GSIZE}, dims2[DIM], block[DIM]={3,2}, map[5]={0,2,6,0,4}, val_A=4, val_B=7; in irregular_array2()
83 int dims[DIM]={GSIZE, GSIZE}, dims2[DIM], block[DIM], *map=NULL, val=7; in auto_number1()
91 }while(nprocs/b1>=GSIZE); in auto_number1()
131 int dims[DIM]={GSIZE, GSIZE}, dims2[DIM], block[DIM], *map=NULL, val=7; in auto_number2()
140 }while(nprocs/b2>=GSIZE); in auto_number2()
H A Dga_set_diagonal.c17 #define GSIZE 5 macro
23 int dims[DIM]={GSIZE,GSIZE}, ld=5; in main()
24 int val1=5, val2=4, val3=25, dims_V=GSIZE; in main()
H A Dga_zerodiagonal.c16 #define GSIZE 5 macro
21 int g_A, g_B, g_V, local_A[5][5], local_B[5][5], vsize=GSIZE; in main()
22 int dims[DIM]={GSIZE,GSIZE}, alo[DIM]={1,1}, ahi[DIM]={3,2}, blo[DIM]={1,1}, bhi[DIM]={2,3}, ld=5; in main()
H A Dga_add_diagonal.c16 #define GSIZE 5 macro
21 int g_A, g_B, g_V, local_A[5][5], local_B[5][5], vsize=GSIZE; in main()
22 int dims[DIM]={GSIZE,GSIZE}, alo[DIM]={1,1}, ahi[DIM]={3,2}, blo[DIM]={1,1}, bhi[DIM]={2,3}, ld=5; in main()
H A Dga_get_diagonal.c17 #define GSIZE 5 macro
23 int dims[DIM]={GSIZE,GSIZE}, alo[DIM]={1,1}, ahi[DIM]={3,2}, blo[DIM]={1,1}, bhi[DIM]={2,3}, ld=5; in main()
24 int value=5, val2=4, dims_V=GSIZE; in main()
/dports/editors/jupp/jupp/
H A Db.c516 p->ofst = GSIZE(p->hdr); in pnext()
533 p->ofst = GSIZE(p->hdr); in pprev()
544 if (p->ofst == GSIZE(p->hdr)) in pgetb()
643 p->byte += GSIZE(p->hdr); in pfwrd()
644 n -= GSIZE(p->hdr); in pfwrd()
1146 p->byte += GSIZE(p->hdr); in getto()
1385 l->hole = GSIZE(q->hdr); in bcpy()
1417 int osize = GSIZE(p->hdr); in pcoalesce()
1418 int size = GSIZE(hdr); in pcoalesce()
1439 int size = GSIZE(hdr); in pcoalesce()
[all …]
/dports/editors/joe/joe-4.6/joe/
H A Db.c704 p->ofst = GSIZE(p->hdr); in pnext()
721 p->ofst = GSIZE(p->hdr); in pprev()
732 if (p->ofst == GSIZE(p->hdr)) in pgetb()
951 p->byte += GSIZE(p->hdr); in pfwrd()
952 n -= GSIZE(p->hdr); in pfwrd()
963 if (p->ofst == GSIZE(p->hdr)) in pfwrd()
1486 p->byte += GSIZE(p->hdr); in getto()
1731 l->hole = GSIZE(q->hdr); in bcpy()
1764 short size = GSIZE(hdr); in pcoalesce()
1785 short size = GSIZE(hdr); in pcoalesce()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Drgbmap.cpp19 #define GSIZE 32 macro
22 #define MAPSIZE (RSIZE*GSIZE*BSIZE*ASIZE)
/dports/lang/mono/mono-5.10.1.57/mono/eglib/
H A Deglib-config.h.in26 typedef unsigned @GSIZE@ gsize;
27 typedef signed @GSIZE@ gssize;
/dports/textproc/groff/groff-1.22.4/src/preproc/eqn/
H A Deqn.hpp96 GSIZE = 303, enumerator
157 #define GSIZE 303 macro
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/eqn/
H A Dlookup.c89 { "gsize", GSIZE },
90 { ".gsize", GSIZE },
H A Dlex.c153 else if (tp->defn == (char *) GSIZE) in yylex()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/eqn/
H A Dlookup.c60 { "gsize", GSIZE, },
61 { ".gsize", GSIZE, },
H A Deqn.y5 %term DEFINE TDEFINE NDEFINE DELIM GSIZE GFONT INCLUDE SPACE IFDEF
H A Dlex.c89 case GSIZE: in yylex()
/dports/cad/alliance/alliance/src/xsch/src/
H A Dicone.c51 #define GSIZE 10 macro
61 int gs = GSIZE * scale; in XschAnd()
104 int gs = GSIZE * scale; in XschOr()
170 int gs = GSIZE * scale; in XschXor()
234 int gs = GSIZE * scale; in XschBuf()
235 int is = (2 * GSIZE * scale) / 3; in XschBuf()
271 int gs = GSIZE * scale; in XschMux()
338 int gs = GSIZE * scale; in XschReg()
415 int gs = GSIZE * scale; in XschMuxReg()
/dports/japanese/groff/groff-1.18.1.1/src/preproc/eqn/
H A Deqn_tab.h46 #define GSIZE 302 macro
/dports/lang/mono/mono-5.10.1.57/mono/arch/ppc/
H A DMakefile.in185 GSIZE = @GSIZE@
/dports/lang/mono/mono-5.10.1.57/mono/arch/amd64/
H A DMakefile.in185 GSIZE = @GSIZE@
/dports/lang/mono/mono-5.10.1.57/mono/arch/sparc/
H A DMakefile.in185 GSIZE = @GSIZE@
/dports/lang/mono/mono-5.10.1.57/mono/arch/x86/
H A DMakefile.in185 GSIZE = @GSIZE@
/dports/lang/mono/mono-5.10.1.57/mono/arch/arm64/
H A DMakefile.in185 GSIZE = @GSIZE@
/dports/lang/mono/mono-5.10.1.57/m4/
H A DMakefile.in185 GSIZE = @GSIZE@

1234567