HomeSort by relevance Sort by last modified time
    Searched refs:IsFloatingPoint (Results 1 - 4 of 4) sorted by null

  /art/cmdline/detail/
cmdline_parser_detail.h 48 template <typename TLeft, typename TRight = TLeft, bool IsFloatingPoint = false>
  /art/compiler/optimizing/
ssa_liveness_analysis.cc 457 if (IsFloatingPoint()) {
479 if (IsFloatingPoint()) {
ssa_liveness_analysis.h 706 bool IsFloatingPoint() const {
722 return IsFloatingPoint() == other.IsFloatingPoint();
    [all...]
register_allocator.cc 545 if (interval->IsFloatingPoint()) {
    [all...]

Completed in 677 milliseconds