Home
last modified time | relevance | path

Searched defs:expf (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/lib/libm/src/
H A De_expf.c39 expf(float x) /* default IEEE double exp */ in expf() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/libmath/
H A Dstubs.c90 expf(float x) in expf() function
H A Dmathconf.h281 # define expf(x) expf (x) macro
/openbsd-src/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c175 expf(float x) in expf() function
H A Dmathconf.h276 # define expf(x) expf (x) macro
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfig.h.in926 # define expf _expf macro
H A Dacconfig.h268 # define expf _expf macro
/openbsd-src/gnu/lib/libstdc++-v3/
H A Dconfig.h852 # define expf _expf macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h109 __DEVICE__ float expf(float __a) { return __nv_expf(__a); } in expf() function