Searched defs:frexpf (Results 1 – 2 of 2) sorted by relevance
89 LIBC_INLINE float frexpf(float x, int *i) { return __nv_frexpf(x, i); } frexpf() function
138 __DEVICE__ float frexpf(float __a, int *__b) { return __nv_frexpf(__a, __b); } frexpf() function