Searched refs:in1Exp (Results 1 – 1 of 1) sorted by relevance
321 const int in1Exp = tcu::Float32(in1).exponent(); in compare() local323 …const int numLostBits = de::max(de::max(in0Exp-resExp, in1Exp-resExp), 0); // Lost due to manti… in compare()