Searched refs:int_pow (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/pdf/ |
D | SkPDFUtils.cpp | 266 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/ |
D | SkPDFUtils.cpp | 274 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/ |
D | intobject.c | 726 int_pow(PyIntObject *v, PyIntObject *w, PyIntObject *z) in int_pow() function 1375 (ternaryfunc)int_pow, /*nb_power*/
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.td | 390 def int_pow : Intrinsic<[llvm_anyfloat_ty],
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Intrinsics.td | 543 def int_pow : Intrinsic<[llvm_anyfloat_ty],
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Intrinsics.td | 622 def int_pow : DefaultAttrsIntrinsic<[llvm_anyfloat_ty],
|