Home
last modified time | relevance | path

Searched refs:scm_c_normal01 (Results 1 – 10 of 10) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Drandom.c151 scm_c_normal01 (scm_t_rstate *state) in scm_c_normal01() function
421 return scm_from_double (scm_c_normal01 (SCM_RSTATE (state)));
555 *elts = scm_from_double (scm_c_normal01 (SCM_RSTATE (state)));
562 *elts = scm_c_normal01 (SCM_RSTATE (state));
H A Drandom.h79 SCM_API double scm_c_normal01 (scm_t_rstate *);
/dports/lang/guile2/guile-2.2.7/libguile/
H A Drandom.c217 scm_c_normal01 (scm_t_rstate *state) in scm_c_normal01() function
522 return scm_from_double (scm_c_normal01 (SCM_RSTATE (state)));
672 *elts = scm_from_double (scm_c_normal01 (SCM_RSTATE (state)));
679 *elts = scm_c_normal01 (SCM_RSTATE (state));
H A Drandom.h67 SCM_API double scm_c_normal01 (scm_t_rstate *);
/dports/lang/guile/guile-3.0.7/libguile/
H A Drandom.c229 scm_c_normal01 (scm_t_rstate *state) in scm_c_normal01() function
533 return scm_from_double (scm_c_normal01 (SCM_RSTATE (state)));
683 *elts = scm_from_double (scm_c_normal01 (SCM_RSTATE (state)));
690 *elts = scm_c_normal01 (SCM_RSTATE (state));
H A Drandom.h66 SCM_API double scm_c_normal01 (scm_t_rstate *);
/dports/lang/guile1/guile-1.8.8/
H A DNEWS5017 *** Function: double scm_c_normal01 (scm_rstate *STATE)
/dports/lang/guile2/guile-2.2.7/
H A DNEWS10659 *** Function: double scm_c_normal01 (scm_rstate *STATE)
H A DChangeLog46724 reserve a double explicitly for scm_c_normal01.
46729 (scm_c_normal01): Instead of a flag and a next double, just check that
/dports/lang/guile/guile-3.0.7/
H A DNEWS11556 *** Function: double scm_c_normal01 (scm_rstate *STATE)