Searched refs:isNan (Results 1 – 3 of 3) sorted by relevance
811 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local812 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues()814 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()818 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()893 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues() local895 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()899 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
888 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local889 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues()891 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()895 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()972 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues() local974 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()978 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
1339 static HReg isNan ( ISelEnv* env, HReg vSrc, IREndness IEndianess ) in isNan() function5155 HReg isNanL = isNan(env, argL, IEndianess); in iselVecExpr_wrk()5156 HReg isNanR = isNan(env, argR, IEndianess); in iselVecExpr_wrk()