Home
last modified time | relevance | path

Searched refs:isPositiveZero (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceUtils.h120 template <typename T> bool isPositiveZero(T Val) { in isPositiveZero() function
DIceTargetLoweringMIPS32.h39 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()
42 return !Utils::isPositiveZero(ConstFloat->getValue()); in shouldBePooled()
DIceTargetLoweringARM32.h64 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()
DIceTargetLoweringX86BaseImpl.h424 return !Utils::isPositiveZero(ConstFloat->getValue());
427 return !Utils::isPositiveZero(ConstDouble->getValue());
7963 if (Utils::isPositiveZero(ConstFloat->getValue()))
7966 if (Utils::isPositiveZero(ConstDouble->getValue()))
DIceTargetLoweringARM32.cpp4283 return Utils::isPositiveZero(F32->getValue()); in isFloatingPointZero()
4287 return Utils::isPositiveZero(F64->getValue()); in isFloatingPointZero()