Home
last modified time | relevance | path

Searched refs:random_state_p (Results 1 – 6 of 6) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlisparit.d1653 if (random_state_p(obj)) { in check_random_state()
1664 if (random_state_p(obj)) { in check_random_state()
H A Dpredtype.d1270 LISPFUNNF(random_state_p,1)
1272 VALUES_IF(random_state_p(STACK_0)); skipSTACK(1);
H A Dsubr.d898 LISPFUNNF(random_state_p,1)
H A Dconstsym.d729 LISPSYM(random_state_p,"RANDOM-STATE-P",lisp)
H A Deval.d114 _(realp), _(complexp), _(streamp), _(random_state_p), _(readtablep),
H A Dlispbibl.d10705 #define random_state_p(obj) \ macro