Home
last modified time | relevance | path

Searched refs:factList (Results 1 – 11 of 11) sorted by relevance

/dports/lang/clips/clips_core_source_630/core/
H A Dtmpltdef.h95 struct fact *factList; member
H A Dfactmngr.c558 theTemplate->factList = theTemplate->factList->nextTemplateFact; in EnvRetract()
559 if (theTemplate->factList != NULL) in EnvRetract()
560 { theTemplate->factList->previousTemplateFact = NULL; } in EnvRetract()
773 { theFact->whichDeftemplate->factList = theFact; } in EnvAssert()
H A Dtmpltdef.c456 { return((void *) ((struct deftemplate *) theTemplate)->factList); } in EnvGetNextFactInTemplate()
H A Dtmpltutl.c499 newDeftemplate->factList = NULL; in CreateImpliedDeftemplate()
H A Dfactqury.c918 theFact = templatePtr->factList; in TestForFirstFactInTemplate()
1025 theFact = templatePtr->factList; in TestEntireTemplate()
H A Dtmpltbin.c502 theDeftemplate->factList = NULL; in UpdateDeftemplate()
H A Dtmpltpsr.c171 newDeftemplate->factList = NULL; in ParseDeftemplate()
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dmoddfact.spad116 sepfact(factList) ==
117 "append"/[sepFact1(f) for f in factList]
/dports/math/maxima/maxima-5.43.2/share/contrib/Zeilberger/
H A DmakeGosperForm.mac274 factList : poly2list(factor(shiftRes)),
276 intFactList : first(splitList(factList, lambda([y],integerLinear(y,j)and degree(y,j)>0))),
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DMDDFACT.lsp224 ((|factList| |List|
233 (SEQ (LETT |f| NIL) (LETT #5# |factList|) G190
/dports/lang/newlisp/newlisp-10.7.5/
H A Dnl-math.c2108 CELL * factList;
2115 factList = getCell(CELL_EXPRESSION);
2120 for(i = 0; i < k; i++) addList(factList, stuffInteger64(d));
2126 for(i = 0; i < k; i++) addList(factList, stuffInteger64(d));
2130 addList(factList, stuffInteger64(n));
2132 return(factList);