Searched defs:powi (Results 1 – 3 of 3) sorted by relevance
26 double powi(double x, int y) { in powi() function
108 double powi(double x, int y) { in powi() function
232 __DEVICE__ double powi(double __a, int __b) { return __nv_powi(__a, __b); } powi() function