Searched refs:rnd1 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Drandom.c603 rb_random_t *rnd1, *rnd2; local
608 rnd1 = get_rnd(obj);
610 mt = &rnd1->mt;
612 *rnd1 = *rnd2;
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalcalg2.el3066 (let* ((rnd1 (math-div (math-round
3077 (found (assoc (list rnd0 rnd1 (math-posp xim))
3086 rem1 (math-sub rem0 (math-mul this rnd1))
3090 (let ((aa (math-div rnd1 -2)))
3094 rnd0 rnd1
3097 math-int-factors (cons (cons rnd0 rnd1)

Completed in 153 milliseconds