Lines Matching refs:value
301 float value;
303 value = rnd.getFloat();
304 } while (tcu::Float32(value).isDenorm());
305 return value;
311 double value;
313 value = rnd.getDouble();
314 } while (tcu::Float64(value).isDenorm());
315 return value;
321 tcu::Float16 value;
323 value = tcu::Float16(rnd.getFloat());
324 } while (value.isDenorm());
325 return value;