Home
last modified time | relevance | path

Searched defs:frexpf (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/lib/libm/src/
H A Ds_frexpf.c23 frexpf(float x, int *eptr) in frexpf() function
/openbsd-src/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c226 frexpf(float x, int *exp) in frexpf() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfig.h.in966 # define frexpf _frexpf macro
H A Dacconfig.h308 # define frexpf _frexpf macro
/openbsd-src/gnu/lib/libstdc++-v3/
H A Dconfig.h912 # define frexpf _frexpf macro
/openbsd-src/gnu/llvm/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