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

References

lib/Analysis/ConstantFolding.cpp
 2109                                APFloat((float)std::pow((float)Op1V,
 2113                                APFloat((float)std::pow((float)Op1V,
 2117                                APFloat((double)std::pow((double)Op1V,
tools/clang/tools/extra/clangd/Quality.cpp
  214     float S = std::pow(References, -0.06);
utils/benchmark/src/complexity.cc
   33       return [](int64_t n) -> double { return std::pow(n, 2); };
   35       return [](int64_t n) -> double { return std::pow(n, 3); };
utils/benchmark/src/string_util.cc
   43       std::max(thresh, 1.0 / std::pow(10.0, precision));