Home
last modified time | relevance | path

Searched refs:frexpl (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
Dt_fpclassify.c160 f = frexpl(d0, &e); in ATF_TC_BODY()
178 f = frexpl(d1, &e); in ATF_TC_BODY()
185 f = frexpl(d1, &e); in ATF_TC_BODY()
/freebsd-10-stable/lib/msun/src/
Ds_fmal.c188 xs = frexpl(x, &ex); in fmal()
189 ys = frexpl(y, &ey); in fmal()
190 zs = frexpl(z, &ez); in fmal()
Ds_frexpl.c39 frexpl(long double x, int *ex) in frexpl() function
Ds_frexp.c55 __weak_reference(frexp, frexpl);
Dmath.h474 long double frexpl(long double, int *); /* fundamentally !__pure2 */
/freebsd-10-stable/lib/msun/
DSymbol.map114 frexpl;
/freebsd-10-stable/contrib/libstdc++/libmath/
Dstubs.c234 frexpl(long double x, int *exp) in frexpl() function
/freebsd-10-stable/gnu/lib/libstdc++/
Dconfig.h931 # define frexpl _frexpl macro
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h279 frexpl, enumerator
/freebsd-10-stable/contrib/llvm/lib/Target/
DTargetLibraryInfo.cpp426 TLI.setUnavailable(LibFunc::frexpl); in initialize()
/freebsd-10-stable/lib/libc/gen/
DMakefile.inc348 frexp.3 frexpl.3
/freebsd-10-stable/tools/regression/include/tgmath/
Dtgmath.c123 long double (frexpl)(long double x, int *e) { n_long_double++; }
/freebsd-10-stable/contrib/libc++/include/
Dcmath96 long double frexpl(long double value, int* exp);
874 …long double frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {return frexpl(__lcpp_x, __lcpp_e…
1628 using ::frexpl;
/freebsd-10-stable/contrib/libstdc++/
Dconfig.h.in108 /* Define to 1 if you have the `frexpl' function. */
913 # define frexpl _frexpl macro
Dlinkage.m4476 GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_2(frexpl)
/freebsd-10-stable/contrib/libstdc++/config/abi/pre/
Dgnu.ver583 frexpl;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);} in __tg_frexp()
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1236 case LibFunc::frexpl: in inferPrototypeAttributes()
/freebsd-10-stable/contrib/gcc/
Dbuiltins.def257 DEF_C99_C90RES_BUILTIN (BUILT_IN_FREXPL, "frexpl", BT_FN_LONGDOUBLE_LONGDOUBLE_INTPTR, ATTR_MATHFN_…
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def846 LIBBUILTIN(frexpl, "LdLdi*", "fn", "math.h", ALL_LANGUAGES)
/freebsd-10-stable/contrib/libstdc++/config/abi/post/hppa-linux-gnu/
Dbaseline_symbols.txt2175 FUNC:frexpl@@GLIBCXX_3.4.3
/freebsd-10-stable/contrib/libstdc++/config/abi/post/powerpc64-linux-gnu/
Dbaseline_symbols.txt2175 FUNC:frexpl@@GLIBCXX_3.4.3
/freebsd-10-stable/contrib/libstdc++/config/abi/post/sparc-linux-gnu/
Dbaseline_symbols.txt2175 FUNC:frexpl@@GLIBCXX_3.4.3
/freebsd-10-stable/contrib/libstdc++/config/abi/post/s390-linux-gnu/
Dbaseline_symbols.txt2175 FUNC:frexpl@@GLIBCXX_3.4.3
/freebsd-10-stable/contrib/libstdc++/config/abi/post/powerpc-linux-gnu/
Dbaseline_symbols.txt2175 FUNC:frexpl@@GLIBCXX_3.4.3

12