Searched refs:frexpl (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_frexp.c55 __weak_reference(frexp, frexpl);
H A Ds_frexpl.c39 frexpl(long double x, int *ex) function
H A Ds_fmal.c188 xs = frexpl(x, &ex);
189 ys = frexpl(y, &ey);
190 zs = frexpl(z, &ez);
H A Dmath.h469 long double frexpl(long double, int *); /* fundamentally !__pure2 */
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c160 f = frexpl(d0, &e);
178 f = frexpl(d1, &e);
185 f = frexpl(d1, &e);
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c234 frexpl(long double x, int *exp) function
/freebsd-11-stable/lib/msun/ld80/
H A De_powl.c386 x = frexpl( x, &i );
610 s = frexpl( s, &lx );
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h114 /* Define to 1 if you have the `frexpl' function. */
931 # define frexpl _frexpl macro
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc353 frexp.3 frexpl.3
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c123 long double (frexpl)(long double x, int *e) { n_long_double++; } function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h813 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h92 long double frexpl(long double value, int* exp);
977 inline _LIBCPP_INLINE_VISIBILITY long double frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexpl(__lcpp_x, __lcpp_e);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure22301 echo "$as_me:$LINENO: checking for frexpl declaration" >&5
22302 echo $ECHO_N "checking for frexpl declaration... $ECHO_C" >&6
22326 frexpl(0, 0);
22376 for ac_func in frexpl
[all...]

Completed in 366 milliseconds