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_double
(
n,
v
)
Value:
double_type
n; \
n.
hdr
.
mark
=
gc_color_red
; \
n.hdr.grayed = 0; \
n.tag =
double_tag
; \
n.value = v;
gc_color_red
#define gc_color_red
Definition:
types.h:265
double_type::hdr
gc_header_type hdr
Definition:
types.h:762
double_type
Double-precision floating point type, also known as a flonum.
Definition:
types.h:761
double_tag
Definition:
types.h:46
gc_header_type_t::mark
unsigned char mark
Definition:
types.h:240
Create a new double in the nursery
Generated by
1.8.11