Home
last modified time | relevance | path

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

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/benchmarks/
H A Dfrpoly.lisp79 (psimp (car x) (ptimes1 (cdr x) (cdr y))))
84 (defun ptimes1 (***x*** y) (prog (**u*** **v**) function
/dports/lang/eisl/eisl-2.35/bench/
H A Dfrpoly.lsp116 (psimp (car x) (ptimes1 (cdr x) (cdr y))))
122 (defun ptimes1 (x y) function
/dports/math/maxima/maxima-5.43.2/share/affine/
H A Dnew-rat.lisp318 (palgsimp (p-var x) (ptimes1 (p-terms x) (p-terms y)) (alg x)))
334 (palgsimp (car x) (ptimes1 (cdr x) (cdr y)) (alg x)))
/dports/math/maxima/maxima-5.43.2/src/
H A Drat3a.lisp854 (palgsimp (p-var x) (ptimes1 (p-terms x) (p-terms y)) (alg x)))
859 (defun ptimes1 (x y-orig &aux uuu ) function
H A Dalgfac.lisp118 (setq gn (pgcd1 (ptimes1 gn g) f))
H A Dfactor.lisp592 (setq p (ptimes1 p p))
593 (when (oddp n) (setq u (pgcd1 (ptimes1 u p) q)))
H A Dratout.lisp440 (cons (car x) (ptimes1 (cdr x) (cdr y))))