Searched refs:fpValue (Results 1 – 2 of 2) sorted by relevance
1708 const tcu::Float32 fpValue(in); in frexp() local1710 if (!fpValue.isZero()) in frexp()1713 *significand = tcu::Float32::construct(fpValue.sign(), -1, fpValue.mantissa()).asFloat(); in frexp()1714 *exponent = fpValue.exponent()+1; in frexp()1718 *significand = fpValue.sign() < 0 ? -0.0f : 0.0f; in frexp()
376 const tcu::Float32 fpValue(in); in frexp() local378 if (!fpValue.isZero()) in frexp()381 *significand = tcu::Float32::construct(fpValue.sign(), -1, fpValue.mantissa()).asFloat(); in frexp()382 *exponent = fpValue.exponent()+1; in frexp()386 *significand = fpValue.sign() < 0 ? -0.0f : 0.0f; in frexp()