Searched defs:expf (Results 1 – 9 of 9) sorted by relevance
39 expf(float x) /* default IEEE double exp */ in expf() function
90 expf(float x) in expf() function
281 # define expf(x) expf (x) macro
175 expf(float x) in expf() function
276 # define expf(x) expf (x) macro
926 # define expf _expf macro
268 # define expf _expf macro
852 # define expf _expf macro
109 __DEVICE__ float expf(float __a) { return __nv_expf(__a); } in expf() function