Searched refs:GETTOPF (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Dfloat.c68 f += GETTOPF().f;
85 f = GETTOPF().f - f;
102 f *= GETTOPF().f;
118 f = -GETTOPF().f;
135 f = GETTOPF().f / f;
153 f += GETTOPF().f;
170 f = GETTOPF().f;
189 f *= GETTOPF().f;
206 f = GETTOPF().f;
225 f -= GETTOPF()
[all...]
H A Dficl.h412 #define GETTOPF() stackGetTop(pVM->fStack) macro

Completed in 107 milliseconds