Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dfloat.c68 SETTOPF(f); in Fadd()
85 SETTOPF(f); in Fsub()
102 SETTOPF(f); in Fmul()
118 SETTOPF(f); in Fnegate()
135 SETTOPF(f); in Fdiv()
153 SETTOPF(f); in Faddi()
171 SETTOPF(f); in Fsubi()
189 SETTOPF(f); in Fmuli()
207 SETTOPF(f); in Fdivi()
225 SETTOPF(f); in isubf()
[all …]
H A Dficl.h412 #define SETTOPF(c) stackSetTop(pVM->fStack,LVALUEtoCELL(c)) macro