Searched refs:isInf (Results 1 - 17 of 17) sorted by relevance

/external/valgrind/VEX/useful/
H A Dfp_80_64.c246 Bool isInf; local
272 isInf = toBool(
278 if (isInf) {
/external/deqp/framework/common/
H A DtcuFloat.hpp117 inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBits() == 0; } function in class:tcu::Float
250 else if (other.isInf())
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp890 const bool isInf = !isNan && rnd.getFloat() > 0.4f; local
891 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0;
892 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
896 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
972 const bool isInf = rnd.getFloat() > 0.3f; local
973 const bool isNan = !isInf && rnd.getFloat() > 0.4f;
974 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0;
975 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
979 DE_ASSERT(tcu::Float32(value).isInf()
[all...]
H A Des31fShaderImageLoadStoreTests.cpp1343 if (f.isDenorm() || f.isInf() || f.isNaN())
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp812 const bool isInf = !isNan && rnd.getFloat() > 0.4f; local
813 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0;
814 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
818 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
892 const bool isInf = rnd.getFloat() > 0.3f; local
893 const bool isNan = !isInf && rnd.getFloat() > 0.4f;
894 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0;
895 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
899 DE_ASSERT(tcu::Float32(value).isInf()
[all...]
/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp131 return !fp16.isDenorm() && !fp16.isInf() && !fp16.isNaN();
136 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN();
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp133 return !fp16.isDenorm() && !fp16.isInf() && !fp16.isNaN();
138 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN();
/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h430 isInf() const function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp1016 const bool isInf = !isNan && rnd.getFloat() > 0.4f; local
1017 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0;
1018 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
1022 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
1112 const bool isInf = rnd.getFloat() > 0.3f; local
1113 const bool isNan = !isInf && rnd.getFloat() > 0.4f;
1114 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0;
1115 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
1119 DE_ASSERT(tcu::Float32(value).isInf()
[all...]
/external/valgrind/VEX/priv/
H A Dguest_generic_x87.c248 Bool isInf; local
274 isInf = toBool(
280 if (isInf) {
/external/eigen/test/
H A Darray.cpp243 VERIFY((m1.isInf() == (Eigen::isinf)(m1)).all());
351 VERIFY((m1.isInf() == (Eigen::isinf)(m1)).all());
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp144 DE_ASSERT(!f.isNaN() && !f.isInf());
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp497 DE_ASSERT(!v.isNaN() && !v.isInf());
H A DglsDrawTest.cpp537 DE_ASSERT(!v.isNaN() && !v.isInf());
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp148 if (f.isDenorm() || f.isInf() || f.isNaN())
154 if (f.isDenorm() || f.isInf() || f.isNaN())
/external/llvm/lib/IR/
H A DAsmWriter.cpp1151 bool isInf = CFP->getValueAPF().isInfinity(); local
1153 if (!isInf && !isNaN) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 403 milliseconds