Home
last modified time | relevance | path

Searched refs:scalblnl (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/lib/msun/src/
Ds_scalbln.c52 scalblnl (long double x, long n) in scalblnl() function
Dmath.h437 long double scalblnl(long double, long);
/freebsd-9-stable/lib/msun/
DSymbol.map159 scalblnl;
DMakefile197 MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
/freebsd-9-stable/contrib/libstdc++/include/tr1/
Dcmath138 #undef scalblnl
289 using ::scalblnl;
/freebsd-9-stable/tools/regression/include/tgmath/
Dtgmath.c154 long double (scalblnl)(long double x, long n) { n_long_double++; }
/freebsd-9-stable/contrib/libc++/include/
Dcmath282 long double scalblnl(long double x, long ex);
1569 …g double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT {return scalblnl(__lcpp_x, __lcpp_…
1673 using ::scalblnl;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h1186 __tg_scalbln(long double __x, long __y) {return scalblnl(__x, __y);} in __tg_scalbln()
/freebsd-9-stable/contrib/gcc/
Dbuiltins.def377 DEF_C99_BUILTIN (BUILT_IN_SCALBLNL, "scalblnl", BT_FN_LONGDOUBLE_LONGDOUBLE_LONG, ATTR_MATHF…
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def1018 LIBBUILTIN(scalblnl, "LdLdLi", "fne", "math.h", ALL_LANGUAGES)
/freebsd-9-stable/contrib/libstdc++/
Dacinclude.m41232 scalblnl(0.0l, 0l);
Dconfigure31064 scalblnl(0.0l, 0l);
/freebsd-9-stable/contrib/gcc/doc/
Dextend.texi5787 @code{scalblnl}, @code{scalbln}, @code{scalbnf}, @code{scalbnl},