T=d ld f mf cd cf cld
V=x,y,z
R=-1,1,0.5
F=!x * !y * z
C=fp_not(x) * fp_not(y) * z

# Expected result: z * !(x | y)   hence NOR
