Searched refs:isPositiveZero (Results 1 – 5 of 5) sorted by relevance
120 template <typename T> bool isPositiveZero(T Val) { in isPositiveZero() function
39 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()42 return !Utils::isPositiveZero(ConstFloat->getValue()); in shouldBePooled()
64 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()
424 return !Utils::isPositiveZero(ConstFloat->getValue());427 return !Utils::isPositiveZero(ConstDouble->getValue());7963 if (Utils::isPositiveZero(ConstFloat->getValue()))7966 if (Utils::isPositiveZero(ConstDouble->getValue()))
4283 return Utils::isPositiveZero(F32->getValue()); in isFloatingPointZero()4287 return Utils::isPositiveZero(F64->getValue()); in isFloatingPointZero()