HomeSort by relevance Sort by last modified time
    Searched defs:ZB_Max (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
MathExtras.h 39 ZB_Max,
192 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
194 template <typename T> T findFirstSet(T Val, ZeroBehavior ZB = ZB_Max) {
195 if (ZB == ZB_Max && Val == 0)
206 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
208 template <typename T> T findLastSet(T Val, ZeroBehavior ZB = ZB_Max) {
209 if (ZB == ZB_Max && Val == 0)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
MathExtras.h 48 ZB_Max,
201 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
203 template <typename T> T findFirstSet(T Val, ZeroBehavior ZB = ZB_Max) {
204 if (ZB == ZB_Max && Val == 0)
242 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
244 template <typename T> T findLastSet(T Val, ZeroBehavior ZB = ZB_Max) {
245 if (ZB == ZB_Max && Val == 0)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 39 ZB_Max,
192 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
194 template <typename T> T findFirstSet(T Val, ZeroBehavior ZB = ZB_Max) {
195 if (ZB == ZB_Max && Val == 0)
206 /// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
208 template <typename T> T findLastSet(T Val, ZeroBehavior ZB = ZB_Max) {
209 if (ZB == ZB_Max && Val == 0)

Completed in 116 milliseconds