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