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