| /src/lib/libc/gen/ |
| Lint_frexp.c | 12 frexp(double value, int *eptr) function
|
| /src/lib/libc/compat/gen/ |
| compat_frexp_ieee754.c | 35 * from: Header: frexp.c,v 1.1 91/07/07 04:45:01 torek Exp 41 static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93"; 57 frexp(double value, int *eptr) function
|
| /src/lib/libm/src/ |
| s_frexp.c | 20 * x = frexp(arg,&exp); 24 * If arg is inf, 0.0, or NaN, then frexp(arg,&exp) returns arg 32 __strong_alias(frexpl, frexp) 39 frexp(double x, int *eptr) function
|
| /src/lib/libc/arch/vax/gen/ |
| frexp.c | 1 /* $NetBSD: frexp.c,v 1.5 2012/06/25 22:32:43 abs Exp $ */ 35 static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: frexp.c,v 1.5 2012/06/25 22:32:43 abs Exp $"); 45 frexp(double value, int *eptr) function
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_win_dll_thunk.cc | 62 INTERCEPT_LIBRARY_FUNCTION(frexp); variable
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 64 __DEVICE__ float frexp(float __arg, int *__exp) { function 320 frexp(__T __x, int *__exp) { function 321 return std::frexp((double)__x, __exp); 393 using ::frexp;
|
| __clang_hip_cmath.h | 52 __DEVICE__ float frexp(float __arg, int *__exp) { function 517 frexp(__T __x, int *__exp) { function 518 return ::frexp((double)__x, __exp); 616 using ::frexp;
|
| tgmath.h | 801 // frexp 809 __tg_frexp(double __x, int* __y) {return frexp(__x, __y);} 815 #undef frexp macro 816 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
|
| /src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| math-68881.h | 493 frexp (double x, int *exp) function
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_win_dll_thunk.cpp | 69 INTERCEPT_LIBRARY_FUNCTION(frexp); variable
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| simd_math.h | 571 // frexp {{{ 646 frexp(const simd<_Tp, _Abi>& __x, _Samesize<int, simd<_Tp, _Abi>>* __exp) function 651 const auto __r = std::frexp(__x[0], &__tmp); 661 const auto __ri = std::frexp(__x[__i], &__tmp);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| math-68881.h | 493 frexp (double x, int *exp) function
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_win_dll_thunk.cpp | 61 INTERCEPT_LIBRARY_FUNCTION(frexp); variable
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| simd_math.h | 571 // frexp {{{ 646 frexp(const simd<_Tp, _Abi>& __x, _Samesize<int, simd<_Tp, _Abi>>* __exp) function 651 const auto __r = std::frexp(__x[0], &__tmp);
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 94 #define frexp(x,y) __TGMATH_REAL_2(x, y, frexp) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 94 #define frexp(x,y) __TGMATH_REAL_2(x, y, frexp) macro
|
| /src/include/ |
| tgmath.h | 163 #define frexp(a,b) __TG_FN1x(frexp, (a), (b)) macro
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| 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) { function in namespace:llvm 1278 return APFloat(frexp(X.U.IEEE, Exp, RM), X.getSemantics()); 1280 return APFloat(frexp(X.U.Double, Exp, RM), X.getSemantics());
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| math.h | 1656 # undef frexp macro 1657 # define frexp rpl_frexp macro 1659 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2))); 1660 _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr)); 1662 _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr)); 1665 _GL_CXXALIASWARN1 (frexp, double, (double x, int *expptr)); 1668 # undef frexp macro 1669 /* Assume frexp is always declared. */ 1670 _GL_WARN_ON_USE (frexp, "frexp is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| math.h | 1656 # undef frexp macro 1657 # define frexp rpl_frexp macro 1659 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2))); 1660 _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr)); 1662 _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr)); 1665 _GL_CXXALIASWARN1 (frexp, double, (double x, int *expptr)); 1668 # undef frexp macro 1669 /* Assume frexp is always declared. */ 1670 _GL_WARN_ON_USE (frexp, "frexp is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| math.h | 1656 # undef frexp macro 1657 # define frexp rpl_frexp macro 1659 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2))); 1660 _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr)); 1662 _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr)); 1665 _GL_CXXALIASWARN1 (frexp, double, (double x, int *expptr)); 1668 # undef frexp macro 1669 /* Assume frexp is always declared. */ 1670 _GL_WARN_ON_USE (frexp, "frexp is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| math.h | 1656 # undef frexp macro 1657 # define frexp rpl_frexp macro 1659 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2))); 1660 _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr)); 1662 _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr)); 1665 _GL_CXXALIASWARN1 (frexp, double, (double x, int *expptr)); 1668 # undef frexp macro 1669 /* Assume frexp is always declared. */ 1670 _GL_WARN_ON_USE (frexp, "frexp is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| math.h | 1656 # undef frexp macro 1657 # define frexp rpl_frexp macro 1659 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2))); 1660 _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr)); 1662 _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr)); 1665 _GL_CXXALIASWARN1 (frexp, double, (double x, int *expptr)); 1668 # undef frexp macro 1669 /* Assume frexp is always declared. */ 1670 _GL_WARN_ON_USE (frexp, "frexp is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| math.h | 1656 # undef frexp macro 1657 # define frexp rpl_frexp macro 1659 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2))); 1660 _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr)); 1662 _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr)); 1665 _GL_CXXALIASWARN1 (frexp, double, (double x, int *expptr)); 1668 # undef frexp macro 1669 /* Assume frexp is always declared. */ 1670 _GL_WARN_ON_USE (frexp, "frexp is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| math.h | 1656 # undef frexp macro 1657 # define frexp rpl_frexp macro 1659 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2))); 1660 _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr)); 1662 _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr)); 1665 _GL_CXXALIASWARN1 (frexp, double, (double x, int *expptr)); 1668 # undef frexp macro 1669 /* Assume frexp is always declared. */ 1670 _GL_WARN_ON_USE (frexp, "frexp is unportable - [all...] |