Home
last modified time | relevance | path

Searched defs:frexp (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/lib/libc/gen/
H A Dfrexp.c36 frexp(double d, int *ex) in frexp() function
/freebsd-13.1/lib/msun/src/
H A Ds_frexp.c35 frexp(double x, int *eptr) in frexp() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp() function
H A D__clang_cuda_cmath.h64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
H A D__clang_cuda_math.h137 __DEVICE__ double frexp(double __a, int *__b) { return __nv_frexp(__a, __b); } in frexp() function
H A Dtgmath.h816 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmath.h946 inline _LIBCPP_INLINE_VISIBILITY float frexp(float __lcpp_x, int* __lcpp_e) _NOEXCEPT {… in frexp() function
947 inline _LIBCPP_INLINE_VISIBILITY long double frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {… in frexp() function
953 frexp(_A1 __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexp((double)__lcpp_x, __lcpp_e);} in frexp() function
/freebsd-13.1/include/
H A Dtgmath.h179 #define frexp(x, y) __tg_simplev(x, frexp, x, y) macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1276 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4204 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM) { in frexp() function
4778 DoubleAPFloat frexp(const DoubleAPFloat &Arg, int &Exp, in frexp() function