Home
last modified time | relevance | path

Searched defs:scheme_make_complex (Results 1 – 6 of 6) sorted by relevance

/dports/lang/racket/racket-8.3/src/bc/src/
H A Dcomplex.c24 Scheme_Object *scheme_make_complex(const Scheme_Object *r, const Scheme_Object *i) in scheme_make_complex() function
H A Dschemexm.h458 #define scheme_make_complex (scheme_extension_table->scheme_make_complex) macro
H A Dschemex.h595 Scheme_Object *(*scheme_make_complex)(const Scheme_Object *r, const Scheme_Object *i); member
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dcomplex.c24 Scheme_Object *scheme_make_complex(const Scheme_Object *r, const Scheme_Object *i) in scheme_make_complex() function
H A Dschemexm.h458 #define scheme_make_complex (scheme_extension_table->scheme_make_complex) macro
H A Dschemex.h595 Scheme_Object *(*scheme_make_complex)(const Scheme_Object *r, const Scheme_Object *i); member