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

12

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug056.go9 func frexp() (a int, b float64) { func
14 a, b := frexp();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/headers/cmath/
H A Dfunctions_std.cc35 using std::frexp;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr65193_0.C5 void frexp (int, int *);
42 frexp (p1, &d);
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dmath.h47 using std::frexp;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc99-tgmath-1.c135 #ifndef frexp
136 #error frexp undefined
H A Dpr59717.c56 frexp (d, ex); /* { dg-warning "incompatible implicit" } */
H A Dbuiltins-1.c141 FPTEST2ARG2 (frexp, int *)
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc125 return frexp((double) x, exp);
H A Dmath_stubs_float.cc125 return (float) frexp(x, exp);
H A Dcompatibility.cc475 _GLIBCXX_MATHL_WRAPPER (frexp, (double x, int *y), (x, y), GLIBCXX_3.4.3);
/haiku-buildtools/legacy/gcc/gcc/
H A Dfp-test.c55 extern double frexp (double, int *);
218 d1 = frexp (d2, &i1);
/haiku-buildtools/gcc/gcc/
H A Dfp-test.c54 extern double frexp (double, int *);
238 d1 = frexp (d2, &i1);
/haiku-buildtools/gcc/gcc/cp/
H A Dcfns.h265 "frexp",
/haiku-buildtools/gcc/gcc/ginclude/
H A Dtgmath.h138 #define frexp(x,y) __TGMATH_REAL_1_2(x, y, frexp) macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c22 double frexp(double value, int *eptr);
494 { (void)frexp(ctm.xx, &scale);
497 { (void)frexp(ctm.xy, &expt);
502 { (void)frexp(ctm.yx, &expt);
507 { (void)frexp(ctm.yy, &expt);
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dmath-68881.h493 frexp (double x, int *exp) function
/haiku-buildtools/legacy/gcc/gcc/ginclude/
H A Dmath-3300.h427 __inline static double frexp (double x, int *exp) function
H A Dmath-68881.h493 frexp (double x, int *exp) function
/haiku-buildtools/legacy/gcc/libiberty/
H A Dfloatformat.c321 mant = frexp (dfrom, &exponent);
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dmath.h60 using std::tr1::frexp;
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_win_dll_thunk.cc334 INTERCEPT_LIBRARY_FUNCTION(frexp); variable
/haiku-buildtools/legacy/binutils/libiberty/
H A Dfloatformat.c523 mant = frexp (dfrom, &exponent);
/haiku-buildtools/binutils/libiberty/
H A Dfloatformat.c656 mant = frexp (dfrom, &exponent);
/haiku-buildtools/gcc/libiberty/
H A Dfloatformat.c654 mant = frexp (dfrom, &exponent);
/haiku-buildtools/gcc/gcc/java/
H A Djcf-dump.c821 f = frexp ((float) mantissa, &dummy);
864 d = frexp ((double) mantissa, &dummy);

Completed in 241 milliseconds

12