Searched defs:frexp (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/lib/libc/gen/ |
| H A D | frexp.c | 36 frexp(double d, int *ex) in frexp() function
|
| /freebsd-13.1/lib/msun/src/ |
| H A D | s_frexp.c | 35 frexp(double x, int *eptr) in frexp() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_hip_cmath.h | 64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp() function
|
| H A D | __clang_cuda_cmath.h | 64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
|
| H A D | __clang_cuda_math.h | 137 __DEVICE__ double frexp(double __a, int *__b) { return __nv_frexp(__a, __b); } in frexp() function
|
| H A D | tgmath.h | 816 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | math.h | 946 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 D | tgmath.h | 179 #define frexp(x, y) __tg_simplev(x, frexp, x, y) macro
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 1276 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 D | APFloat.cpp | 4204 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM) { in frexp() function 4778 DoubleAPFloat frexp(const DoubleAPFloat &Arg, int &Exp, in frexp() function
|