Searched refs:scalblnl (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Ds_scalbln.c50 scalblnl(long double x, long n) function
H A Dmath.h490 long double scalblnl(long double, long);
/freebsd-11.0-release/lib/msun/
H A DMakefile215 MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
/freebsd-11.0-release/tools/regression/include/tgmath/
H A Dtgmath.c154 long double (scalblnl)(long double x, long n) { n_long_double++; } function
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1186 __tg_scalbln(long double __x, long __y) {return scalblnl(__x, __y);}
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h279 long double scalblnl(long double x, long ex);
1375 inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT {return scalblnl(__lcpp_x, __lcpp_y);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure31064 scalblnl(0.0l, 0l);
[all...]

Completed in 152 milliseconds