Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/efcode/engine/
H A Dinterface.c117 push_double(fcode_env_t *env, dforth_t d) in push_double()
130 dforth_t
143 dforth_t
146 dforth_t a; in peek_double()
H A Dprims64.c66 push_double(env, (dforth_t)a); in push_xforth()
H A Dforth.c737 dforth_t d; in um_multiply()
770 dforth_t d1, d2; in d_plus()
785 dforth_t d1, d2; in d_minus()
/titanic_50/usr/src/lib/efcode/include/fcode/
H A Dproto.h416 void push_double(fcode_env_t *, dforth_t);
417 dforth_t pop_double(fcode_env_t *);
418 dforth_t peek_double(fcode_env_t *);
H A Dengine.h69 typedef uint64_t dforth_t; typedef