T=d ld f mf cd cf cld
V=x
R=-1,1,1
F=floor(x*(abs(x)-abs(x)-1))
C=fp_floor(-x)


# abs(x)-abs(x)-1 is used to produce a -1 without
# the bytecode optimizer taking a bite of it
