Searched defs:powif (Results 1 – 3 of 3) sorted by relevance
17 float powif(float x, int y) { in powif() function
115 float powif(float x, int y) { in powif() function
233 __DEVICE__ float powif(float __a, int __b) { return __nv_powif(__a, __b); } powif() function