Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DIceTargetLoweringX8664.cpp330 return !Utils::isPositiveZero(ConstFloat->getValue()); in shouldBePooled()
333 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()
6674 if (Utils::isPositiveZero(ConstFloat->getValue())) in legalize()
6677 if (Utils::isPositiveZero(ConstDouble->getValue())) in legalize()
DIceTargetLoweringX8632.cpp321 return !Utils::isPositiveZero(ConstFloat->getValue()); in shouldBePooled()
324 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()
7401 if (Utils::isPositiveZero(ConstFloat->getValue())) in legalize()
7404 if (Utils::isPositiveZero(ConstDouble->getValue())) in legalize()
DIceTargetLoweringARM32.cpp4111 return Utils::isPositiveZero(F32->getValue()); in isFloatingPointZero()
4115 return Utils::isPositiveZero(F64->getValue()); in isFloatingPointZero()