Searched defs:fastPow (Results 1 – 1 of 1) sorted by relevance
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | fast_exponential.inl | 8 GLM_FUNC_QUALIFIER genType fastPow(genType x, genType y) function 14 GLM_FUNC_QUALIFIER vecType<T, P> fastPow(vecType<T, P> const & x, vecType<T, P> const & y) function 20 GLM_FUNC_QUALIFIER T fastPow(T x, int y) function 29 GLM_FUNC_QUALIFIER vecType<T, P> fastPow(vecType<T, P> const & x, vecType<int, P> const & y) function
|