Home
last modified time | relevance | path

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

/dports/net/dgd/dgd-1.4.23/src/
H A Dxfloat.h36 extern void flt_itof (Int, xfloat*);
H A Dcall_out.c580 flt_itof(t, &flt1); in co_list()
581 flt_itof(m, &flt2); in co_list()
H A Dconfig.c1665 flt_itof((Int) (n >> 31), &f1); in putval()
1667 flt_itof((Int) (n & 0x7fffffffL), &f2); in putval()
/dports/net/dgd/dgd-1.4.23/src/kfun/
H A Dstd.c1086 flt_itof((Int) milli, &flt);
1177 flt_itof(delay, &flt1);
1178 flt_itof(mdelay, &flt2);
H A Dbuiltin.c1621 flt_itof(f->sp->u.number, &flt);
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dparser.y950 flt_itof(n->l.number, &flt); in cast()
H A Dparser.c1186 flt_itof(n->l.number, &flt); in cast()
/dports/net/dgd/dgd-1.4.23/src/host/
H A Dsimfloat.c902 void flt_itof(Int i, xfloat *f) in flt_itof() function