Searched refs:isNan (Results 1 – 4 of 4) 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()
889 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local890 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues()892 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()896 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()973 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues() local975 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()979 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
1015 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local1016 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues()1018 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()1022 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()1113 const bool isNan = !isInf && rnd.getFloat() > 0.4f; in getInputValues() local1115 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues()1119 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan); in getInputValues()
1357 static HReg isNan ( ISelEnv* env, HReg vSrc, IREndness IEndianess ) in isNan() function5805 HReg isNanL = isNan(env, argL, IEndianess); in iselVecExpr_wrk()5806 HReg isNanR = isNan(env, argR, IEndianess); in iselVecExpr_wrk()