Lines Matching full:isneg
1228 const bool isNeg = tcu::Float32(in0).sign() < 0;1229 const float ref = isNeg ? (-float(int(-in0))) : float(int(in0));