Home
last modified time | relevance | path

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

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dnumber.c4135 #define INIT_CONST_FL(o, d) o=make_flonum(d) in Sg__InitNumber() macro
4136 INIT_CONST_FL(SG_NAN, NAN); in Sg__InitNumber()
4137 INIT_CONST_FL(SG_POSITIVE_INFINITY, INFINITY); in Sg__InitNumber()
4138 INIT_CONST_FL(SG_NEGATIVE_INFINITY, -INFINITY); in Sg__InitNumber()
4139 INIT_CONST_FL(SG_FL_POSITIVE_ZERO, 0.0); in Sg__InitNumber()
4140 INIT_CONST_FL(SG_FL_NEGATIVE_ZERO, -0.0); in Sg__InitNumber()
4141 INIT_CONST_FL(SG_FL_POSITIVE_ONE, 1.0); in Sg__InitNumber()
4142 INIT_CONST_FL(SG_FL_NEGATIVE_ONE, -1.0); in Sg__InitNumber()