Searched defs:frexpf (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_frexpf.c26 frexpf(float x, int *eptr) function
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c226 frexpf(float x, int *exp) function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h926 # define frexpf _frexpf macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_device_functions.h1572 __DEVICE__ float frexpf(float __a, int *__b) { return __nv_frexpf(__a, __b); } function

Completed in 144 milliseconds