MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / pow

Function pow

extern/half/include/half.hpp:2408–2408  ·  view source on GitHub ↗

Power function. \param base first argument \param exp second argument \return \a base raised to \a exp template typename enable ::type pow(T base, U exp) { return functions::pow(base, exp); }

Source from the content-addressed store, hash-verified

2406 /// \return \a base raised to \a exp
2407// template<typename T,typename U> typename enable<expr,T,U>::type pow(T base, U exp) { return functions::pow(base, exp); }
2408 inline expr pow(half base, half exp) { return functions::pow(base, exp); }
2409 inline expr pow(half base, expr exp) { return functions::pow(base, exp); }
2410 inline expr pow(expr base, half exp) { return functions::pow(base, exp); }
2411 inline expr pow(expr base, expr exp) { return functions::pow(base, exp); }

Callers 15

cbrtMethod · 0.85
powMethod · 0.85
TESTFunction · 0.85
BINARY_TESTS_NEARFunction · 0.85
fftconvolveTestLargeFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
cpu_norm_pq_implFunction · 0.85
TEST_PFunction · 0.85
computeArraysRMSDFunction · 0.85
compareArraysRMSDFunction · 0.85

Calls

no outgoing calls

Tested by 3

computeArraysRMSDFunction · 0.68
compareArraysRMSDFunction · 0.68