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

/freebsd-10.0-release/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.h465 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c234 frexpl(long double x, int *exp) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map114 frexpl;
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h114 /* Define to 1 if you have the `frexpl' function. */
931 # define frexpl _frexpl macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h256 /// long double frexpl(long double num, int *exp);
257 frexpl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp144 "frexpl",
387 TLI.setUnavailable(LibFunc::frexpl);
/freebsd-10.0-release/lib/libc/gen/
H A DMakefile.inc346 frexp.3 frexpl.3
/freebsd-10.0-release/tools/regression/include/tgmath/
H A Dtgmath.c123 long double (frexpl)(long double x, int *e) { n_long_double++; } function
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver583 frexpl;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in108 /* Define to 1 if you have the `frexpl' function. */
913 # define frexpl _frexpl
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...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp993 case LibFunc::frexpl:

Completed in 315 milliseconds