Home
last modified time | relevance | path

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

/external/skqp/src/pdf/
DSkPDFUtils.cpp266 static constexpr int int_pow(int base, unsigned exp, int acc = 1) { in int_pow() function
268 : int_pow(base * base, in int_pow()
275 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF()
/external/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()
/external/python/cpython2/Objects/
Dintobject.c726 int_pow(PyIntObject *v, PyIntObject *w, PyIntObject *z) in int_pow() function
1375 (ternaryfunc)int_pow, /*nb_power*/
/external/llvm/include/llvm/IR/
DIntrinsics.td390 def int_pow : Intrinsic<[llvm_anyfloat_ty],
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.td543 def int_pow : Intrinsic<[llvm_anyfloat_ty],
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsics.td622 def int_pow : DefaultAttrsIntrinsic<[llvm_anyfloat_ty],