Searched refs:ulpBitNdx (Results 1 – 2 of 2) sorted by relevance
254 const int ulpBitNdx = 23-numMantissaBits; in getSingleULPForExponent() local255 …return tcu::Float32::construct(+1, exp, (1<<23) | (1 << ulpBitNdx)).asFloat() - tcu::Float32::cons… in getSingleULPForExponent()
224 const int ulpBitNdx = 23-numMantissaBits; in getSingleULPForExponent() local225 …return tcu::Float32::construct(+1, exp, (1<<23) | (1 << ulpBitNdx)).asFloat() - tcu::Float32::cons… in getSingleULPForExponent()