| /freebsd-12-stable/lib/msun/src/ |
| D | s_frexp.c | 35 frexp(double x, int *eptr) in frexp() function 55 __weak_reference(frexp, frexpl);
|
| D | s_fma.c | 209 xs = frexp(x, &ex); in fma() 210 ys = frexp(y, &ey); in fma() 211 zs = frexp(z, &ez); in fma()
|
| D | math.h | 241 double frexp(double, int *); /* fundamentally !__pure2 */
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/ |
| D | t_fpclassify.c | 109 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/ |
| D | std_cmath.h | 70 #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.h | 81 __DEVICE__ double frexp(double, int *); 82 __DEVICE__ float frexp(float, int *); 226 using ::frexp;
|
| D | __clang_cuda_cmath.h | 64 __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.h | 64 __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;
|
| D | tgmath.h | 809 __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/ |
| D | stubs.c | 228 return (float) frexp(x, exp); in frexpf() 236 return frexp((double) x, exp); in frexpl()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | Makefile.inc | 55 frexp.c \ 224 frexp.3 \ 376 MLINKS+=frexp.3 frexpf.3 \ 377 frexp.3 frexpl.3
|
| D | frexp.c | 36 frexp(double d, int *ex) in frexp() function
|
| D | Symbol.map | 120 frexp;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | APFloat.h | 456 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/ |
| D | fp-test.c | 55 extern double frexp (double, int *); 239 d1 = frexp (d2, &i1); in main()
|
| /freebsd-12-stable/contrib/libstdc++/include/c_compatibility/ |
| D | math.h | 47 using std::frexp;
|
| /freebsd-12-stable/contrib/libstdc++/include/c/ |
| D | std_cmath.h | 57 #undef frexp
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| D | asan_win_dll_thunk.cpp | 61 INTERCEPT_LIBRARY_FUNCTION(frexp);
|
| /freebsd-12-stable/include/ |
| D | tgmath.h | 179 #define frexp(x, y) __tg_simplev(x, frexp, x, y) macro
|
| /freebsd-12-stable/contrib/libstdc++/include/tr1/ |
| D | math.h | 65 using std::tr1::frexp;
|
| D | functional_hash.h | 207 __ldval = std::frexp(__ldval, &__exponent);
|
| /freebsd-12-stable/lib/msun/ |
| D | Symbol.map | 111 frexp;
|
| /freebsd-12-stable/tools/regression/include/tgmath/ |
| D | tgmath.c | 122 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/ |
| D | configure.in | 133 # Some systems have frexp only in -lm, not in -lc. 134 AC_SEARCH_LIBS(frexp, m)
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | cfns.gperf | 67 frexp
|