Home
last modified time | relevance | path

Searched defs:ldexpf (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libm/arch/amd64/
H A Ds_scalbnf.S12 ldexpf = scalbnf define
/openbsd/lib/libm/arch/i387/
H A Ds_scalbnf.S10 ldexpf = scalbnf define
/openbsd/lib/libm/src/
H A Ds_scalbnf.c54 ldexpf(float x, int n) in ldexpf() function
/openbsd/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c299 ldexpf(float x, int exp) in ldexpf() function
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h318 # define ldexpf _ldexpf macro
H A Dconfig.h.in976 # define ldexpf _ldexpf macro
/openbsd/gnu/lib/libstdc++-v3/
H A Dconfig.h967 # define ldexpf _ldexpf macro
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h155 __DEVICE__ float ldexpf(float __a, int __b) { return __nv_ldexpf(__a, __b); } in ldexpf() function