Home
last modified time | relevance | path

Searched defs:isPosZero (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h391 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero() function
1046 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h374 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero() function
1178 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero() function