Home
last modified time | relevance | path

Searched defs:frexpf (Results 1 – 2 of 2) sorted by last modified time

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h138 __DEVICE__ float frexpf(float __a, int *__b) { return __nv_frexpf(__a, __b); } in frexpf() function
/freebsd/lib/msun/src/
H A Ds_frexpf.c23 frexpf(float x, int *eptr) in frexpf() function