Home
last modified time | relevance | path

Searched refs:ADDBIG (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dautopos.cpp893 ADDBIG(Xsum, x); in visit_bw()
894 ADDBIG(Ysum, y); in visit_bw()
895 ADDBIG(Weightsum, 1); in visit_bw()
979 ADDBIG(Xsum, x); in visit_bw()
980 ADDBIG(Ysum, y); in visit_bw()
981 ADDBIG(Weightsum, 1); in visit_bw()
1028 ADDBIG(Xsum, x * weight); in visit_gr8()
1029 ADDBIG(Ysum, y * weight); in visit_gr8()
1101 ADDBIG(Xsum, x * weight); in visit_gr8()
1102 ADDBIG(Ysum, y * weight); in visit_gr8()
[all …]
/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/nauty22/
H A Ddirectg.c31 #define ADDBIG(big,extra) if ((big.lo += (extra)) >= 1000000000L) \ macro
144 ADDBIG(ngen,1); in trythisone()
172 ADDBIG(nout,1); in trythisone()
459 ADDBIG(nin,1); in main()
H A Dmultig.c38 #define ADDBIG(big,extra) if ((big.lo += (extra)) >= 1000000000L) \ macro
167 ADDBIG(ngen,1); in trythisone()
197 ADDBIG(nout,1); in trythisone()
489 ADDBIG(nin,1); in main()
H A Dgeng.c492 #define ADDBIG(big,extra) if ((big.lo += (extra)) >= 1000000000L) \ macro
1829 ADDBIG(nodes[n],1); in spaextend()
1877 ADDBIG(ecount[ne+xc],1); in spaextend()
1946 ADDBIG(nodes[n],1); in genextend()
1993 ADDBIG(ecount[ne+xc],1); in genextend()
2334 ADDBIG(ecount[0],1); in GENG_MAIN()
H A Dgenbg.c220 #define ADDBIG(big,extra) if ((big.lo += (extra)) >= 1000000000L) \ macro
1274 ADDBIG(ecount[ne+xc],1); in genextend()
1610 ADDBIG(ecount[0],1); in main()
/dports/math/plantri/plantri52/
H A Dnft.c41 ADDBIG(nftcount[nft],doflip+1); in nft_counter()
H A Dplantri.c464 #define ADDBIG(big,extra) big += (extra) macro