Home
last modified time | relevance | path

Searched refs:PUSHFLOAT (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/ficl/
H A Dfloat.c260 PUSHFLOAT(f); in itof()
291 PUSHFLOAT(pFW->param[0].f); in FconstantParen()
605 PUSHFLOAT(pCell->f); in Ffetch()
651 PUSHFLOAT(*(float*)(pVM->ip)); in fliteralParen()
978 PUSHFLOAT(accum); in ficlParseFloatNumber()
H A Dficl.h402 #define PUSHFLOAT(f) stackPushFloat(pVM->fStack,f) macro