Home
last modified time | relevance | path

Searched defs:int_pow (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/
Drotozoom.c32 static int64_t int_pow(int64_t a, int p) in int_pow() function
/third_party/skia/src/pdf/
DSkPDFUtils.cpp274 static constexpr int int_pow(int base, unsigned exp, int acc = 1) { in int_pow() function
/third_party/nghttp2/src/
Dutil.cc1472 double int_pow(double x, size_t y) { in int_pow() function