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

/freebsd-13-stable/lib/libc/gen/
H A Dfrexp.c36 frexp(double d, int *ex) function
/freebsd-13-stable/lib/msun/src/
H A Ds_frexp.c35 frexp(double x, int *eptr) function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h64 __DEVICE__ float frexp(float __arg, int *__exp) { function
278 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_math.h137 __DEVICE__ double frexp(double __a, int *__b) { return __nv_frexp(__a, __b); } function
H A D__clang_hip_math.h625 inline double frexp(double __x, int *__nptr) { function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp61 INTERCEPT_LIBRARY_FUNCTION(frexp); variable
/freebsd-13-stable/tools/regression/include/tgmath/
H A Dtgmath.c122 double (frexp)(double x, int *e) { n_double++; } function
/freebsd-13-stable/include/
H A Dtgmath.h179 #define frexp(x, y) __tg_simplev(x, frexp, x, y) macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1261 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { function in namespace:llvm

Completed in 146 milliseconds