HomeSort by: relevance | last modified time | path
    Searched defs:rmNearestTiesToAway (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp 193 constexpr RoundingMode APFloatBase::rmNearestTiesToAway;
1296 rounding_mode == rmNearestTiesToAway ||
1327 case rmNearestTiesToAway:
2617 rounding_mode == rmNearestTiesToAway);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 195 static constexpr roundingMode rmNearestTiesToAway =

Completed in 62 milliseconds