Home
last modified time | relevance | path

Searched refs:frexp (Results 1 – 25 of 57) sorted by relevance

123

/freebsd-12-stable/lib/msun/src/
Ds_frexp.c35 frexp(double x, int *eptr) in frexp() function
55 __weak_reference(frexp, frexpl);
Ds_fma.c209 xs = frexp(x, &ex); in fma()
210 ys = frexp(y, &ey); in fma()
211 zs = frexp(z, &ez); in fma()
Dmath.h241 double frexp(double, int *); /* fundamentally !__pure2 */
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
Dt_fpclassify.c109 f = frexp(d0, &e); in ATF_TC_BODY()
127 f = frexp(d1, &e); in ATF_TC_BODY()
134 f = frexp(d1, &e); in ATF_TC_BODY()
/freebsd-12-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h70 #undef frexp
271 using ::frexp;
274 frexp(float __x, int* __exp) in frexp() function
278 frexp(long double __x, int* __exp) in frexp() function
284 frexp(_Tp __x, int* __exp) in frexp() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h81 __DEVICE__ double frexp(double, int *);
82 __DEVICE__ float frexp(float, int *);
226 using ::frexp;
D__clang_cuda_cmath.h64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
320 frexp(__T __x, int *__exp) {
321 return std::frexp((double)__x, __exp);
393 using ::frexp;
D__clang_hip_cmath.h64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp() function
574 frexp(__T __x, int *__exp) {
575 return ::frexp((double)__x, __exp);
676 using ::frexp;
Dtgmath.h809 __tg_frexp(double __x, int* __y) {return frexp(__x, __y);} in __tg_frexp()
815 #undef frexp
816 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
/freebsd-12-stable/contrib/libstdc++/libmath/
Dstubs.c228 return (float) frexp(x, exp); in frexpf()
236 return frexp((double) x, exp); in frexpl()
/freebsd-12-stable/lib/libc/gen/
DMakefile.inc55 frexp.c \
224 frexp.3 \
376 MLINKS+=frexp.3 frexpf.3 \
377 frexp.3 frexpl.3
Dfrexp.c36 frexp(double d, int *ex) in frexp() function
DSymbol.map120 frexp;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPFloat.h456 friend IEEEFloat frexp(const IEEEFloat &X, int &Exp, roundingMode);
596 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM);
691 friend DoubleAPFloat frexp(const DoubleAPFloat &X, int &Exp, roundingMode);
1254 friend APFloat frexp(const APFloat &X, int &Exp, roundingMode RM);
1276 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
1278 return APFloat(frexp(X.U.IEEE, Exp, RM), X.getSemantics()); in frexp()
1280 return APFloat(frexp(X.U.Double, Exp, RM), X.getSemantics()); in frexp()
/freebsd-12-stable/contrib/gcc/
Dfp-test.c55 extern double frexp (double, int *);
239 d1 = frexp (d2, &i1); in main()
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
Dmath.h47 using std::frexp;
/freebsd-12-stable/contrib/libstdc++/include/c/
Dstd_cmath.h57 #undef frexp
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cpp61 INTERCEPT_LIBRARY_FUNCTION(frexp);
/freebsd-12-stable/include/
Dtgmath.h179 #define frexp(x, y) __tg_simplev(x, frexp, x, y) macro
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Dmath.h65 using std::tr1::frexp;
Dfunctional_hash.h207 __ldval = std::frexp(__ldval, &__exponent);
/freebsd-12-stable/lib/msun/
DSymbol.map111 frexp;
/freebsd-12-stable/tools/regression/include/tgmath/
Dtgmath.c122 double (frexp)(double x, int *e) { n_double++; }
521 PASS_REAL_FIXED_ARG_REAL_RET(frexp, &i)); in main()
/freebsd-12-stable/contrib/binutils/binutils/
Dconfigure.in133 # Some systems have frexp only in -lm, not in -lc.
134 AC_SEARCH_LIBS(frexp, m)
/freebsd-12-stable/contrib/gcc/cp/
Dcfns.gperf67 frexp

123