Searched defs:int_pow (Results 1 – 4 of 4) sorted by relevance
32 static int64_t int_pow(int64_t a, int p) in int_pow() function
275 static constexpr int int_pow(int base, unsigned exp, int acc = 1) { in int_pow() function
274 static constexpr int int_pow(int base, unsigned exp, int acc = 1) { in int_pow() function
1471 double int_pow(double x, size_t y) { in int_pow() function