Searched defs:frexpf (Results 1 – 6 of 6) sorted by relevance
23 frexpf(float x, int *eptr) in frexpf() function
226 frexpf(float x, int *exp) in frexpf() function
966 # define frexpf _frexpf macro
308 # define frexpf _frexpf macro
912 # define frexpf _frexpf macro
138 __DEVICE__ float frexpf(float __a, int *__b) { return __nv_frexpf(__a, __b); } in frexpf() function