Home
last modified time | relevance | path

Searched refs:BINTREE (Results 1 – 15 of 15) sorted by relevance

/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dbi.c80 C_O_K(a,BINTREE);
171 if (S_O_K(a) == BINTREE)
242 CTO(BINTREE,"insert_bt_bt(1)",a);
243 CTO(BINTREE,"insert_bt_bt(2)",bt);
273 init(BINTREE,b);
517 CTO(BINTREE,"t_BINTREE_VECTOR",a);
535 CTO(BINTREE,"t_BINTREE_LIST",a);
637 CTO(BINTREE,"t_BINTREE_SCHUR(1)",a);
760 CTO(BINTREE,"t_BINTREE_POWSYM(1)",a);
883 CTO(BINTREE,"t_BINTREE_ELMSYM(1)",a);
[all …]
H A Dmss.c52 CTTTO(HASHTABLE,SCHUR,BINTREE,"newtrans_main(2)",e);
429 CTTTO(SCHUR,HASHTABLE,BINTREE,"newtrans_eins(1)",c);
452 CTTTO(SCHUR,HASHTABLE,BINTREE,"newtrans(res)",c);
474 (S_O_K(e) == BINTREE) ||
498 erg += init(BINTREE,e);
505 CTTTO(SCHUR,HASHTABLE,BINTREE,"newtrans(res)",e);
514 erg += init(BINTREE,c);
526 erg += init(BINTREE,c);
918 CTTTTO(EMPTY,HASHTABLE,SCHUR,BINTREE,"outerproduct_schur(3)",c);
H A Dhash.c812 erg += init(BINTREE,b);\
833 if (S_O_K(b) == BINTREE) erg += (*tf)(b,b);\
942 if (S_O_K(b) == BINTREE)\
H A Dio.c52 case BINTREE: fprintf(stderr,"bintree\n");break;
211 case BINTREE: erg += fprint_bintree(of,obj);break;
H A Dmacro.h1477 else if (S_O_K(b) == BINTREE) INSERT_BINTREE(a,b,eh,cf); \
1485 else if (S_O_K(c) == BINTREE)\
1495 else if (S_O_K(c) == BINTREE)\
1505 else if (S_O_K(c) == BINTREE)\
1515 else if (S_O_K(c) == BINTREE)\
H A Dko.c790 init(BINTREE,c); /* AK 170392 */
1135 init(BINTREE,c); /* AK 170392 */
H A Drest.c637 case BINTREE :
776 case BINTREE :
1013 case GRAL: case HOM_SYM: case POW_SYM: case BINTREE:
3103 case BINTREE: erg += init_bintree(a); break;
3346 case BINTREE:
H A Dga.c37 erg += init(BINTREE,bt);
H A Dperm.c4021 erg += init(BINTREE,d);\
4108 erg += init(BINTREE,d);\
H A Dpart.c4403 erg += init(BINTREE,b);
4794 init(BINTREE,d);
H A Dnu.c568 case BINTREE :
H A Ddef.h133 #define BINTREE (OBJECTKIND)24 /* 291288 */ macro
H A Dzykelind.c1617 erg+=init(BINTREE,speicher);
2652 init(BINTREE,speicher);
H A Dsr.c4258 init(BINTREE,c);
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Drbtree.c104 } BINTREE, *BINTREEPTR ; typedef
122 static BINTREE sentinelS ; /* build a sentinel */
124 static BINTREE recalc_sentinelS ; /* build a recalculate flag */
607 x = YMALLOC( 1, BINTREE ) ;
1134 if ( YcheckDebug(ptr) < sizeof(BINTREE) ) {