Home | History | Annotate | Download | only in exp-dhat

Lines Matching defs:THRESH

809    const Int THRESH = 4096 * 4; // somewhat arbitrary
864 ? binop(Iop_CmpLT32U, mkU32(THRESH), mkexpr(diff))
865 : binop(Iop_CmpLT64U, mkU64(THRESH), mkexpr(diff)))