Searched refs:isInf (Results 1 - 15 of 15) 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.cpp1342 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.cpp130 return !fp16.isDenorm() && !fp16.isInf() && !fp16.isNaN();
135 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/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp1031 const bool isInf = !isNan && rnd.getFloat() > 0.4f; local
1032 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0;
1033 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
1037 DE_ASSERT(tcu::Float32(value).isInf() == isInf && tcu::Float32(value).isNaN() == isNan);
1128 const bool isInf = rnd.getFloat() > 0.3f; local
1129 const bool isNan = !isInf && rnd.getFloat() > 0.4f;
1130 const deUint32 mantissa = !isInf ? ((1u<<22) | (rnd.getUint32() & mantissaMask)) : 0;
1131 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu;
1135 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/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp497 DE_ASSERT(!v.isNaN() && !v.isInf());
H A DglsDrawTest.cpp537 DE_ASSERT(!v.isNaN() && !v.isInf());
/external/eigen/test/
H A Dmain.h419 template<typename T> bool isInf(const T& x) function in namespace:Eigen
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp238 if (f.isDenorm() || f.isInf() || f.isNaN())
244 if (f.isDenorm() || f.isInf() || f.isNaN())
/external/llvm/lib/IR/
H A DAsmWriter.cpp1107 bool isInf = CFP->getValueAPF().isInfinity(); local
1109 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 468 milliseconds