Home
last modified time | relevance | path

Searched defs:ipow (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Doperator.py385 def ipow(a, b): function
/external/one-true-awk/
Drun.c1092 double ipow(double x, int n) /* x**n. ought to be done by pow, but isn't always */ in ipow() function