Home
last modified time | relevance | path

Searched refs:isNan (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp811 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local
812 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() local
895 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()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp889 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local
890 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() local
975 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()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp1015 const bool isNan = rnd.getFloat() > 0.3f; in getInputValues() local
1016 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() local
1115 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()
/external/valgrind/VEX/priv/
Dhost_ppc_isel.c1357 static HReg isNan ( ISelEnv* env, HReg vSrc, IREndness IEndianess ) in isNan() function
5805 HReg isNanL = isNan(env, argL, IEndianess); in iselVecExpr_wrk()
5806 HReg isNanR = isNan(env, argR, IEndianess); in iselVecExpr_wrk()