Cyclone Scheme
0.9
Main Page
Modules
Data Structures
Files
Objects
alloc_bignum
alloc_bytevector
alloc_string
assign_complex_num
assign_double
bignum_value
bn_cmp_type
boolean
boolean_desc
boolean_f
boolean_t
bytevector
c_opaque
closure
closure0
closure1
closureN
complex_num_value
cond_var
cvar
Cyc_EOF
CYC_IO_BUF_LEN
defprimitive
defsymbol
double_value
forward
function_type
function_type_va
inline_function_type
integer_value
list
maclosure0
macro
make_boolean
make_c_opaque
make_cell
make_complex_num
make_cvar
make_double
make_empty_bytevector
make_empty_vector
make_input_port
make_list_1
make_list_2
make_list_3
make_list_4
make_pair
make_port
make_string
make_string_noalloc
make_string_with_len
make_utf8_string
make_utf8_string_noalloc
make_utf8_string_with_len
mclosure0
mclosure1
mmacro
mutex
object
object_tag
opaque_ptr
pair
prim
prim_name
primitive
quote_void
return_copy
set_pair
string_len
string_num_cp
string_str
symbol
symbol_desc
tag_type
type_of
vector
#define make_complex_num
(
n,
r,
i
)
Value:
complex_num_type
n; \
n.
hdr
.
mark
=
gc_color_red
; \
n.hdr.grayed = 0; \
n.tag =
complex_num_tag
; \
n.value = (r + (i * I));
complex_num_tag
Definition:
types.h:59
gc_color_red
#define gc_color_red
Definition:
types.h:265
complex_num_type::hdr
gc_header_type hdr
Definition:
types.h:738
gc_header_type_t::mark
unsigned char mark
Definition:
types.h:240
complex_num_type
Complex number.
Definition:
types.h:737
Create a new complex number in the nursery
Generated by
1.8.11