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

/freebsd-11-stable/lib/libc/gen/
H A Dfrexp.c34 frexp(double d, int *ex) function
/freebsd-11-stable/lib/msun/src/
H A Ds_frexp.c35 frexp(double x, int *eptr) function
/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure12470 frexp (); function
12525 frexp (); function
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h57 #undef frexp macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h70 #undef frexp macro
274 frexp(float __x, int* __exp) function
278 frexp(long double __x, int* __exp) function
284 frexp(_Tp __x, int* __exp) function
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c122 double (frexp)(double x, int *e) { n_double++; } function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h81 __DEVICE__ float frexp(float __arg, int *__exp) { function
291 frexp(__T __x, int *__exp) { function
H A Dtgmath.h815 #undef frexp macro
816 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
H A D__clang_cuda_device_functions.h1571 __DEVICE__ double frexp(double __a, int *__b) { return __nv_frexp(__a, __b); } function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp61 INTERCEPT_LIBRARY_FUNCTION(frexp); variable
/freebsd-11-stable/include/
H A Dtgmath.h177 #define frexp(x, y) __tg_simplev(x, frexp, x, y) macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1225 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { function in namespace:llvm

Completed in 298 milliseconds