Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/boot/ficl/
Dfloat.c261 PUSHFLOAT(f); in itof()
292 PUSHFLOAT(pFW->param[0].f); in FconstantParen()
606 PUSHFLOAT(pCell->f); in Ffetch()
652 PUSHFLOAT(*(float*)(pVM->ip)); in fliteralParen()
979 PUSHFLOAT(accum); in ficlParseFloatNumber()
Dficl.h403 #define PUSHFLOAT(f) stackPushFloat(pVM->fStack,f) macro