Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__math/
H A Dexponential_functions.h45 inline _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(_… in frexp() function
48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() function
52 inline _LIBCPP_HIDE_FROM_ABI long double frexp(long double __x, int* __e) _NOEXCEPT { in frexp() function
57 inline _LIBCPP_HIDE_FROM_ABI double frexp(_A1 __x, int* __e) _NOEXCEPT { in frexp() function
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h45 inline _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(_… in frexp() function
48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() function
52 inline _LIBCPP_HIDE_FROM_ABI long double frexp(long double __x, int* __e) _NOEXCEPT { in frexp() function
57 inline _LIBCPP_HIDE_FROM_ABI double frexp(_A1 __x, int* __e) _NOEXCEPT { in frexp() function
/freebsd/lib/libc/gen/
H A Dfrexp.c34 frexp(double d, int *ex) in frexp() function
/freebsd/lib/msun/src/
H A Ds_frexp.c31 frexp(double x, int *eptr) in frexp() function
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DManipulationFunctions.h32 LIBC_INLINE constexpr T frexp(T x, int &exp) { in frexp() function
/freebsd/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.h141 __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/include/
H A Dtgmath.h177 #define frexp(x, y) __tg_simplev(x, frexp, x, y) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1550 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4847 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, roundingMode RM) { in frexp() function
5441 DoubleAPFloat frexp(const DoubleAPFloat &Arg, int &Exp, in frexp() function