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

/freebsd-12-stable/lib/msun/src/
H A Ds_scalbln.c52 scalblnl(long double x, long n) function
H A Dmath.h495 long double scalblnl(long double, long);
/freebsd-12-stable/tools/regression/include/tgmath/
H A Dtgmath.c154 long double (scalblnl)(long double x, long n) { n_long_double++; } function
/freebsd-12-stable/lib/msun/
H A DMakefile242 MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1179 __tg_scalbln(long double __x, long __y) {return scalblnl(__x, __y);}
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h278 long double scalblnl(long double x, long ex);
1523 inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnl(__lcpp_x, __lcpp_y);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure31064 scalblnl(0.0l, 0l);
[all...]

Completed in 140 milliseconds