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

/freebsd-current/stand/ficl/
H A Dstack.c299 void stackPushFloat(FICL_STACK *pStack, FICL_FLOAT f) function
H A Dficl.h393 void stackPushFloat(FICL_STACK *pStack, FICL_FLOAT f);
402 #define PUSHFLOAT(f) stackPushFloat(pVM->fStack,f)

Completed in 148 milliseconds