Searched refs:frexp (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-9.3-release/lib/msun/src/
H A Ds_frexp.c18 * x = frexp(arg,&exp);
22 * If arg is inf, 0.0, or NaN, then frexp(arg,&exp) returns arg
35 frexp(double x, int *eptr) function
55 __weak_reference(frexp, frexpl);
H A Ds_fma.c200 xs = frexp(x, &ex);
201 ys = frexp(y, &ey);
202 zs = frexp(z, &ez);
H A Dmath.h204 double frexp(double, int *); /* fundamentally !__pure2 */
/freebsd-9.3-release/lib/libc/gen/
H A Dfrexp.c34 frexp(double d, int *ex) function
H A DMakefile.inc15 fpclassify.c frexp.c fstab.c ftok.c fts.c fts-compat.c ftw.c \
64 feature_present.3 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 frexp.3 \
113 MLINKS+=frexp.3 frexpf.3 frexp.3 frexpl.3
H A DSymbol.map128 frexp;
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dmath.h47 using std::frexp;
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dstubs.c228 return (float) frexp(x, exp);
236 return frexp((double) x, exp);
/freebsd-9.3-release/contrib/libstdc++/include/c/
H A Dstd_cmath.h57 #undef frexp macro
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h65 using std::tr1::frexp;
H A Dfunctional_hash.h39 #include <cmath> // for std::frexp
196 // 10 bytes -> 12 bytes) and resort to frexp.
207 __ldval = std::frexp(__ldval, &__exponent);
/freebsd-9.3-release/contrib/gcc/
H A Dfp-test.c55 extern double frexp (double, int *);
239 d1 = frexp (d2, &i1);
H A Dsys-protos.h404 extern double frexp(double, int *);
/freebsd-9.3-release/lib/msun/
H A DSymbol.map112 frexp;
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h70 #undef frexp macro
271 using ::frexp;
274 frexp(float __x, int* __exp) function
278 frexp(long double __x, int* __exp) function
284 frexp(_Tp __x, int* __exp) function
/freebsd-9.3-release/include/
H A Dtgmath.h176 #define frexp(x, y) __tg_simplev(x, frexp, x, y) macro
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c122 double (frexp)(double x, int *e) { n_double++; } function
520 PRINT("frexp",
521 PASS_REAL_FIXED_ARG_REAL_RET(frexp, &i));
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lstdc107 double (frexp)(double value, int *exp);
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dcompatibility.cc447 _GLIBCXX_MATHL_WRAPPER (frexp, (double x, int *y), (x, y), GLIBCXX_3.4.3);
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h274 /// double frexp(double num, int *exp);
275 frexp, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h808 // frexp
816 __tg_frexp(double __x, int* __y) {return frexp(__x, __y);}
822 #undef frexp macro
823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dfloatformat.c512 mant = frexp (dfrom, &exponent);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dfloatformat.c512 mant = frexp (dfrom, &exponent);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddoublest.c286 frexp, but operates on the long double data type. */
382 mant = frexp (dfrom, &exponent);
/freebsd-9.3-release/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp599 (void) frexp(resolution, &m); /* A bit more elegant than log10 */

Completed in 327 milliseconds

12