Home
last modified time | relevance | path

Searched defs:isInf (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/VEX/useful/
Dfp_80_64.c246 Bool isInf; in convert_f80le_to_f64le() local
/external/deqp/framework/common/
DtcuFloat.hpp117 …inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBi… in isInf() function in tcu::Float
/external/eigen/test/
Dmain.h419 template<typename T> bool isInf(const T& x) in isInf() function
/external/valgrind/VEX/priv/
Dguest_generic_x87.c248 Bool isInf; in convert_f80le_to_f64le() local
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp812 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local
892 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp889 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local
971 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
/external/llvm/lib/IR/
DAsmWriter.cpp1059 bool isInf = CFP->getValueAPF().isInfinity(); in WriteConstantInternal() local