Home
last modified time | relevance | path

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

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dnumber.c1211 SgComplex *c; in make_complex()
1214 c = SG_NEW(SgComplex); in make_complex()
1247 SgComplex *c = SG_COMPLEX(obj); in Sg_GetDouble()
1387 SgComplex *c = SG_COMPLEX(obj); in Sg_ZeroP()
1526 SgComplex *c = SG_COMPLEX(obj); in Sg_Negate()
1607 SgComplex *c = SG_COMPLEX(obj); in Sg_Exact()
1632 SgComplex *c = SG_COMPLEX(obj); in Sg_Inexact()
1647 SgComplex *c = SG_COMPLEX(obj); in Sg_ExactP()
1659 SgComplex *c = SG_COMPLEX(obj); in Sg_InexactP()
2837 SgComplex *cn; in Sg_Asin()
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dsagittariusdefs.h258 typedef struct SgComplexRec SgComplex; typedef
H A Dnumber.h82 #define SG_COMPLEX(obj) ((SgComplex*)(obj))