Home
last modified time | relevance | path

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

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dscalar.h452 struct PowIntHelper struct
458 return PowIntHelper<T, P / 2>::eval(x * x); in eval() argument
460 return x * PowIntHelper<T, (P - 1) / 2>::eval(x * x); in eval()
465 struct PowIntHelper<T, 0>
476 return PowIntHelper<T, P>::eval(x);