Searched refs:isNan (Results 1 - 4 of 4) 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.cpp889 const bool isNan = rnd.getFloat() > 0.3f; local
890 const bool isInf = !isNan && rnd.getFloat() > 0.4f;
892 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
896 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
973 const bool isNan = !isInf && rnd.getFloat() > 0.4f; local
975 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
979 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp1015 const bool isNan = rnd.getFloat() > 0.3f; local
1016 const bool isInf = !isNan && rnd.getFloat() > 0.4f;
1018 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
1022 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
1113 const bool isNan = !isInf && rnd.getFloat() > 0.4f; local
1115 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
1119 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
/external/valgrind/VEX/priv/
H A Dhost_ppc_isel.c1357 static HReg isNan ( ISelEnv* env, HReg vSrc, IREndness IEndianess ) function
5802 so: le == NOT(gt OR isNan)
5805 HReg isNanL = isNan(env, argL, IEndianess);
5806 HReg isNanR = isNan(env, argR, IEndianess);

Completed in 282 milliseconds