reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/Basic/FixedPointTest.cpp
  403   int64_t NormalVal = (OneVal * 2) + (OneVal / 2); // 2.5
  403   int64_t NormalVal = (OneVal * 2) + (OneVal / 2); // 2.5
  404   int64_t HalfVal = (OneVal / 2);                  // 0.5