Home
last modified time | relevance | path

Searched refs:int_pow (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/tests/
Drotozoom.c32 static int64_t int_pow(int64_t a, int p) in int_pow() function
55 return a - int_pow(a, 3) / 6 + int_pow(a, 5) / 120 - int_pow(a, 7) / 5040; in int_sin()
/third_party/flutter/skia/src/pdf/
DSkPDFUtils.cpp275 static constexpr int int_pow(int base, unsigned exp, int acc = 1) { in int_pow() function
277 : int_pow(base * base, in int_pow()
284 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF()
/third_party/skia/src/pdf/
DSkPDFUtils.cpp274 static constexpr int int_pow(int base, unsigned exp, int acc = 1) { in int_pow() function
276 : int_pow(base * base, in int_pow()
283 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF()
/third_party/nghttp2/src/
Dshrpx_connect_blocker.cc85 util::int_pow(MULTIPLIER, std::min(MAX_BACKOFF_EXP, fail_count_)); in on_failure()
Dshrpx_live_check.cc177 util::int_pow(MULTIPLIER, std::min(fail_count_, MAX_BACKOFF_EXP)); in schedule()
Dutil.h905 double int_pow(double x, size_t y);
Dshrpx_connection_handler.cc861 auto base_backoff = util::int_pow( in on_tls_ticket_key_network_error()
Dutil.cc1471 double int_pow(double x, size_t y) { in int_pow() function
/third_party/python/Lib/test/
Dtest_complex.py286 int_pow = value**exponent
288 int_pow = "overflow"
297 self.assertEqual(str(float_pow), str(int_pow))
298 self.assertEqual(str(complex_pow), str(int_pow))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.td543 def int_pow : Intrinsic<[llvm_anyfloat_ty],