Searched defs:isNan (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp811 const bool isNan = rnd.getFloat() > 0.3f; local
812 const bool isInf = !isNan && rnd.getFloat() > 0.4f;
814 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
818 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
893 const bool isNan = !isInf && rnd.getFloat() > 0.4f; local
895 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
899 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp888 const bool isNan = rnd.getFloat() > 0.3f; local
889 const bool isInf = !isNan && rnd.getFloat() > 0.4f;
891 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
895 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
972 const bool isNan = !isInf && rnd.getFloat() > 0.4f; local
974 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
978 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
/external/valgrind/VEX/priv/
H A Dhost_ppc_isel.c1339 static HReg isNan ( ISelEnv* env, HReg vSrc, IREndness IEndianess ) function
5152 so: le == NOT(gt OR isNan)
5155 HReg isNanL = isNan(env, argL, IEndianess);
5156 HReg isNanR = isNan(env, argR, IEndianess);

Completed in 196 milliseconds