MCPcopy Create free account
hub / github.com/Singular/Singular / semicProc

Function semicProc

Singular/ipshell.cc:4546–4554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4544 return (state!=semicOK);
4545}
4546BOOLEAN semicProc ( leftv res,leftv u,leftv v )
4547{
4548 sleftv tmp;
4549 tmp.Init();
4550 tmp.rtyp=INT_CMD;
4551 /* tmp.data = (void *)0; -- done by Init */
4552
4553 return semicProc3(res,u,v,&tmp);
4554}
4555
4556#endif
4557

Callers 1

jjSYSTEMFunction · 0.85

Calls 2

semicProc3Function · 0.85
InitMethod · 0.45

Tested by

no test coverage detected